@EntityResource(name="action-definitions", title="Actions") public class ActionDefinitionsEntityResource extends Object implements EntityResourceAction.Read<ActionDefinition>, EntityResourceAction.ReadById<ActionDefinition>
Constructor and Description |
---|
ActionDefinitionsEntityResource() |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<ActionDefinition> |
readAll(Parameters params)
Reads all the entries from the collection.
|
ActionDefinition |
readById(String id,
Parameters parameters) |
void |
setActions(Actions actions) |
public void setActions(Actions actions)
public CollectionWithPagingInfo<ActionDefinition> readAll(Parameters params)
EntityResourceAction.Read
readAll
in interface EntityResourceAction.Read<ActionDefinition>
params
- - will never be null and will have the PAGING default valuespublic ActionDefinition readById(String id, Parameters parameters) throws EntityNotFoundException
readById
in interface EntityResourceAction.ReadById<ActionDefinition>
EntityNotFoundException
Copyright © 2005–2018 Alfresco Software. All rights reserved.