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) void
setDeployments
(Deployments deployments)
-
Constructor Details
-
DeploymentsRestEntityResource
public DeploymentsRestEntityResource()
-
-
Method Details
-
setDeployments
-
readAll
Description copied from interface:EntityResourceAction.Read
Reads all the entries from the collection. Paging information is provided.- Specified by:
readAll
in interfaceEntityResourceAction.Read<Deployment>
- Parameters:
params
- - will never be null and will have the PAGING default values
-
readById
- Specified by:
readById
in interfaceEntityResourceAction.ReadById<Deployment>
- Throws:
EntityNotFoundException
-