Package com.emc.documentum.rest.model
Class VirtualDocumentSnapshot
java.lang.Object
com.emc.documentum.rest.model.AbstractLinkable
com.emc.documentum.rest.model.PersistentObject
com.emc.documentum.rest.model.SysObject
com.emc.documentum.rest.model.VirtualDocumentSnapshot
- All Implemented Interfaces:
com.emc.documentum.rest.conditional.Digestible,Linkable
Model virtual document snapshot in the repository.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.emc.documentum.rest.model.SysObject
INTERNAL_FIELDS, OPTIONAL_FIELDSFields inherited from class com.emc.documentum.rest.model.PersistentObject
id, isLightweight, isMaterialized, isSnapshot, isVirtual, mandatoryAttributes, optionalAttributes, parentId, permissions, properties, reqDigest, type, typeDef, versionPolicyFields inherited from class com.emc.documentum.rest.model.AbstractLinkable
links -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet mandatory attribute namesgetVdRef()voidvoidsetVdSnapshotRef(String vdSnapshotRef) Methods inherited from class com.emc.documentum.rest.model.SysObject
addDcWriteUrl, getBindingLabel, getDcWriteUrls, getHref, getInternalFields, getObjectAspects, getObjectLifecycle, getOptionalFields, getSharingParent, isDeepCopy, isIncludeBroken, isReplicateVdChildren, isRetainAcl, setBindingLabel, setDeepCopy, setHref, setIncludeBroken, setObjectAspects, setObjectLifecycle, setReplicateVdChildren, setRetainAcl, setSharingParentMethods inherited from class com.emc.documentum.rest.model.PersistentObject
addAttribute, addMandatoryAttribute, addOptionalAttribute, calculatesDigest, convertDate, geOptionalAttribute, getAttributeByName, getAttributes, getId, getMandatoryAttribute, getParentId, getPermissions, getReqDigest, getType, getTypeDef, getVersionPolicy, hasAttribute, hasAttributeValue, hasOptionalAttribute, isLightweight, isMatchedWithReqDigest, isMaterialized, isSnapshot, isVirtualDocument, reInitAttributes, removeAttributeIfExisted, setId, setIsSnapshot, setIsVirtualDocument, setLightweight, setMaterialized, setParentId, setPermissions, setReqDigest, setType, setTypeDef, setVersionPolicy, toStringMethods inherited from class com.emc.documentum.rest.model.AbstractLinkable
getLinks, setLinks
-
Field Details
-
ATTR_ASSEMBLED_FROM_ID
- See Also:
-
ATTR_FROZEN_ASSEMBLY_COUNT
- See Also:
-
ATTR_HAS_FROZEN_ASSEMBLY
- See Also:
-
ATTR_FROZEN_FLAG
- See Also:
-
MANDATORY_FIELDS
-
DEFAULT_FIELDS
-
-
Constructor Details
-
VirtualDocumentSnapshot
public VirtualDocumentSnapshot()
-
-
Method Details
-
getVdSnapshotRef
-
setVdSnapshotRef
-
getVdRef
-
setVdRef
-
getMandatoryFields
Description copied from class:PersistentObjectGet mandatory attribute names- Overrides:
getMandatoryFieldsin classSysObject- Returns:
- mandatory fields
-