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