Uses of Class
com.emc.documentum.rest.paging.Page
Package
Description
-
Uses of Page in com.emc.documentum.rest.controller
-
Uses of Page in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescriptionFolderLinksManager.getChildLinks
(String folderId, boolean includeAllVersions, String filterQualification, List<SortOrder> sorts, int page, int itemsPerPage, boolean includeTotal) Retrieve a paginated list of child links for a given folderContentMetaDataManager.getPagedContentObjects
(String objectId, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView) get all ContentObjects of primary content and renditions by its parent idFolderLinksManager.getParentLinks
(String objectId, int page, int itemsPerPage) Retrieve a paginated list of parent links for a given objectVirtualDocumentManager.getVirtualDocumentNodes
(String objectId, String vdmNumber, String nodeObjectId, String bindingLabel, boolean followAssembly, Boolean includeBroken, boolean mandatoryOnly, int depth, int page, int itemsPerPage) Get the virtual document nodes from the root or the sub nodeVirtualDocumentManager.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 nodeMethodManager.listMethods()
Returns the list of admin methodsJobManager.setMethodId
(Page<JobObject> jobObjects) Sets the method Id to jobObject and returns the jobobjectpageModifier and TypeMethodDescriptionJobManager.setMethodId
(Page<JobObject> jobObjects) Sets the method Id to jobObject and returns the jobobjectpage -
Uses of Page in com.emc.documentum.rest.paging
-
Uses of Page in com.emc.documentum.rest.view
-
Uses of Page in com.emc.documentum.rest.view.impl