| Interface | Description |
|---|---|
| BinaryResourceAction |
Permissible actions for binary resources of an Entity Resource
Supports full CRUD (Read, Update, Delete)
|
| BinaryResourceAction.Delete |
HTTP DELETE - Deletes a binary resource
|
| BinaryResourceAction.DeleteWithResponse |
HTTP DELETE - Deletes a binary resource
|
| BinaryResourceAction.Read |
HTTP GET - Retrieve a binary resource
|
| BinaryResourceAction.ReadWithResponse |
HTTP GET - Retrieve a binary resource
|
| BinaryResourceAction.Update<E> |
HTTP PUT - Updates a binary resource if it exists, error if not
|
| BinaryResourceAction.UpdateWithResponse<E> |
HTTP PUT - Updates a binary resource if it exists, error if not
|
| EntityResourceAction |
Permissible actions for an Entity Resource
Supports full CRUD (Create, Read, Update, Delete) and ReadAll
|
| EntityResourceAction.Create<E> |
HTTP POST - Create a new entity
|
| EntityResourceAction.CreateWithResponse<E> |
HTTP POST - Create a new entity
|
| EntityResourceAction.Delete |
HTTP DELETE - Deletes an entity
|
| EntityResourceAction.DeleteSet |
HTTP DELETE - Delete entities
|
| EntityResourceAction.DeleteSetWithResponse |
HTTP DELETE - Delete entities
|
| EntityResourceAction.DeleteWithResponse |
HTTP DELETE - Deletes an entity
|
| EntityResourceAction.Read<E> |
HTTP GET - Retrieve list of entities
|
| EntityResourceAction.ReadById<E> |
HTTP GET - Retrieve an entity by its unique id
|
| EntityResourceAction.ReadByIdWithResponse<E> |
HTTP GET - Retrieve an entity by its unique id
|
| EntityResourceAction.ReadWithResponse<E> |
HTTP GET - Retrieve list of entities
|
| EntityResourceAction.Update<E> |
HTTP PUT - Update entity if it exists, error if not
|
| EntityResourceAction.UpdateWithResponse<E> |
HTTP PUT - Update entity if it exists, error if not
|
| MultiPartRelationshipResourceAction | |
| MultiPartRelationshipResourceAction.Create<E> |
HTTP POST - Upload file content and meta-data into repository
|
| MultiPartResourceAction | |
| MultiPartResourceAction.Create<E> |
HTTP POST - Upload file content and meta-data into repository
|
| RelationshipResourceAction |
Permissible actions for an Relationship Resources
Based around CRUD - Create, ReadAll, ReadById, Update, Delete, DeleteSet
|
| RelationshipResourceAction.Create<E> |
HTTP POST - Create one or more new entity
|
| RelationshipResourceAction.CreateWithResponse<E> |
HTTP POST - Create one or more new entity
|
| RelationshipResourceAction.Delete |
HTTP DELETE - Deletes a relation by its unique id & entity context
|
| RelationshipResourceAction.DeleteSet |
HTTP DELETE - Delete related entities by its related entityResource Id
|
| RelationshipResourceAction.DeleteSetWithResponse |
HTTP DELETE - Delete related entities by its related entityResource Id
|
| RelationshipResourceAction.DeleteWithResponse |
HTTP DELETE - Deletes a relation by its unique id & entity context
|
| RelationshipResourceAction.Read<E> |
HTTP GET - Retrieve list of related entities by its related entityResource Id
|
| RelationshipResourceAction.ReadById<E> |
HTTP GET - Retrieve a relation by its unique id & entity context
|
| RelationshipResourceAction.ReadByIdWithResponse<E> |
HTTP GET - Retrieve a relation by its unique id & entity context
|
| RelationshipResourceAction.ReadWithResponse<E> |
HTTP GET - Retrieve list of related entities by its related entityResource Id
|
| RelationshipResourceAction.Update<E> |
HTTP PUT - Update entity (by its related entityResource Id) if it exists, error if not
|
| RelationshipResourceAction.UpdateWithResponse<E> |
HTTP PUT - Update entity (by its related entityResource Id) if it exists, error if not
|
| RelationshipResourceBinaryAction |
Permissible actions for binary resources of an @RelationshipResource
Supports full CRUD (Read, Update, Delete)
|
| RelationshipResourceBinaryAction.Delete |
HTTP DELETE - Deletes a binary resource
|
| RelationshipResourceBinaryAction.DeleteWithResponse |
HTTP DELETE - Deletes a binary resource
|
| RelationshipResourceBinaryAction.Read |
HTTP GET - Retrieve a binary resource
|
| RelationshipResourceBinaryAction.ReadWithResponse |
HTTP GET - Retrieve a binary resource
|
| RelationshipResourceBinaryAction.Update<E> |
HTTP PUT - Updates a binary resource if it exists, error if not
|
| RelationshipResourceBinaryAction.UpdateWithResponse<E> |
HTTP PUT - Updates a binary resource if it exists, error if not
|
| ResourceAction |
Simple marker interface, for all Resource Actions
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.