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 TypeMethodDescriptionProcessFieldController.createAttachmentField
(Map<String, String> labels, Map<String, String> descriptions, String name) ProcessFieldController.createBooleanField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createDateField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createDoubleField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createExternalElementField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createFloatField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createGroupField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createIntegerField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createLocalizationField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createLongField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createMultilingualTextField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createOrganizationField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createPeriodField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) ProcessFieldController.createTextField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple, boolean createList) ProcessFieldController.createUserField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) PortalLibraryModule.getProperty
(IContext context, IResourceDefinition resourceDefinition, String name) PortalResourceDefinition.getProperty
(String name) WorkflowModuleImpl.getProperty
(IContext context, IResourceDefinition resourceDefinition, String name) WorkflowModuleImpl.getProperty
(IStorageKey key) ProcessFieldController.retrieveField
(String name) 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) Methods in com.axemble.vdoc.sdk.impl with parameters of type IPropertyModifier and TypeMethodDescriptionvoid
ProcessFieldController.linkFieldToWorkflow
(IContext context, IProperty property) -
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 TypeMethodDescriptionIFieldController.createAttachmentField
(Map<String, String> labels, Map<String, String> descriptions, String name) Create an attachment field (necessarily multiple)IFieldController.createBooleanField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a boolean fieldIFieldController.createDateField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a date fieldIFieldController.createDoubleField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a double fieldIFieldController.createExternalElementField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create an external element fieldIFieldController.createFloatField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a float fieldIFieldController.createGroupField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a group fieldIFieldController.createIntegerField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create an integer fieldIFieldController.createLocalizationField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a localization fieldIFieldController.createLongField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a long fieldIFieldController.createMultilingualTextField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a multilingual text fieldIFieldController.createOrganizationField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create an organization fieldIFieldController.createPeriodField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a period fieldIFieldController.createTextField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple, boolean createList) Create a text fieldIFieldController.createUserField
(Map<String, String> labels, Map<String, String> descriptions, String name, boolean isMultiple) Create a user fieldICatalog.getProperty
(String name) Retrieves a specified property by passing its name.IResourceDefinition.getProperty
(String name) Gets a property definition by its specified system name.IFieldController.retrieveField
(String name) Retrieve the field of the catalog/workflow/resource by its nameMethods 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.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IPropertyModifier and TypeMethodDescriptionvoid
IFieldController.linkFieldToWorkflow
(IContext context, IProperty property) Link an existing field to the controller's definitionObject (mist be a workflow) The property must exist in the workflow's catalog ! -
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