Class DeploymentsRestEntityResource
java.lang.Object
org.alfresco.rest.workflow.api.deployments.DeploymentsRestEntityResource
- All Implemented Interfaces:
EntityResourceAction.Read<Deployment>,EntityResourceAction.ReadById<Deployment>,ResourceAction
@EntityResource(name="deployments",
title="Deployments")
public class DeploymentsRestEntityResource
extends Object
implements EntityResourceAction.Read<Deployment>, EntityResourceAction.ReadById<Deployment>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAll(Parameters params) Reads all the entries from the collection.readById(String id, Parameters parameters) voidsetDeployments(Deployments deployments)
-
Constructor Details
-
DeploymentsRestEntityResource
public DeploymentsRestEntityResource()
-
-
Method Details
-
setDeployments
-
readAll
Description copied from interface:EntityResourceAction.ReadReads all the entries from the collection. Paging information is provided.- Specified by:
readAllin interfaceEntityResourceAction.Read<Deployment>- Parameters:
params- - will never be null and will have the PAGING default values
-
readById
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<Deployment>- Throws:
EntityNotFoundException
-