Modifier and Type | Method and Description |
---|---|
Collection<IMappingStructure> |
BaseCustomMappingProvider.convertPropertiesToMappingStruture(Collection<? extends IProperty> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseStorageResourceExtension.isOnChangeSubscriptionOn(IProperty property)
This method is called for each property of the current form (workflow, task, action).
|
boolean |
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).
|
void |
BaseDocumentExtension.onAfterPropertyChanged(IProperty property) |
void |
BaseResourceExtension.onAfterPropertyChanged(IProperty property)
This method gets called each time the passed property has been changed
|
void |
BaseStorageResourceExtension.onPropertyChanged(IProperty property)
This method gets called each time the passed property has been changed
|
void |
BaseDocumentExtension.onPropertyChanged(IProperty property)
This method gets called each time the passed property has been changed
|
void |
BaseResourceExtension.onPropertyChanged(IProperty property)
This method gets called each time the passed property has been changed
|
Modifier and Type | Method and Description |
---|---|
IProperty |
ICatalog.getProperty(String name)
Retrieves a specified property by passing its name.
|
IProperty |
IResourceDefinition.getProperty(String name)
Gets a property definition by its specified system name.
|
Modifier and Type | Method and Description |
---|---|
List<? extends IProperty> |
ILock.getLockProperties()
Get the locked properties
|
Collection<? extends IProperty> |
ICatalog.getProperties()
Retrieves all the properties of the catalog.
|
Collection<? extends IProperty> |
IResourceDefinition.getProperties()
Gets all the properties of the definition.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
BaseMappingExtension.onChange(IProperty property,
Element element) |
void |
ViewMappingExtension.onChange(IProperty property,
Element element) |
Modifier and Type | Method and Description |
---|---|
IProperty |
IBaseWorkflowModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name)
Gets a property definition by specifying the
IResourceDefinition and its system name. |
IProperty |
IBaseDocumentModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name)
Gets a property definition by specifying the
IResourceDefinition and its system name. |
IProperty |
IBaseLibraryModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name) |
IProperty |
IBaseWorkflowModule.getProperty(IStorageKey key)
Gets a property object from its identifier.
|
IProperty |
IBaseDocumentModule.getProperty(IStorageKey key)
Gets a property object from its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IProperty> |
IBaseWorkflowModule.getProperties(IContext context,
IResourceDefinition resourceDefinition)
Gets all the properties of a specified definition.
|
Collection<? extends IProperty> |
IBaseDocumentModule.getProperties(IContext context,
IResourceDefinition resourceDefinition)
Gets all the properties of a specified definition.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseResourceDefinitionExtension.onPropertyChanged(IProperty property,
IUser user)
This method gets called each time the passed property has been changed
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryBrowserMappingExtension.onChange(IProperty property,
Element element) |
void |
ResourceBrowserMappingExtension.onChange(IProperty property,
Element element) |
void |
ActorsMappingExtension.onChange(IProperty property,
Element element) |
Copyright © 2022 Visiativ. All rights reserved.