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.ActionDefinitionreadById(String id, Parameters parameters)voidsetActions(Actions actions)
-
-
-
Method Detail
-
setActions
public void setActions(Actions actions)
-
readAll
public CollectionWithPagingInfo<ActionDefinition> readAll(Parameters params)
Description copied from interface:EntityResourceAction.ReadReads all the entries from the collection. Paging information is provided.- Specified by:
readAllin 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:
readByIdin interfaceEntityResourceAction.ReadById<ActionDefinition>- Throws:
EntityNotFoundException
-
-