Uses of Class
com.emc.documentum.rest.model.PersistentObject
Package
Description
-
Uses of PersistentObject in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescription<T extends PersistentObject>
TObjectManager.createObject
(T object, boolean validateUnknown, AttributeView attributeView) Create persistent object with type and attributes, additionally allowing specifying the return class type of the instance.<T extends PersistentObject>
List<T>ObjectManager.getFolderAncestorsById
(String id, AttributeView attributeView, boolean includePermission, Class<T> targetClass) Get persistent object ancestors by ID.<T extends PersistentObject>
TObjectManager.getObjectById
(String id, AttributeView attributeView, boolean includePermission, Class<T> targetClass, BasicType... constrainedTypes) Get persistent object by ID.<T extends PersistentObject>
TSysObjectManager.getObjectById
(String id, AttributeView attributeView, boolean includePermission, boolean includeVersionPolicy, Class<T> targetClass, BasicType... constrainedTypes) Get persistent object by ID.<T extends PersistentObject>
TObjectManager.getObjectByQualification
(String qualification, AttributeView attributeView, Class<T> targetClass) Retrieve a persistent object according to its qualification<T extends PersistentObject>
TSysObjectManager.toPersistentObject
(com.documentum.fc.client.IDfPersistentObject dfObject, AttributeView attributeView, Class<T> targetClass) Convert DFC persistent object to RESTPersistentObject
with specified attribute view applied<T extends PersistentObject>
TSysObjectManager.toPersistentObject
(com.documentum.fc.client.IDfPersistentObject dfObject, Class<T> targetClass) Convert DFC persistent object to RESTPersistentObject
with all attribute view applied<T extends PersistentObject>
TObjectManager.updateObject
(T object, boolean validateUnknown, boolean ignoreUnmodified, BasicType... constrainedTypes) Update persistent object with attributes.<T extends PersistentObject>
TObjectManager.updateObjectByQualification
(String qualification, T object, boolean validateUnknown, boolean ignoreUnmodified, BasicType... constrainedTypes) Update persistent object with attributes, additionally allowing specifying the return class type of the instance.<T extends PersistentObject>
TObjectManager.validateAndCreateObject
(T object, boolean validateUnknown, String validationPolicy, AttributeView attributeView) Create persistent object with type and attributes, additionally allowing specifying the return class type of the instance.<T extends PersistentObject>
TObjectManager.validateAndUpdateObject
(T object, boolean validateUnknown, boolean ignoreUnmodified, String validationPolicy, BasicType... constrainedTypes) Update persistent object with attributes.Modifier and TypeMethodDescriptionObjectManager.getObjectById
(String id, AttributeView attributeView, boolean includePermission, BasicType... constrainedTypes) Get persistent object by ID.SysObjectManager.getObjectById
(String id, AttributeView attributeView, boolean includePermission, boolean includeVersionPolicy, BasicType... constrainedTypes) Get persistent object by ID.ObjectManager.getObjectByQualification
(String qualification, AttributeView attributeView) Retrieve a persistent object according to its qualificationModifier and TypeMethodDescriptionClass<? extends PersistentObject>
BasicType.modelClassType()
FOR INTERNAL USE.Modifier and TypeMethodDescriptionvoid
AspectManager.attachAspects
(PersistentObject object, List<String> aspectNames) Deprecated. -
Uses of PersistentObject in com.emc.documentum.rest.dfc.conversion
Modifier and TypeMethodDescription<T extends PersistentObject>
List<T>Convert the objects in query result set to instances of typeT
<T extends PersistentObject>
TConvert the dfc object to instance ofPersistentObject
static <T extends PersistentObject>
TAttributesFilter.filter
(T object, com.documentum.fc.client.IDfPersistentObject targetObject, List<String> skipAttributes, boolean validateUnknown) Filter out attributes that should be skipped or ignored; The attributes will be removed from PersistentObject.static <T extends PersistentObject>
TAttributesFilter.filter
(T object, com.documentum.fc.client.IDfPersistentObject targetObject, List<String> skipAttributes, boolean validateUnknown, boolean ignoreUnmodified) Filter out attributes that should be skipped or ignored; The attributes will be removed from PersistentObject.Modifier and TypeMethodDescriptionQueryResultSetConverter.convert()
Convert the objects in query result set to intances ofPersistentObject
Modifier and TypeMethodDescriptionstatic com.documentum.fc.client.IDfPersistentObject
AttributesCopier.copy
(PersistentObject sourceObject, com.documentum.fc.client.IDfPersistentObject targetObject) Copies attributes from sourceObject to targetObjectstatic String
AttributesCopier.copyAttributesToParamURL
(PersistentObject sourceObject, com.documentum.fc.client.IDfPersistentObject targetObject, String paramURL) -
Uses of PersistentObject in com.emc.documentum.rest.dfc.query
Modifier and TypeMethodDescription<T extends PersistentObject>
List<T>Execute the DQL query with offset and limit count.Modifier and TypeMethodDescriptionExecute the DQL query.Execute the DQL query with offset and limit count. -
Uses of PersistentObject in com.emc.documentum.rest.model
Modifier and TypeClassDescriptionclass
Acl object is applied to a repository object to define object-level security, or to a folder for use in folder securityclass
aspect type resourceclass
class
class
Cabinet objectclass
A contentful sysobjectclass
class for primary content and rendition metadataclass
Document resourceclass
Folder resourcefinal class
Format resourceclass
Group resourceclass
Job resourceclass
Lifecycle resourceclass
Method Objectclass
Network location resourcefinal class
Model of query result itemclass
Relation resourceclass
Model for relation type metadataclass
Model sys object resource in the repository.class
class
Type resourceclass
User resourceclass
Model virtual document snapshot in the repository. -
Uses of PersistentObject in com.emc.documentum.rest.paging
Modifier and TypeClassDescriptionclass
PagedPersistentDataRetriever<T extends PersistentObject>
Fetch a page of persistent data via DQL using the paged query template. -
Uses of PersistentObject in com.emc.documentum.rest.view.impl
Modifier and TypeClassDescriptionclass
PersistentLinkableView<T extends PersistentObject>
Default implementation of persistent data view.
AspectManager.attachAspect(String, String...)