Uses of Class
org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo
-
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.actions
Methods in org.alfresco.rest.api.actions that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<ActionDefinition>
ActionDefinitionsEntityResource. readAll(Parameters params)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.aspects
Methods in org.alfresco.rest.api.aspects that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Aspect>
AspectEntityResource. readAll(Parameters params)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.audit
Methods in org.alfresco.rest.api.audit that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<AuditEntry>
AuditApplicationsAuditEntriesRelation. readAll(String auditAppId, Parameters parameters)
CollectionWithPagingInfo<AuditApp>
AuditApplicationsEntityResource. readAll(Parameters parameters)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<CustomAspect>
CustomModelAspectsRelation. readAll(String modelName, Parameters parameters)
CollectionWithPagingInfo<CustomModelConstraint>
CustomModelConstraintRelation. readAll(String modelName, Parameters parameters)
CollectionWithPagingInfo<CustomModel>
CustomModelEntityResource. readAll(Parameters parameters)
CollectionWithPagingInfo<CustomType>
CustomModelTypesRelation. readAll(String modelName, Parameters parameters)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<GroupMember>
GroupMembersRelation. readAll(String groupId, Parameters params)
CollectionWithPagingInfo<Group>
GroupsEntityResource. readAll(Parameters params)
CollectionWithPagingInfo<SiteGroup>
SiteGroupsRelation. readAll(String siteId, Parameters parameters)
Returns a paged list of all the groups of the site 'siteId'. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.impl
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.modules
Methods in org.alfresco.rest.api.modules that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<ModulePackage>
ModulePackagesEntityResource. readAll(Parameters parameters)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return CollectionWithPagingInfo Modifier and Type Method Description protected CollectionWithPagingInfo<Node>
AbstractNodeRelation. listNodeChildAssocs(List<ChildAssociationRef> childAssocRefs, Parameters parameters, Boolean isPrimary, boolean returnChild)
protected CollectionWithPagingInfo<Node>
AbstractNodeRelation. listNodePeerAssocs(List<AssociationRef> assocRefs, Parameters parameters, boolean returnTarget)
protected CollectionWithPagingInfo
AbstractNodeRelation. listPage(List result, Paging paging)
CollectionWithPagingInfo<ActionDefinition>
NodeActionDefinitionsRelation. readAll(String entityResourceId, Parameters params)
CollectionWithPagingInfo<AuditEntry>
NodeAuditEntriesRelation. readAll(String nodeId, Parameters parameters)
CollectionWithPagingInfo<Node>
NodeChildrenRelation. readAll(String parentFolderNodeId, Parameters parameters)
List folder children - returns a filtered/sorted/paged list of nodes that are immediate children of the parent folderCollectionWithPagingInfo<Comment>
NodeCommentsRelation. readAll(String nodeId, Parameters parameters)
Returns a paged list of comments for the document/folder identified by nodeId, sorted chronologically with the newest first.CollectionWithPagingInfo<Node>
NodeParentsRelation. readAll(String childNodeId, Parameters parameters)
List child node's parent(s) based on (parent ->) child associations.CollectionWithPagingInfo<NodeRating>
NodeRatingsRelation. readAll(String nodeId, Parameters parameters)
CollectionWithPagingInfo<Rendition>
NodeRenditionsRelation. readAll(String nodeId, Parameters parameters)
CollectionWithPagingInfo<Node>
NodeSecondaryChildrenRelation. readAll(String parentNodeId, Parameters parameters)
List secondary children onlyCollectionWithPagingInfo<Node>
NodeSourcesRelation. readAll(String targetNodeId, Parameters parameters)
List sourcesCollectionWithPagingInfo<Tag>
NodeTagsRelation. readAll(String nodeId, Parameters params)
CollectionWithPagingInfo<Node>
NodeTargetsRelation. readAll(String sourceNodeId, Parameters parameters)
List targetsCollectionWithPagingInfo<Rendition>
NodeVersionRenditionsRelation. readAll(String nodeId, Parameters parameters)
CollectionWithPagingInfo<Node>
NodeVersionsRelation. readAll(String nodeId, Parameters parameters)
List version history -
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Person>
PeopleEntityResource. readAll(Parameters params)
CollectionWithPagingInfo<Activity>
PersonActivitiesRelation. readAll(String personId, Parameters parameters)
CollectionWithPagingInfo<FavouriteSite>
PersonFavouriteSitesRelation. readAll(String personId, Parameters parameters)
List the user's favourite sites.CollectionWithPagingInfo<Favourite>
PersonFavouritesRelation. readAll(String personId, Parameters parameters)
List the user's favourites.CollectionWithPagingInfo<Group>
PersonGroupsRelation. readAll(String personId, Parameters params)
CollectionWithPagingInfo<PersonNetwork>
PersonNetworksRelation. readAll(String personId, Parameters parameters)
CollectionWithPagingInfo<Preference>
PersonPreferencesRelation. readAll(String personId, Parameters parameters)
Returns a paged list of preferences for the user personId.CollectionWithPagingInfo<SiteMembershipRequest>
PersonSiteMembershipRequestsRelation. readAll(String personId, Parameters parameters)
CollectionWithPagingInfo<MemberOfSite>
PersonSitesRelation. readAll(String personId, Parameters parameters)
List all the sites that the specified user has a explicit membership of. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.queries
Methods in org.alfresco.rest.api.queries that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<? extends Object>
QueriesEntityResource. readById(String queryId, Parameters parameters)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<QuickShareLink>
QuickShareLinkEntityResource. readAll(Parameters parameters)
Find shared linksCollectionWithPagingInfo<Rendition>
QuickShareLinkRenditionsRelation. readAll(String sharedId, Parameters parameters)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Node>
ResultMapper. toCollectionWithPagingInfo(Params params, SearchRequestContext searchRequestContext, SearchQuery searchQuery, ResultSet results)
Turns the results into a CollectionWithPagingInfoCollectionWithPagingInfo<TupleList>
ResultMapper. toCollectionWithPagingInfo(org.json.JSONArray docs, SearchSQLQuery searchQuery)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<SiteContainer>
SiteContainersRelation. readAll(String siteId, Parameters parameters)
Returns information regarding the top level containers for site 'siteId'.CollectionWithPagingInfo<Site>
SiteEntityResource. readAll(Parameters parameters)
Returns a paged list of all sites in the current tenant.CollectionWithPagingInfo<SiteMember>
SiteMembersRelation. readAll(String siteId, Parameters parameters)
Returns a paged list of all the members of the site 'siteId'. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.sitesmembershipsrequests
Methods in org.alfresco.rest.api.sitesmembershipsrequests that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<SiteMembershipRequest>
SiteMembershipRequestEntityResource. readAll(Parameters parameters)
Returns a paged list of all site membership request the user can action. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.tags
Methods in org.alfresco.rest.api.tags that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Tag>
TagsEntityResource. readAll(Parameters parameters)
Returns a paged list of all currently used tags in the store workspace://SpacesStore for the current tenant. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Node>
TrashcanEntityResource. readAll(Parameters params)
CollectionWithPagingInfo<Rendition>
TrashcanRenditionsRelation. readAll(String nodeId, Parameters parameters)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.types
Methods in org.alfresco.rest.api.types that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Type>
TypeEntityResource. readAll(Parameters params)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.framework.resource.actions.interfaces
Methods in org.alfresco.rest.framework.resource.actions.interfaces that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<E>
EntityResourceAction.Read. readAll(Parameters params)
Reads all the entries from the collection.CollectionWithPagingInfo<E>
EntityResourceAction.ReadWithResponse. readAll(Parameters params, WithResponse withResponse)
Reads all the entries from the collection.CollectionWithPagingInfo<E>
RelationshipResourceAction.Read. readAll(String entityResourceId, Parameters params)
Reads set the relationship entities from the collection using the related entityResourceId.CollectionWithPagingInfo<E>
RelationshipResourceAction.ReadWithResponse. readAll(String entityResourceId, Parameters params, WithResponse withResponse)
Reads all the relationship entities from the collection using the related entityResourceId. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return CollectionWithPagingInfo Modifier and Type Method Description static <T> CollectionWithPagingInfo<T>
CollectionWithPagingInfo. asPaged(Paging paging, Collection<T> aCollection)
Constructs a new CollectionWithPagingInfo.static <T> CollectionWithPagingInfo<T>
CollectionWithPagingInfo. asPaged(Paging paging, Collection<T> aCollection, boolean hasMoreItems, Integer totalItems)
Constructs a new CollectionWithPagingInfo.static <T> CollectionWithPagingInfo<T>
CollectionWithPagingInfo. asPaged(Paging paging, Collection<T> aCollection, boolean hasMoreItems, Integer totalItems, Object sourceEntity)
Constructs a new CollectionWithPagingInfo.static <T> CollectionWithPagingInfo<T>
CollectionWithPagingInfo. asPaged(Paging paging, Collection<T> aCollection, boolean hasMoreItems, Integer totalItems, Object sourceEntity, SearchContext context)
Constructs a new CollectionWithPagingInfo.static <T> CollectionWithPagingInfo<T>
CollectionWithPagingInfo. asPagedCollection(T... entity)
Constructs a new CollectionWithPagingInfo using a number of entity values. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.workflow.api
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.workflow.api.deployments
Methods in org.alfresco.rest.workflow.api.deployments that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Deployment>
DeploymentsRestEntityResource. readAll(Parameters params)
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.workflow.api.impl
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<ProcessDefinition>
ProcessDefinitionsRestEntityResource. readAll(Parameters params)
CollectionWithPagingInfo<FormModelElement>
StartFormModelRelation. readAll(String definitionId, Parameters parameters)
List the tasks candidate users and groups. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<Activity>
ProcessActivitiesRelation. readAll(String processId, Parameters parameters)
List the activities.CollectionWithPagingInfo<ProcessInfo>
ProcessesRestEntityResource. readAll(Parameters params)
CollectionWithPagingInfo<Item>
ProcessItemsRelation. readAll(String processId, Parameters parameters)
List the attached items.CollectionWithPagingInfo<Task>
ProcessTasksRelation. readAll(String processId, Parameters parameters)
List the tasks.CollectionWithPagingInfo<Variable>
ProcessVariablesRelation. readAll(String processId, Parameters parameters)
List the variables. -
Uses of CollectionWithPagingInfo in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<TaskCandidate>
TaskCandidatesRelation. readAll(String taskId, Parameters parameters)
List the tasks candidate users and groups.CollectionWithPagingInfo<FormModelElement>
TaskFormModelRelation. readAll(String entityResourceId, Parameters params)
CollectionWithPagingInfo<Item>
TaskItemsRelation. readAll(String taskId, Parameters parameters)
List the attached items.CollectionWithPagingInfo<Task>
TasksRestEntityResource. readAll(Parameters params)
CollectionWithPagingInfo<TaskVariable>
TaskVariablesRelation. readAll(String taskId, Parameters parameters)
List the tasks variables.
-