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 TypeMethodDescriptionbooleanBaseDocumentExtension.isOnChangeSubscriptionOn(IProperty property) This method is called for each property of the current form (workflow, task, action).booleanBaseResourceExtension.isOnChangeSubscriptionOn(IProperty property) This method is called for each property of the current form (workflow, task, action).booleanBaseStorageResourceExtension.isOnChangeSubscriptionOn(IProperty property) This method is called for each property of the current form (workflow, task, action).voidBaseDocumentExtension.onAfterPropertyChanged(IProperty property) voidBaseResourceExtension.onAfterPropertyChanged(IProperty property) This method gets called each time the passed property has been changedvoidBaseDocumentExtension.onPropertyChanged(IProperty property) This method gets called each time the passed property has been changedvoidBaseResourceExtension.onPropertyChanged(IProperty property) This method gets called each time the passed property has been changedvoidBaseStorageResourceExtension.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 theIResourceDefinitionand 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 theIResourceDefinitionand 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 TypeMethodDescriptionvoidBaseResourceDefinitionExtension.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