Package com.axemble.vdoc.sdk.interfaces
Interface ILinkedResource
- All Superinterfaces:
IDeletionSupport,IElement,IProtocolSupport,IResource,ISearchSupport,ISecuritySupport,Serializable
- All Known Implementing Classes:
GenericResource,ProcessLinkedResource
A child resource within a table field
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the catalog of the linked resourceGets the parent instance.Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
deleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IResource
addLinkedResource, addLinkedResources, allowEvents, createLinkedResource, deleteLinkedResource, deleteLinkedResources, denyEvents, exists, getCreatedBy, getCreatedDate, getDefinition, getHistory, getLinkedResources, getList, getModifiedBy, getModifiedDate, getName, getText, getValue, refresh, refresh, save, save, setCreatedBy, setCreatedDate, setList, setModifiedBy, setModifiedDate, setValue, setValueNoEvents
-
Method Details
-
getCatalog
ICatalog getCatalog()Gets the catalog of the linked resource- Returns:
- A
ICatalogobject.
-
getParentInstance
IWorkflowInstance getParentInstance()Gets the parent instance.- Returns:
- A
IWorkflowInstanceobject.
-