Uses of Enum Class
com.emc.documentum.rest.constant.DeleteVersionPolicy
Package
Description
-
Uses of DeleteVersionPolicy in com.emc.documentum.rest.config
-
Uses of DeleteVersionPolicy in com.emc.documentum.rest.constant
Modifier and TypeMethodDescriptionstatic DeleteVersionPolicy
DeleteVersionPolicy.valueOf
(int value) Gets enum constant according to the input enum valuestatic DeleteVersionPolicy
Returns the enum constant of this class with the specified name.static DeleteVersionPolicy[]
DeleteVersionPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeleteVersionPolicy in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescriptionboolean
SysObjectManager.deleteSysObject
(String id, boolean deleteFolderChildren, boolean deleteMultiLinkedFolderChildren, DeleteVersionPolicy policy) Delete a sysobject with advanced optionsboolean
SysObjectManager.deleteSysObjectTx
(String id, boolean deleteFolderChildren, boolean deleteMultiLinkedFolderChildren, boolean deleteVirtualDocumentAllDescendant, DeleteVersionPolicy policy, BasicType... constrainedTypes) This is the transactional version ofSysObjectManager.deleteSysObject(String, boolean, boolean, com.emc.documentum.rest.constant.DeleteVersionPolicy)
It supports a transactional context when the underlying object contains multiple children, this method ensures the ACID for the object.boolean
SysObjectManager.deleteSysObjectTx
(String id, boolean deleteFolderChildren, boolean deleteMultiLinkedFolderChildren, DeleteVersionPolicy policy, BasicType... constrainedTypes) This is the transactional version ofSysObjectManager.deleteSysObject(String, boolean, boolean, com.emc.documentum.rest.constant.DeleteVersionPolicy)
It supports a transactional context when the underlying object contains multiple children, this method ensures the ACID for the object.boolean
SysObjectManager.deleteSysObjectTxByQua
(String qualification, boolean deleteFolderChildren, boolean deleteMultiLinkedFolderChildren, boolean deleteVirtualDocumentAllDescendant, DeleteVersionPolicy policy, BasicType... constrainedTypes) This is the transactional version ofSysObjectManager.deleteSysObject(String, boolean, boolean, com.emc.documentum.rest.constant.DeleteVersionPolicy)
It supports a transactional context when the underlying object contains multiple children, this method ensures the ACID for the object.boolean
SysObjectManager.deleteSysObjectTxByQua
(String qualification, boolean deleteFolderChildren, boolean deleteMultiLinkedFolderChildren, DeleteVersionPolicy policy, BasicType... constrainedTypes) This is the transactional version ofSysObjectManager.deleteSysObject(String, boolean, boolean, com.emc.documentum.rest.constant.DeleteVersionPolicy)
It supports a transactional context when the underlying object contains multiple children, this method ensures the ACID for the object.