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 SummaryModifier and TypeMethodDescriptionGets the catalog of the linked resourceGets the parent instance.Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IResourceaddLinkedResource, 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- 
getCatalogICatalog getCatalog()Gets the catalog of the linked resource- Returns:
- A ICatalogobject.
 
- 
getParentInstanceIWorkflowInstance getParentInstance()Gets the parent instance.- Returns:
- A IWorkflowInstanceobject.
 
 
-