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