| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<NodeRating> |
NodeRatingsRelation.readAll(String nodeId,
Parameters parameters) |
CollectionWithPagingInfo<Tag> |
NodeTagsRelation.readAll(String nodeId,
Parameters params) |
CollectionWithPagingInfo<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.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<MemberOfSite> |
PersonSitesRelation.readAll(String personId,
Parameters parameters)
List all the sites that the specified user has a explicit membership of.
|
CollectionWithPagingInfo<FavouriteSite> |
PersonFavouriteSitesRelation.readAll(String personId,
Parameters parameters)
List the user's favourite sites.
|
CollectionWithPagingInfo<SiteMembershipRequest> |
PersonSiteMembershipRequestsRelation.readAll(String personId,
Parameters parameters) |
CollectionWithPagingInfo<Preference> |
PersonPreferencesRelation.readAll(String personId,
Parameters parameters)
Returns a paged list of preferences for the user personId.
|
CollectionWithPagingInfo<PersonNetwork> |
PersonNetworksRelation.readAll(String personId,
Parameters parameters) |
CollectionWithPagingInfo<Activity> |
PersonActivitiesRelation.readAll(String personId,
Parameters parameters) |
CollectionWithPagingInfo<Favourite> |
PersonFavouritesRelation.readAll(String personId,
Parameters parameters)
List the user's favourites.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<Site> |
SiteEntityResource.readAll(Parameters parameters)
Returns a paged list of all sites in the current tenant.
|
CollectionWithPagingInfo<SiteContainer> |
SiteContainersRelation.readAll(String siteId,
Parameters parameters)
Returns information regarding the top level containers for site 'siteId'.
|
CollectionWithPagingInfo<SiteMember> |
SiteMembersRelation.readAll(String siteId,
Parameters parameters)
Returns a paged list of all the members of the site 'siteId'.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializerOfCollectionWithPaging.serialize(CollectionWithPagingInfo pagedCol,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<E> |
EntityResourceAction.Read.readAll(Parameters params)
Reads all the entries from the collection.
|
CollectionWithPagingInfo<E> |
RelationshipResourceAction.Read.readAll(String entityResourceId,
Parameters params)
Reads all the relationship entities from the collection using the related entityResourceId.
|
| Modifier and Type | Method and 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.asPagedCollection(T... entity)
Constructs a new CollectionWithPagingInfo using a number of entity values.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<Deployment> |
DeploymentsRestEntityResource.readAll(Parameters params) |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<ProcessDefinition> |
ProcessDefinitionsRestEntityResource.readAll(Parameters params) |
CollectionWithPagingInfo<FormModelElement> |
StartFormModelRelation.readAll(String definitionId,
Parameters parameters)
List the tasks candidate users and groups.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<ProcessInfo> |
ProcessesRestEntityResource.readAll(Parameters params) |
CollectionWithPagingInfo<Task> |
ProcessTasksRelation.readAll(String processId,
Parameters parameters)
List the tasks.
|
CollectionWithPagingInfo<Variable> |
ProcessVariablesRelation.readAll(String processId,
Parameters parameters)
List the variables.
|
CollectionWithPagingInfo<Activity> |
ProcessActivitiesRelation.readAll(String processId,
Parameters parameters)
List the activities.
|
CollectionWithPagingInfo<Item> |
ProcessItemsRelation.readAll(String processId,
Parameters parameters)
List the attached items.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<Task> |
TasksRestEntityResource.readAll(Parameters params) |
CollectionWithPagingInfo<TaskCandidate> |
TaskCandidatesRelation.readAll(String taskId,
Parameters parameters)
List the tasks candidate users and groups.
|
CollectionWithPagingInfo<FormModelElement> |
TaskFormModelRelation.readAll(String entityResourceId,
Parameters params) |
CollectionWithPagingInfo<TaskVariable> |
TaskVariablesRelation.readAll(String taskId,
Parameters parameters)
List the tasks variables.
|
CollectionWithPagingInfo<Item> |
TaskItemsRelation.readAll(String taskId,
Parameters parameters)
List the attached items.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.