Uses of Interface
com.axemble.vdoc.sdk.interfaces.IProperty
Package
Description
-
Uses of IProperty in com.axemble.vdoc.sdk.components
Modifier and TypeMethodDescriptionBaseCustomMappingProvider.convertPropertiesToMappingStruture
(Collection<? extends IProperty> properties) -
Uses of IProperty in com.axemble.vdoc.sdk.document.extensions
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionCollection
<? extends IProperty> WorkflowModuleImpl.getProperties
(IContext context, IResourceDefinition resourceDefinition) -
Uses of IProperty in com.axemble.vdoc.sdk.interfaces
Modifier 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.Modifier 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
-
Uses of IProperty in com.axemble.vdoc.sdk.modules
Modifier 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.Modifier 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
Modifier 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