Uses of Class
org.alfresco.rest.workflow.api.model.Deployment
-
Packages that use Deployment Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.deployments org.alfresco.rest.workflow.api.impl -
-
Uses of Deployment in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return Deployment Modifier and Type Method Description Deployment
Deployments. getDeployment(String deploymentId)
Methods in org.alfresco.rest.workflow.api that return types with arguments of type Deployment Modifier and Type Method Description CollectionWithPagingInfo<Deployment>
Deployments. getDeployments(Paging paging)
-
Uses of Deployment in org.alfresco.rest.workflow.api.deployments
Methods in org.alfresco.rest.workflow.api.deployments that return Deployment Modifier and Type Method Description Deployment
DeploymentsRestEntityResource. readById(String id, Parameters parameters)
Methods in org.alfresco.rest.workflow.api.deployments that return types with arguments of type Deployment Modifier and Type Method Description CollectionWithPagingInfo<Deployment>
DeploymentsRestEntityResource. readAll(Parameters params)
-
Uses of Deployment in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return Deployment Modifier and Type Method Description Deployment
DeploymentsImpl. getDeployment(String deploymentId)
Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type Deployment Modifier and Type Method Description CollectionWithPagingInfo<Deployment>
DeploymentsImpl. getDeployments(Paging paging)
-