Uses of Enum Class
com.emc.documentum.rest.constant.DeleteVersionPolicy
Packages that use DeleteVersionPolicy
Package
Description
-
Uses of DeleteVersionPolicy in com.emc.documentum.rest.config
Methods in com.emc.documentum.rest.config that return DeleteVersionPolicy -
Uses of DeleteVersionPolicy in com.emc.documentum.rest.constant
Methods in com.emc.documentum.rest.constant that return DeleteVersionPolicyModifier and TypeMethodDescriptionstatic DeleteVersionPolicyDeleteVersionPolicy.valueOf(int value) Gets enum constant according to the input enum valuestatic DeleteVersionPolicyReturns 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
Methods in com.emc.documentum.rest.dfc with parameters of type DeleteVersionPolicyModifier and TypeMethodDescriptionbooleanSysObjectManager.deleteSysObject(String id, boolean deleteFolderChildren, boolean deleteMultiLinkedFolderChildren, DeleteVersionPolicy policy) Delete a sysobject with advanced optionsbooleanSysObjectManager.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.booleanSysObjectManager.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.booleanSysObjectManager.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.booleanSysObjectManager.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.