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) voidsetActions(Actions actions)
-
Constructor Details
-
ActionDefinitionsEntityResource
public ActionDefinitionsEntityResource()
-
-
Method Details
-
setActions
-
readAll
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
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<ActionDefinition>- Throws:
EntityNotFoundException
-