Package | Description |
---|---|
com.axemble.vdoc.sdk.document.extensions | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
ILinkedResource |
BaseResourceExtension.getLinkedResource()
Retrieves the linked resource object.
|
Modifier and Type | Method and Description |
---|---|
ILinkedResource |
IResource.createLinkedResource(String propertyName)
Creates a linked resource within a property.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ILinkedResource> |
IResource.getLinkedResources(String propertyName)
Retrieves all the linked resources of a property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IResource.addLinkedResource(ILinkedResource linkedResource)
Allows to add a linked resource.
|
void |
IResource.deleteLinkedResource(ILinkedResource linkedResource)
Allows to remove a linked resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IResource.addLinkedResources(Collection<? extends ILinkedResource> linkedResources)
Allows to add linked resources.
|
void |
IResource.deleteLinkedResources(Collection<? extends ILinkedResource> linkedResources)
Allows to remove a collection of linked resources.
|
Modifier and Type | Method and Description |
---|---|
ILinkedResource |
IBaseWorkflowModule.createLinkedResource(IResource resource,
String propertyName)
Creates a linked resource into a specified property table.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ILinkedResource> |
IBaseWorkflowModule.getLinkedResources(IResource resource,
String propertyName)
Gets all the linked resources associated with a table property.
|
Modifier and Type | Method and Description |
---|---|
IWorkflowInstance |
IBaseWorkflowModule.getParentInstance(ILinkedResource linkedResource)
Gets the parent instance of a linked resource.
|
Copyright © 2022 Visiativ. All rights reserved.