Uses of Class
com.emc.documentum.rest.model.ContentfulObject
-
Uses of ContentfulObject in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescription<T extends ContentfulObject>
TSysObjectManager.checkIn
(String chronicleId, T object, String versionLabels, CheckinPolicy versionPolicy, boolean makeCurrent, int pageNumber, String format, boolean retainLock, String comment) Deprecated.<T extends ContentfulObject>
TVersioningManager.checkIn
(String chronicleId, T object, String versionLabels, CheckinPolicy versionPolicy, boolean makeCurrent, int pageNumber, String format, boolean retainLock, String comment) Check in specified object<T extends ContentfulObject>
TSysObjectManager.checkInWithContents
(String chronicleId, T object, String versionLabels, CheckinPolicy versionPolicy, boolean makeCurrent, int pageNumber, boolean retainLock, String comment) Deprecated.<T extends ContentfulObject>
TVersioningManager.checkInWithContents
(String chronicleId, T object, String versionLabels, CheckinPolicy versionPolicy, boolean makeCurrent, int pageNumber, boolean retainLock, String comment) check in the object contents, the object metadata is optional.<T extends ContentfulObject>
TSysObjectManager.checkInWithRenditions
(String chronicleId, T object, String versionLabels, CheckinPolicy versionPolicy, boolean makeCurrent, int pageNumber, boolean retainLock, String comment) Deprecated.<T extends ContentfulObject>
TVersioningManager.checkInWithRenditions
(String chronicleId, T object, String versionLabels, CheckinPolicy versionPolicy, boolean makeCurrent, int pageNumber, boolean retainLock, String comment) check in the object contents, the object metadata is optional.Modifier and TypeMethodDescriptionSysObjectManager.copy
(String objectId, String folderId, boolean deepCopy, boolean replicateVdChildren, boolean retainAcl, ContentfulObject object) Deprecated.since Feldspar 16.3, please useSysObjectManager.copy(String, String, ContentfulObject, CopyOptions)
SysObjectManager.copy
(String objectId, String folderId, boolean deepCopy, boolean replicateVdChildren, ContentfulObject object) Deprecated.SysObjectManager.copy
(String objectId, String folderId, ContentfulObject object, com.emc.documentum.rest.dfc.util.CopyOptions copyOptions) Copy object into a folderUserProfileImageManager.setProfileImage
(String userName, ContentfulObject object) Set display Picture by its user name. -
Uses of ContentfulObject in com.emc.documentum.rest.model
VersioningManager.checkIn(String, ContentfulObject, String, CheckinPolicy, boolean, int, String, boolean, String)