Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IProperty |
IResourceDefinition.getProperty(String name)
Gets a property definition by its specified system name.
|
IProperty |
ICatalog.getProperty(String name)
Retrieves a specified property by passing its name.
|
Modifier and Type | Method and Description |
---|---|
List<? extends IProperty> |
ILock.getLockProperties()
Get the locked properties
|
Collection<? extends IProperty> |
IResourceDefinition.getProperties()
Gets all the properties of the definition.
|
Collection<? extends IProperty> |
ICatalog.getProperties()
Retrieves all the properties of the catalog.
|
Modifier and Type | Method and Description |
---|---|
IProperty |
IBaseLibraryModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name) |
IProperty |
IBaseDocumentModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name)
Gets a property definition by specifying the
IResourceDefinition and its system name. |
IProperty |
IBaseWorkflowModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name)
Gets a property definition by specifying the
IResourceDefinition and its system name. |
IProperty |
IBaseDocumentModule.getProperty(IStorageKey key)
Gets a property object from its identifier.
|
IProperty |
IBaseWorkflowModule.getProperty(IStorageKey key)
Gets a property object from its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<? 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.
|
Copyright © 2019 Visiativ Software. All rights reserved.