Package org.alfresco.rest.api.actions
Class ActionDefinitionsEntityResource
- java.lang.Object
-
- org.alfresco.rest.api.actions.ActionDefinitionsEntityResource
-
- All Implemented Interfaces:
EntityResourceAction.Read<ActionDefinition>
,EntityResourceAction.ReadById<ActionDefinition>
,ResourceAction
@EntityResource(name="action-definitions", title="Actions") public class ActionDefinitionsEntityResource extends Object implements EntityResourceAction.Read<ActionDefinition>, EntityResourceAction.ReadById<ActionDefinition>
-
-
Constructor Summary
Constructors Constructor Description ActionDefinitionsEntityResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionWithPagingInfo<ActionDefinition>
readAll(Parameters params)
Reads all the entries from the collection.ActionDefinition
readById(String id, Parameters parameters)
void
setActions(Actions actions)
-
-
-
Method Detail
-
setActions
public void setActions(Actions actions)
-
readAll
public CollectionWithPagingInfo<ActionDefinition> readAll(Parameters params)
Description copied from interface:EntityResourceAction.Read
Reads all the entries from the collection. Paging information is provided.- Specified by:
readAll
in interfaceEntityResourceAction.Read<ActionDefinition>
- Parameters:
params
- - will never be null and will have the PAGING default values
-
readById
public ActionDefinition readById(String id, Parameters parameters) throws EntityNotFoundException
- Specified by:
readById
in interfaceEntityResourceAction.ReadById<ActionDefinition>
- Throws:
EntityNotFoundException
-
-