Uses of Interface
com.axemble.vdoc.sdk.interfaces.IProperty
Packages that use IProperty
Package
Description
-
Uses of IProperty in com.axemble.vdoc.sdk.components
Method parameters in com.axemble.vdoc.sdk.components with type arguments of type IPropertyModifier and TypeMethodDescriptionBaseCustomMappingProvider.convertPropertiesToMappingStruture
(Collection<? extends IProperty> properties) -
Uses of IProperty in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions with parameters of type IPropertyModifier and TypeMethodDescriptionboolean
BaseDocumentExtension.isOnChangeSubscriptionOn
(IProperty property) This method is called for each property of the current form (workflow, task, action).boolean
BaseResourceExtension.isOnChangeSubscriptionOn
(IProperty property) This method is called for each property of the current form (workflow, task, action).boolean
BaseStorageResourceExtension.isOnChangeSubscriptionOn
(IProperty property) This method is called for each property of the current form (workflow, task, action).void
BaseDocumentExtension.onAfterPropertyChanged
(IProperty property) void
BaseResourceExtension.onAfterPropertyChanged
(IProperty property) This method gets called each time the passed property has been changedvoid
BaseDocumentExtension.onPropertyChanged
(IProperty property) This method gets called each time the passed property has been changedvoid
BaseResourceExtension.onPropertyChanged
(IProperty property) This method gets called each time the passed property has been changedvoid
BaseStorageResourceExtension.onPropertyChanged
(IProperty property) This method gets called each time the passed property has been changed -
Uses of IProperty in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IPropertyMethods in com.axemble.vdoc.sdk.impl that return IPropertyModifier and TypeMethodDescriptionPortalLibraryModule.getProperty
(IContext context, IResourceDefinition resourceDefinition, String name) PortalResourceDefinition.getProperty
(String name) WorkflowModuleImpl.getProperty
(IContext context, IResourceDefinition resourceDefinition, String name) WorkflowModuleImpl.getProperty
(IStorageKey key) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IPropertyModifier and TypeMethodDescriptionCollection
<? extends IProperty> WorkflowModuleImpl.getProperties
(IContext context, IResourceDefinition resourceDefinition) -
Uses of IProperty in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IProperty in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return IPropertyModifier and TypeMethodDescriptionICatalog.getProperty
(String name) Retrieves a specified property by passing its name.IResourceDefinition.getProperty
(String name) Gets a property definition by its specified system name.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IPropertyModifier and TypeMethodDescriptionILock.getLockProperties()
Get the locked propertiesCollection
<? extends IProperty> ICatalog.getProperties()
Retrieves all the properties of the catalog.Collection
<? extends IProperty> IResourceDefinition.getProperties()
Gets all the properties of the definition. -
Uses of IProperty in com.axemble.vdoc.sdk.mapping.extensions
Methods in com.axemble.vdoc.sdk.mapping.extensions with parameters of type IProperty -
Uses of IProperty in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IPropertyModifier and TypeMethodDescriptionIBaseDocumentModule.getProperty
(IContext context, IResourceDefinition resourceDefinition, String name) Gets a property definition by specifying theIResourceDefinition
and its system name.IBaseDocumentModule.getProperty
(IStorageKey key) Gets a property object from its identifier.IBaseLibraryModule.getProperty
(IContext context, IResourceDefinition resourceDefinition, String name) IBaseWorkflowModule.getProperty
(IContext context, IResourceDefinition resourceDefinition, String name) Gets a property definition by specifying theIResourceDefinition
and its system name.IBaseWorkflowModule.getProperty
(IStorageKey key) Gets a property object from its identifier.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IPropertyModifier and TypeMethodDescriptionCollection
<? extends IProperty> IBaseDocumentModule.getProperties
(IContext context, IResourceDefinition resourceDefinition) Gets all the properties of a specified definition.Collection
<? extends IProperty> IBaseWorkflowModule.getProperties
(IContext context, IResourceDefinition resourceDefinition) Gets all the properties of a specified definition. -
Uses of IProperty in com.axemble.vdoc.sdk.workflow.extensions
Methods in com.axemble.vdoc.sdk.workflow.extensions with parameters of type IPropertyModifier and TypeMethodDescriptionvoid
BaseResourceDefinitionExtension.onPropertyChanged
(IProperty property, IUser user) This method gets called each time the passed property has been changed -
Uses of IProperty in com.axemble.vdp.mapping.extensions
Methods in com.axemble.vdp.mapping.extensions with parameters of type IProperty