@EntityResource(name="deployments", title="Deployments") public class DeploymentsRestEntityResource extends java.lang.Object implements EntityResourceAction.Read, EntityResourceAction.ReadById
| Constructor and Description |
|---|
DeploymentsRestEntityResource() |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo |
readAll(Parameters params)
Reads all the entries from the collection.
|
Deployment |
readById(java.lang.String id,
Parameters parameters) |
void |
setDeployments(Deployments deployments) |
public void setDeployments(Deployments deployments)
public CollectionWithPagingInfo readAll(Parameters params)
EntityResourceAction.ReadreadAll in interface EntityResourceAction.Readparams - - will never be null and will have the PAGING default valuespublic Deployment readById(java.lang.String id, Parameters parameters) throws EntityNotFoundException
readById in interface EntityResourceAction.ReadByIdEntityNotFoundExceptionCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.