public interface EntityResourceAction
Modifier and Type | Interface and Description |
---|---|
static interface |
EntityResourceAction.Create
HTTP POST - Create a new entity
|
static interface |
EntityResourceAction.Delete
HTTP DELETE - Deletes an entity
|
static interface |
EntityResourceAction.Read
HTTP GET - Retrieve list of entities
|
static interface |
EntityResourceAction.ReadById
HTTP GET - Retrieve an entity by its unique id
|
static interface |
EntityResourceAction.Update
HTTP PUT - Update entity if it exists, error if not
|
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.