Interface EntityResourceAction.Read<E>
-
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
ActionDefinitionsEntityResource,AuditApplicationsEntityResource,CustomModelEntityResource,DeploymentsRestEntityResource,GroupsEntityResource,ModulePackagesEntityResource,PeopleEntityResource,ProcessDefinitionsRestEntityResource,ProcessesRestEntityResource,QuickShareLinkEntityResource,SiteEntityResource,SiteMembershipRequestEntityResource,TagsEntityResource,TasksRestEntityResource,TrashcanEntityResource
- Enclosing interface:
- EntityResourceAction
public static interface EntityResourceAction.Read<E> extends ResourceAction
HTTP GET - Retrieve list of entities
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionWithPagingInfo<E>readAll(Parameters params)Reads all the entries from the collection.
-
-
-
Method Detail
-
readAll
CollectionWithPagingInfo<E> readAll(Parameters params)
Reads all the entries from the collection. Paging information is provided.- Parameters:
params- - will never be null and will have the PAGING default values
-
-