Package com.axemble.vdoc.sdk.impl
Class ProcessStorageResource
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.ProcessStorageResource
- All Implemented Interfaces:
IElement
,ILocalizationScope
,IResource
,IStorageResource
,SDKWrapper
,IDeletionSupport
,IProtocolSupport
,ISearchSupport
,ISecuritySupport
,IUriSupport
,com.axemble.vdp.resource.interfaces.InternalResource
,Serializable
- Author:
- omenuel
- See Also:
-
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.ProcessResource
document
Fields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module
-
Constructor Summary
ConstructorDescriptionProcessStorageResource
(IModule module) ProcessStorageResource
(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) -
Method Summary
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, save, saveNoEvents, setCreatedBy, setCreatedDate, setList, setModifiedBy, setModifiedDate, setValue, setValueNoEvents
Methods inherited from class com.axemble.vdoc.sdk.impl.ProcessElement
getPath, getProtocolURI, getProtocolURI, getWorkflowModule
Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModule
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
delete
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
Methods 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
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IStorageResource
getCatalog
-
Constructor Details
-
ProcessStorageResource
- Parameters:
module
-
-
ProcessStorageResource
public ProcessStorageResource(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) - Parameters:
module
-document
-
-
-
Method Details
-
getURI
Description copied from interface:IUriSupport
Gets the URI of the object supporting this interface- Specified by:
getURI
in interfaceIUriSupport
- Returns:
- A String object.
-
getValuesToStore
Description copied from interface:IStorageResource
Gets all field changes with new value.- Specified by:
getValuesToStore
in interfaceIStorageResource
- Returns:
- A java.util.Map object.
-