Uses of Class
org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo
-
-
Uses of CollectionWithPagingInfo in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<QuickShareLink>QuickShareLinks. findLinks(Parameters parameters)Find (search) for shared links visible to current user.CollectionWithPagingInfo<Node>Queries. findNodes(Parameters parameters)Find NodesCollectionWithPagingInfo<Person>Queries. findPeople(Parameters parameters)Find PeopleCollectionWithPagingInfo<Site>Queries. findSites(Parameters parameters)Find SitesCollectionWithPagingInfo<ActionDefinition>Actions. getActionDefinitions(Parameters params)CollectionWithPagingInfo<ActionDefinition>Actions. getActionDefinitions(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters params)CollectionWithPagingInfo<AuditApp>Audit. getAuditApps(Paging paging)Lists audit applicationsCollectionWithPagingInfo<Comment>Comments. getComments(java.lang.String nodeId, Paging paging, java.util.List<java.lang.String> include)CollectionWithPagingInfo<CustomAspect>CustomModels. getCustomAspects(java.lang.String modelName, Parameters parameters)Gets a paged list of all the given custom model's aspectsCollectionWithPagingInfo<CustomModelConstraint>CustomModels. getCustomModelConstraints(java.lang.String modelName, Parameters parameters)Gets a paged list of all of the given custom model's constraintsCollectionWithPagingInfo<CustomModel>CustomModels. getCustomModels(Parameters parameters)Gets a paged list of all custom modelsCollectionWithPagingInfo<CustomType>CustomModels. getCustomTypes(java.lang.String modelName, Parameters parameters)Gets a paged list of all the given custom model's typesCollectionWithPagingInfo<Favourite>Favourites. getFavourites(java.lang.String personId, Parameters parameters)Get a paged list of favourites for user personIdCollectionWithPagingInfo<FavouriteSite>Sites. getFavouriteSites(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<GroupMember>Groups. getGroupMembers(java.lang.String groupId, Parameters parameters)Gets a list of groups.CollectionWithPagingInfo<Group>Groups. getGroups(Parameters parameters)Gets a list of groups.CollectionWithPagingInfo<Group>Groups. getGroupsByPersonId(java.lang.String personId, Parameters parameters)Gets the list of groups for which the specified person is a member.CollectionWithPagingInfo<PersonNetwork>Networks. getNetworks(java.lang.String personId, Paging paging)CollectionWithPagingInfo<NodeRating>NodeRatings. getNodeRatings(java.lang.String nodeId, Paging paging)CollectionWithPagingInfo<SiteMembershipRequest>SiteMembershipRequests. getPagedSiteMembershipRequests(java.lang.String inviteeId, Paging paging)Get a paged list of site membership requests for inviteeId.CollectionWithPagingInfo<SiteMembershipRequest>SiteMembershipRequests. getPagedSiteMembershipRequests(Parameters parameters)CollectionWithPagingInfo<Person>People. getPeople(Parameters parameters)Get people listCollectionWithPagingInfo<Preference>Preferences. getPreferences(java.lang.String personId, Paging paging)CollectionWithPagingInfo<Rendition>DeletedNodes. getRenditions(java.lang.String archivedId, Parameters parameters)CollectionWithPagingInfo<Rendition>QuickShareLinks. getRenditions(java.lang.String sharedId)List renditions info - note: only returns available (=> created) renditions.CollectionWithPagingInfo<Rendition>Renditions. getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String versionId, Parameters parameters)Lists all available renditions includes those that have been created and those that are yet to be created.CollectionWithPagingInfo<Rendition>Renditions. getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters parameters)Lists all available renditions includes those that have been created and those that are yet to be created.CollectionWithPagingInfo<SiteMember>Sites. getSiteMembers(java.lang.String siteShortName, Parameters parameters)CollectionWithPagingInfo<MemberOfSite>Sites. getSites(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<Site>Sites. getSites(Parameters parameters)CollectionWithPagingInfo<Tag>Tags. getTags(java.lang.String nodeId, Parameters params)CollectionWithPagingInfo<Tag>Tags. getTags(org.alfresco.service.cmr.repository.StoreRef storeRef, Parameters params)CollectionWithPagingInfo<Activity>Activities. getUserActivities(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<AuditEntry>Audit. listAuditEntries(java.lang.String auditAppId, Parameters parameters)Lists audit entriesCollectionWithPagingInfo<AuditEntry>Audit. listAuditEntriesByNodeId(java.lang.String nodeId, Parameters parameters)CollectionWithPagingInfo<Node>Nodes. listChildren(java.lang.String parentFolderNodeId, Parameters parameters)Get list of children of a parent folder.CollectionWithPagingInfo<Node>DeletedNodes. listDeleted(Parameters parameters)Lists deleted nodes using a ArchivedNodesCannedQuery -
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.audit
Methods in org.alfresco.rest.api.audit that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<AuditEntry>AuditApplicationsAuditEntriesRelation. readAll(java.lang.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(java.lang.String modelName, Parameters parameters)CollectionWithPagingInfo<CustomModelConstraint>CustomModelConstraintRelation. readAll(java.lang.String modelName, Parameters parameters)CollectionWithPagingInfo<CustomModel>CustomModelEntityResource. readAll(Parameters parameters)CollectionWithPagingInfo<CustomType>CustomModelTypesRelation. readAll(java.lang.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(java.lang.String groupId, Parameters params)CollectionWithPagingInfo<Group>GroupsEntityResource. readAll(Parameters params) -
Uses of CollectionWithPagingInfo in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CollectionWithPagingInfo Modifier and Type Method Description CollectionWithPagingInfo<T>QueriesImpl.AbstractQuery. find(Parameters parameters, java.lang.String termName, int minTermLength, java.lang.String queryTemplateName, QueriesImpl.AbstractQuery.Sort sort, java.util.Map<java.lang.String,org.alfresco.service.namespace.QName> sortParamsToQNames, SortColumn... defaultSort)CollectionWithPagingInfo<QuickShareLink>QuickShareLinksImpl. findLinks(Parameters parameters)CollectionWithPagingInfo<Node>QueriesImpl. findNodes(Parameters parameters)CollectionWithPagingInfo<Person>QueriesImpl. findPeople(Parameters parameters)CollectionWithPagingInfo<Site>QueriesImpl. findSites(Parameters parameters)CollectionWithPagingInfo<ActionDefinition>ActionsImpl. getActionDefinitions(Parameters params)CollectionWithPagingInfo<ActionDefinition>ActionsImpl. getActionDefinitions(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters params)CollectionWithPagingInfo<AuditApp>AuditImpl. getAuditApps(Paging paging)CollectionWithPagingInfo<Comment>CommentsImpl. getComments(java.lang.String nodeId, Paging paging, java.util.List<java.lang.String> include)CollectionWithPagingInfo<CustomAspect>CustomModelsImpl. getCustomAspects(java.lang.String modelName, Parameters parameters)CollectionWithPagingInfo<CustomModelConstraint>CustomModelsImpl. getCustomModelConstraints(java.lang.String modelName, Parameters parameters)CollectionWithPagingInfo<CustomModel>CustomModelsImpl. getCustomModels(Parameters parameters)CollectionWithPagingInfo<CustomType>CustomModelsImpl. getCustomTypes(java.lang.String modelName, Parameters parameters)CollectionWithPagingInfo<Favourite>FavouritesImpl. getFavourites(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<FavouriteSite>SitesImpl. getFavouriteSites(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<GroupMember>GroupsImpl. getGroupMembers(java.lang.String groupId, Parameters parameters)CollectionWithPagingInfo<Group>GroupsImpl. getGroups(Parameters parameters)CollectionWithPagingInfo<Group>GroupsImpl. getGroupsByPersonId(java.lang.String requestedPersonId, Parameters parameters)CollectionWithPagingInfo<PersonNetwork>NetworksImpl. getNetworks(java.lang.String personId, Paging paging)CollectionWithPagingInfo<NodeRating>NodeRatingsImpl. getNodeRatings(java.lang.String nodeId, Paging paging)CollectionWithPagingInfo<SiteMembershipRequest>SiteMembershipRequestsImpl. getPagedSiteMembershipRequests(java.lang.String personId, Paging paging)CollectionWithPagingInfo<SiteMembershipRequest>SiteMembershipRequestsImpl. getPagedSiteMembershipRequests(Parameters parameters)CollectionWithPagingInfo<Person>PeopleImpl. getPeople(Parameters parameters)CollectionWithPagingInfo<Preference>PreferencesImpl. getPreferences(java.lang.String personId, Paging paging)CollectionWithPagingInfo<Rendition>DeletedNodesImpl. getRenditions(java.lang.String archivedId, Parameters parameters)CollectionWithPagingInfo<Rendition>QuickShareLinksImpl. getRenditions(java.lang.String sharedId)CollectionWithPagingInfo<Rendition>RenditionsImpl. getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String versionLabelId, Parameters parameters)CollectionWithPagingInfo<Rendition>RenditionsImpl. getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters parameters)CollectionWithPagingInfo<SiteMember>SitesImpl. getSiteMembers(java.lang.String siteId, Parameters parameters)CollectionWithPagingInfo<MemberOfSite>SitesImpl. getSites(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<Site>SitesImpl. getSites(Parameters parameters)CollectionWithPagingInfo<Tag>TagsImpl. getTags(java.lang.String nodeId, Parameters params)CollectionWithPagingInfo<Tag>TagsImpl. getTags(org.alfresco.service.cmr.repository.StoreRef storeRef, Parameters params)CollectionWithPagingInfo<Activity>ActivitiesImpl. getUserActivities(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<AuditEntry>AuditImpl. listAuditEntries(java.lang.String auditAppId, Parameters parameters)CollectionWithPagingInfo<AuditEntry>AuditImpl. listAuditEntriesByNodeId(java.lang.String nodeId, Parameters parameters)CollectionWithPagingInfo<Node>NodesImpl. listChildren(java.lang.String parentFolderNodeId, Parameters parameters)CollectionWithPagingInfo<Node>DeletedNodesImpl. listDeleted(Parameters parameters)protected static <T> CollectionWithPagingInfo<T>QueriesImpl.AbstractQuery. listPage(java.util.List<T> result, Paging paging) -
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(java.util.List<org.alfresco.service.cmr.repository.ChildAssociationRef> childAssocRefs, Parameters parameters, java.lang.Boolean isPrimary, boolean returnChild)protected CollectionWithPagingInfo<Node>AbstractNodeRelation. listNodePeerAssocs(java.util.List<org.alfresco.service.cmr.repository.AssociationRef> assocRefs, Parameters parameters, boolean returnTarget)protected CollectionWithPagingInfoAbstractNodeRelation. listPage(java.util.List result, Paging paging)CollectionWithPagingInfo<ActionDefinition>NodeActionDefinitionsRelation. readAll(java.lang.String entityResourceId, Parameters params)CollectionWithPagingInfo<AuditEntry>NodeAuditEntriesRelation. readAll(java.lang.String nodeId, Parameters parameters)CollectionWithPagingInfo<Node>NodeChildrenRelation. readAll(java.lang.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(java.lang.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(java.lang.String childNodeId, Parameters parameters)List child node's parent(s) based on (parent ->) child associations.CollectionWithPagingInfo<NodeRating>NodeRatingsRelation. readAll(java.lang.String nodeId, Parameters parameters)CollectionWithPagingInfo<Rendition>NodeRenditionsRelation. readAll(java.lang.String nodeId, Parameters parameters)CollectionWithPagingInfo<Node>NodeSecondaryChildrenRelation. readAll(java.lang.String parentNodeId, Parameters parameters)List secondary children onlyCollectionWithPagingInfo<Node>NodeSourcesRelation. readAll(java.lang.String targetNodeId, Parameters parameters)List sourcesCollectionWithPagingInfo<Tag>NodeTagsRelation. readAll(java.lang.String nodeId, Parameters params)CollectionWithPagingInfo<Node>NodeTargetsRelation. readAll(java.lang.String sourceNodeId, Parameters parameters)List targetsCollectionWithPagingInfo<Rendition>NodeVersionRenditionsRelation. readAll(java.lang.String nodeId, Parameters parameters)CollectionWithPagingInfo<Node>NodeVersionsRelation. readAll(java.lang.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(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<FavouriteSite>PersonFavouriteSitesRelation. readAll(java.lang.String personId, Parameters parameters)List the user's favourite sites.CollectionWithPagingInfo<Favourite>PersonFavouritesRelation. readAll(java.lang.String personId, Parameters parameters)List the user's favourites.CollectionWithPagingInfo<Group>PersonGroupsRelation. readAll(java.lang.String personId, Parameters params)CollectionWithPagingInfo<PersonNetwork>PersonNetworksRelation. readAll(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<Preference>PersonPreferencesRelation. readAll(java.lang.String personId, Parameters parameters)Returns a paged list of preferences for the user personId.CollectionWithPagingInfo<SiteMembershipRequest>PersonSiteMembershipRequestsRelation. readAll(java.lang.String personId, Parameters parameters)CollectionWithPagingInfo<MemberOfSite>PersonSitesRelation. readAll(java.lang.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 java.lang.Object>QueriesEntityResource. readById(java.lang.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(java.lang.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, org.alfresco.service.cmr.search.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(java.lang.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(java.lang.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(java.lang.String nodeId, Parameters parameters) -
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(java.lang.String entityResourceId, Parameters params)Reads set the relationship entities from the collection using the related entityResourceId.CollectionWithPagingInfo<E>RelationshipResourceAction.ReadWithResponse. readAll(java.lang.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, java.util.Collection<T> aCollection)Constructs a new CollectionWithPagingInfo.static <T> CollectionWithPagingInfo<T>CollectionWithPagingInfo. asPaged(Paging paging, java.util.Collection<T> aCollection, boolean hasMoreItems, java.lang.Integer totalItems)Constructs a new CollectionWithPagingInfo.static <T> CollectionWithPagingInfo<T>CollectionWithPagingInfo. asPaged(Paging paging, java.util.Collection<T> aCollection, boolean hasMoreItems, java.lang.Integer totalItems, java.lang.Object sourceEntity)Constructs a new CollectionWithPagingInfo.static <T> CollectionWithPagingInfo<T>CollectionWithPagingInfo. asPaged(Paging paging, java.util.Collection<T> aCollection, boolean hasMoreItems, java.lang.Integer totalItems, java.lang.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(java.lang.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(java.lang.String processId, Parameters parameters)List the activities.CollectionWithPagingInfo<ProcessInfo>ProcessesRestEntityResource. readAll(Parameters params)CollectionWithPagingInfo<Item>ProcessItemsRelation. readAll(java.lang.String processId, Parameters parameters)List the attached items.CollectionWithPagingInfo<Task>ProcessTasksRelation. readAll(java.lang.String processId, Parameters parameters)List the tasks.CollectionWithPagingInfo<Variable>ProcessVariablesRelation. readAll(java.lang.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(java.lang.String taskId, Parameters parameters)List the tasks candidate users and groups.CollectionWithPagingInfo<FormModelElement>TaskFormModelRelation. readAll(java.lang.String entityResourceId, Parameters params)CollectionWithPagingInfo<Item>TaskItemsRelation. readAll(java.lang.String taskId, Parameters parameters)List the attached items.CollectionWithPagingInfo<Task>TasksRestEntityResource. readAll(Parameters params)CollectionWithPagingInfo<TaskVariable>TaskVariablesRelation. readAll(java.lang.String taskId, Parameters parameters)List the tasks variables.
-