Uses of Class
com.emc.documentum.rest.model.PersistentObject
Packages that use PersistentObject
Package
Description
-
Uses of PersistentObject in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc with type parameters of type PersistentObjectModifier 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.Methods in com.emc.documentum.rest.dfc that return PersistentObjectModifier 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 qualificationMethods in com.emc.documentum.rest.dfc that return types with arguments of type PersistentObjectModifier and TypeMethodDescriptionClass<? extends PersistentObject>
BasicType.modelClassType()
FOR INTERNAL USE.Methods in com.emc.documentum.rest.dfc with parameters of type PersistentObjectModifier and TypeMethodDescriptionvoid
AspectManager.attachAspects
(PersistentObject object, List<String> aspectNames) Deprecated. -
Uses of PersistentObject in com.emc.documentum.rest.dfc.conversion
Methods in com.emc.documentum.rest.dfc.conversion with type parameters of type PersistentObjectModifier 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.Methods in com.emc.documentum.rest.dfc.conversion that return types with arguments of type PersistentObjectModifier and TypeMethodDescriptionQueryResultSetConverter.convert()
Convert the objects in query result set to intances ofPersistentObject
Methods in com.emc.documentum.rest.dfc.conversion with parameters of type PersistentObjectModifier 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
Methods in com.emc.documentum.rest.dfc.query with type parameters of type PersistentObjectModifier and TypeMethodDescription<T extends PersistentObject>
List<T>Execute the DQL query with offset and limit count.Methods in com.emc.documentum.rest.dfc.query that return types with arguments of type PersistentObjectModifier and TypeMethodDescriptionExecute the DQL query.Execute the DQL query with offset and limit count. -
Uses of PersistentObject in com.emc.documentum.rest.model
Subclasses of PersistentObject in com.emc.documentum.rest.modelModifier 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.Constructors in com.emc.documentum.rest.model with parameters of type PersistentObject -
Uses of PersistentObject in com.emc.documentum.rest.paging
Classes in com.emc.documentum.rest.paging with type parameters of type PersistentObjectModifier 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
Classes in com.emc.documentum.rest.view.impl with type parameters of type PersistentObjectModifier and TypeClassDescriptionclass
PersistentLinkableView<T extends PersistentObject>
Default implementation of persistent data view.
AspectManager.attachAspect(String, String...)