Package com.axemble.vdoc.sdk.impl
Class ProcessLinkedResource
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.ProcessElement
com.axemble.vdoc.sdk.impl.ProcessResource
com.axemble.vdoc.sdk.impl.ProcessLinkedResource
- All Implemented Interfaces:
- IElement,- ILinkedResource,- IResource,- SDKWrapper,- IDeletionSupport,- IProtocolSupport,- ISearchSupport,- ISecuritySupport,- com.axemble.vdp.resource.interfaces.InternalResource,- Serializable
ProcessLinkedResource for dynamic tables
- See Also:
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.ProcessResourcedocumentFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionProcessLinkedResource(IModule module) ConstructorProcessLinkedResource(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) Constructor
- 
Method SummaryModifier and TypeMethodDescriptionGets the parent instance.booleanSaves or updates the element.voidSets a value to a propertyMethods inherited from class com.axemble.vdoc.sdk.impl.ProcessResourceaddLinkedResource, addLinkedResources, allowEvents, createLinkedResource, delete, deleteLinkedResource, deleteLinkedResources, denyEvents, exists, getCatalog, getCreatedBy, getCreatedDate, getDefinition, getDocument, getFields, getHistory, getId, getLinkedResources, getList, getModifiedBy, getModifiedDate, getName, getNativeDomain, getNativeObject, getText, getValue, getValues, refresh, refresh, save, save, saveNoEvents, setCreatedBy, setCreatedDate, setList, setModifiedBy, setModifiedDate, setValueNoEventsMethods inherited from class com.axemble.vdoc.sdk.impl.ProcessElementgetPath, getProtocolURI, getProtocolURI, getWorkflowModuleMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPathMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ILinkedResourcegetCatalogMethods 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, setValueNoEvents
- 
Constructor Details- 
ProcessLinkedResourceConstructor- Parameters:
- module- the module
 
- 
ProcessLinkedResourcepublic ProcessLinkedResource(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) Constructor- Parameters:
- module- the module
- document- the document
 
 
- 
- 
Method Details- 
getParentInstanceDescription copied from interface:ILinkedResourceGets the parent instance.- Specified by:
- getParentInstancein interface- ILinkedResource
- Returns:
- A IWorkflowInstanceobject.
 
- 
saveDescription copied from interface:IElementSaves or updates the element.- Specified by:
- savein interface- IElement
- Overrides:
- savein class- ProcessResource
- Parameters:
- context- The Execution context.
- Returns:
- return true if succeeded, false otherwise.
 
- 
setValueDescription copied from interface:IResourceSets a value to a property- Specified by:
- setValuein interface- IResource
- Overrides:
- setValuein class- ProcessResource
- Parameters:
- propertyName- The system name of the property.
- value- The value object to set.
 
 
-