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 -
Method Summary
Modifier and TypeMethodDescriptionreadAll
(Parameters params) Reads all the entries from the collection.readById
(String id, Parameters parameters) void
setActions
(Actions actions)
-
Constructor Details
-
ActionDefinitionsEntityResource
public ActionDefinitionsEntityResource()
-
-
Method Details
-
setActions
-
readAll
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
- Specified by:
readById
in interfaceEntityResourceAction.ReadById<ActionDefinition>
- Throws:
EntityNotFoundException
-