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 SummaryFields inherited from class com.axemble.vdoc.sdk.impl.ProcessResourcedocumentFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionProcessStorageResource(IModule module) ProcessStorageResource(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) 
- 
Method SummaryMethods 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, save, saveNoEvents, setCreatedBy, setCreatedDate, setList, setModifiedBy, setModifiedDate, setValue, 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, 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, setValueNoEventsMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IStorageResourcegetCatalog
- 
Constructor Details- 
ProcessStorageResource- Parameters:
- module-
 
- 
ProcessStorageResourcepublic ProcessStorageResource(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) - Parameters:
- module-
- document-
 
 
- 
- 
Method Details- 
getURIDescription copied from interface:IUriSupportGets the URI of the object supporting this interface- Specified by:
- getURIin interface- IUriSupport
- Returns:
- A String object.
 
- 
getValuesToStoreDescription copied from interface:IStorageResourceGets all field changes with new value.- Specified by:
- getValuesToStorein interface- IStorageResource
- Returns:
- A java.util.Map object.
 
 
-