Package com.axemble.vdoc.sdk.interfaces
Interface IDataUnit
- All Superinterfaces:
IDeletionSupport
,IElement
,ILocalizationScope
,IProtocolSupport
,IResource
,ISearchSupport
,ISecuritySupport
,IStorageResource
,IUriSupport
,Serializable
public interface IDataUnit
extends IStorageResource, IDeletionSupport, ISearchSupport, IProtocolSupport
This class represents a data unit.
The IDataUnit interface is used to manage a data unit within the document management system.
A data unit holds a full set of values depending of the
IProperty
collection of the form.
Use the methods of IDataUnit to examine and manipulate values.- Since:
- 1.0
- Version:
- 1.0, 10/06/2010
- Author:
- vlygeros
- See Also:
-
Method Summary
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, getValuesToStore
Methods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupport
getURI