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
- Author:
- vlygeros
- See Also:
-
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.ProcessResource
documentFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
ConstructorsConstructorDescriptionProcessLinkedResource(IModule module) ProcessLinkedResource(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) -
Method Summary
Modifier and TypeMethodDescriptionGets the parent instance.booleanSaves or updates the element.Methods inherited from class com.axemble.vdoc.sdk.impl.ProcessResource
addLinkedResource, 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, setValue, setValueNoEventsMethods inherited from class com.axemble.vdoc.sdk.impl.ProcessElement
getPath, getProtocolURI, getProtocolURI, getWorkflowModuleMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
deleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPathMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ILinkedResource
getCatalogMethods 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
-
Constructor Details
-
ProcessLinkedResource
- Parameters:
module-
-
ProcessLinkedResource
public ProcessLinkedResource(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) - Parameters:
module-document-
-
-
Method Details
-
getParentInstance
Description copied from interface:ILinkedResourceGets the parent instance.- Specified by:
getParentInstancein interfaceILinkedResource- Returns:
- A
IWorkflowInstanceobject.
-
save
Description copied from interface:IElementSaves or updates the element.- Specified by:
savein interfaceIElement- Overrides:
savein classProcessResource- Parameters:
context- The Execution context.- Returns:
- return true if succeeded, false otherwise.
-