Uses of Class
com.emc.documentum.rest.paging.Page
Packages that use Page
Package
Description
-
Uses of Page in com.emc.documentum.rest.controller
Methods in com.emc.documentum.rest.controller with parameters of type Page -
Uses of Page in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return PageModifier 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 jobobjectpageMethods in com.emc.documentum.rest.dfc with parameters of type PageModifier 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
Methods in com.emc.documentum.rest.paging that return PageModifier and TypeMethodDescriptionPagedDataRetriever.get()
Get a page of the results.Paginator.paginate
(int page, int itemsPerPage) Skip "offset" length of items and paginate the item collection according to "limit" and return the current pageConstructors in com.emc.documentum.rest.paging with parameters of type Page -
Uses of Page in com.emc.documentum.rest.view
Constructors in com.emc.documentum.rest.view with parameters of type Page -
Uses of Page in com.emc.documentum.rest.view.impl
Constructors in com.emc.documentum.rest.view.impl with parameters of type Page