Uses of Class
com.emc.documentum.rest.attributeview.api.AttributeView
Package
Description
-
Uses of AttributeView in com.emc.documentum.rest.attributeview.api
Modifier and TypeFieldDescriptionstatic final AttributeView
AttributeView.ALL
View all attributes, corresponding to ":all"static final AttributeView
AttributeView.DEFAULT
Default view of attributes, corresponding to ":default"static final AttributeView
AttributeView.NONE
View none attributes -
Uses of AttributeView in com.emc.documentum.rest.config
Modifier and TypeMethodDescriptionPersistenceConfig.defaultCollectionAttributeView()
For internal use. -
Uses of AttributeView in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescriptionAclManager.createAcl
(AclObject object, boolean validateUnknown, AttributeView attributeView) Create ACL object with type and attributes.<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.PreferenceManager.createPreference
(PreferenceObject obj, AttributeView view) Create a Preference object for current user.VirtualDocumentManager.createSnapshotFromExistingVirtualDocument
(VirtualDocumentSnapshot vdSnapshot, String bindingLabel, boolean includeBroken, boolean frozen, AttributeView attributeView) Create a virtual document snapshot from existing virtual documentVirtualDocumentManager.createSnapshotFromScratch
(VirtualDocumentSnapshot vdSnapshot, String bindingLabel, boolean includeBroken, boolean frozen, AttributeView attributeView) Create a virtual document snapshot from scratch<T extends SysObject>
TSysObjectManager.createSysObjectUnderParentFolder
(T object, String parentId, boolean validateUnknown, AttributeView attributeView) Create a sysobject under the parent folder.<T extends SysObject>
TSysObjectManager.createSysObjectUnderParentFolderWithRenditions
(T object, String parentId, boolean validateUnknown, AttributeView attributeView) Create a sysobject under the parent folder.UserManager.currentUser
(AttributeView attributeView) Get current login user.DarManager.get
(String darID, AttributeView attributeView) Get a dmc_dar object by its dar object id.GroupManager.get
(String groupName, AttributeView attributeView) Get the group by its name.JobManager.get
(String jobID, AttributeView attributeView) Get a job by its job name.MethodManager.get
(String methodID, AttributeView attributeView) Get a method by its method name.ObjectCollectionManager.get
(String dql, int page, int itemsPerPage, AttributeView attributeView) Deprecated.ObjectCollectionManager.get
(String dql, AttributeView attributeView) Get an object collection with the given DQL query.RelationTypeManager.get
(String relationName, AttributeView attributeView) Get relation type object by relation name.UserManager.get
(String userName, AttributeView attributeView) Get a user by its user name.AclManager.getAclById
(String objectId, AttributeView attributeView) Get ACL by object id.AclManager.getAclByName
(String aclDomain, String aclName, AttributeView attributeView) Get ACL by acl_domain and acl_nameAspectManager.getAspectType
(String aspectTypeName, AttributeView view, String locale) AuditManager.getAuditTrail
(String auditTrailId, AttributeView attributeView) Get audit trail with id.RelationManager.getChildRelatives
(String parentId, String relationName, AttributeView attributeView) Returns a collection of RelationObject objects where the given object is the parent of all these relations and, and the relation_name is given, too.ObjectManager.getFolderAncestorsById
(String id, AttributeView attributeView, boolean includePermission) Get persistent object ancestors by ID.<T extends PersistentObject>
List<T>ObjectManager.getFolderAncestorsById
(String id, AttributeView attributeView, boolean includePermission, Class<T> targetClass) Get persistent object ancestors by ID.ObjectManager.getFolderByPath
(String path, AttributeView attributeView, boolean includePermission) Get persistent object by path.FormatManager.getFormat
(String name, AttributeView attributeView) Retrieve a format object according to its nameObjectManager.getObjectById
(String id, AttributeView attributeView, boolean includePermission, BasicType... constrainedTypes) Get persistent object by ID.<T extends PersistentObject>
TObjectManager.getObjectById
(String id, AttributeView attributeView, boolean includePermission, Class<T> targetClass, BasicType... constrainedTypes) Get persistent object by ID.SysObjectManager.getObjectById
(String id, AttributeView attributeView, boolean includePermission, boolean includeVersionPolicy, 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.ObjectManager.getObjectByQualification
(String qualification, AttributeView attributeView) Retrieve a persistent object according to its qualification<T extends PersistentObject>
TObjectManager.getObjectByQualification
(String qualification, AttributeView attributeView, Class<T> targetClass) Retrieve a persistent object according to its qualificationObjectCollectionManager.getPagedCollection
(String dql, boolean hasRangeSupport, int page, int itemsPerPage, AttributeView attributeView) Get an object collection with the given DQL query.ContentMetaDataManager.getPagedContentObjects
(String objectId, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView) get all ContentObjects of primary content and renditions by its parent idLightweightObjectManager.getParentObject
(String objectId, AttributeView attributeView) Get the parent object of a lightweight object If the object's parent is itself, the DfException will be thrownRelationManager.getParentRelatives
(String childId, String relationName, AttributeView attributeView) Returns a collection of RelationObject objects where the given object is the child of all these relations and, and the relation_name is given, too.AclManager.getPermissionSet
(String objectId, AttributeView attributeView) Get the permission set of an specified sysobject.PreferenceManager.getPreference
(String clientCode, String userName, AttributeView view) Get a Preference object by client code and user name.RelationManager.getRelationById
(String relationId, AttributeView attributeView) Get relation object by relation ID.VirtualDocumentManager.getSnapshot
(String snapshotId, AttributeView attributeView) Get virtual document snapshotTypeManager.getTypeDefinition
(com.documentum.fc.client.IDfSession session, String type, AttributeView attrAttributeView, boolean inherited, boolean convertType) Deprecated.TypeManager.getTypeDefinition
(com.documentum.fc.client.IDfTypedObject dfType, AttributeView attrAttributeView, boolean inherited, boolean convertType) Deprecated.TypeManager.getTypeDefinition
(String type, AttributeView attrAttributeView, boolean inherited, boolean convertType) Deprecated.VirtualDocumentManager.getVirtualDocumentNode
(String parentId, String nodeId, String nodeObjectId, AttributeView attributeView) Get single document node and corresponding sysobject if nodeObjectId is present.VirtualDocumentManager.getVirtualDocumentNodes
(String objectId, String vdmNumber, String nodeObjectId, String bindingLabel, boolean followAssembly, Boolean includeBroken, boolean mandatoryOnly, AttributeView attributeView, int depth, int page, int itemsPerPage) Get the virtual document nodes from the root or the sub nodeDarManager.installDar
(File file, AttributeView attributeView) <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 appliedPreferenceManager.updatePreference
(String clientCode, String userName, PreferenceObject obj, AttributeView view) Update the Preference object specified by client id and user name.<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 SysObject>
TSysObjectManager.validateAndCreateSysObjectUnderParentFolder
(T object, String parentId, boolean validateUnknown, AttributeView attributeView, String constraintsValidationPolicy) Create a sysobject under the parent folder. -
Uses of AttributeView in com.emc.documentum.rest.dfc.conversion
Modifier and TypeMethodDescriptionLifecycleConverter.convert
(com.documentum.fc.client.IDfSession session, com.documentum.fc.client.IDfTypedObject dfobj, com.documentum.fc.client.IDfTypedObject other, AttributeView attributeView) ModifierConstructorDescriptionTypedObjectConverter
(com.documentum.fc.client.IDfTypedObject dfcObject, com.documentum.fc.client.IDfTypedObject otherObject, AttributeView attributeView) Init the converterTypedObjectConverter
(com.documentum.fc.client.IDfTypedObject dfcObject, AttributeView attributeView) Init the converter -
Uses of AttributeView in com.emc.documentum.rest.dfc.query
Modifier and TypeMethodDescriptionPagedQueryTemplate.selectedFields
(AttributeView attributeView) Set the attributes for the collection results. -
Uses of AttributeView in com.emc.documentum.rest.http.parameter
Modifier and TypeMethodDescriptionCollectionParam.getAttributeView()
Get attribute viewSingleParam.getAttributeView()
Get attribute viewModifier and TypeMethodDescriptionvoid
CollectionParam.setAttributeView
(AttributeView attributeView) Set attribute viewvoid
SingleParam.setAttributeView
(AttributeView view) Set attribute viewModifierConstructorDescriptionCollectionParam
(PagingParam pagingParam, SortSpec sortSpec, AttributeView attributeView, String filter, boolean inline) ConstructorCollectionParam
(PagingParam pagingParam, SortSpec sortSpec, AttributeView attributeView, String filter, String q, boolean inline) ConstructorSingleParam
(AttributeView attributeView) Constructor -
Uses of AttributeView in com.emc.documentum.rest.paging
ModifierConstructorDescriptionPagedDataRetriever
(ObjectCollectionManager<T> objectCollectionManager, PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView) ConstructorPagedPersistentDataRetriever
(ObjectCollectionManager<T> objectCollectionManager, PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView) ConstructorPagedPersistentDataRetriever
(PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView, Class<T> targetClass) Constructor; using the default object collection manager to get the DQL results.PagedQueryDataRetriever
(PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView, com.emc.documentum.rest.common.QueryObjectConverter<T> converter) ConstructorPagedQueryDataRetriever
(PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView, com.emc.documentum.rest.common.QueryResultConverter<T> converter) Constructor
ObjectCollectionManager.getPagedCollection(String, boolean, int, int, com.emc.documentum.rest.attributeview.api.AttributeView)
instead.