Interface EntityResourceAction.ReadById<E>
-
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
ActionDefinitionsEntityResource
,AuditApplicationsEntityResource
,CustomModelEntityResource
,DeploymentsRestEntityResource
,DownloadsEntityResource
,GroupsEntityResource
,ModulePackagesEntityResource
,NetworksEntityResource
,NodesEntityResource
,PeopleEntityResource
,ProbeEntityResource
,ProcessDefinitionsRestEntityResource
,ProcessesRestEntityResource
,QueriesEntityResource
,QuickShareLinkEntityResource
,SiteEntityResource
,TagsEntityResource
,TasksRestEntityResource
,TrashcanEntityResource
- Enclosing interface:
- EntityResourceAction
public static interface EntityResourceAction.ReadById<E> extends ResourceAction
HTTP GET - Retrieve an entity by its unique id
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
readById(java.lang.String id, Parameters parameters)
-
-
-
Method Detail
-
readById
E readById(java.lang.String id, Parameters parameters) throws EntityNotFoundException
- Throws:
EntityNotFoundException
-
-