Class DeploymentsImpl
- java.lang.Object
-
- org.alfresco.rest.workflow.api.impl.WorkflowRestImpl
-
- org.alfresco.rest.workflow.api.impl.DeploymentsImpl
-
- All Implemented Interfaces:
Deployments
public class DeploymentsImpl extends WorkflowRestImpl implements Deployments
-
-
Field Summary
-
Fields inherited from class org.alfresco.rest.workflow.api.impl.WorkflowRestImpl
activitiProcessEngine, authorityService, BPM_PACKAGE, deployWorkflowsInTenant, dictionaryService, excludeModelTypes, namespaceService, nodeService, tenantService
-
-
Constructor Summary
Constructors Constructor Description DeploymentsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deployment
getDeployment(String deploymentId)
CollectionWithPagingInfo<Deployment>
getDeployments(Paging paging)
-
Methods inherited from class org.alfresco.rest.workflow.api.impl.WorkflowRestImpl
createItemForNodeRef, createItemInProcess, deleteItemFromProcess, getFormModelElements, getItemFromProcess, getItemsFromProcess, getNodeRef, getParameter, getTypesToExclude, setActivitiProcessEngine, setActivitiWorkflowEngine, setAuthorityService, setDeployWorkflowsInTenant, setDictionaryService, setNamespaceService, setNodeService, setTenantService, validateIfUserAllowedToWorkWithProcess
-
-
-
-
Method Detail
-
getDeployments
public CollectionWithPagingInfo<Deployment> getDeployments(Paging paging)
- Specified by:
getDeployments
in interfaceDeployments
-
getDeployment
public Deployment getDeployment(String deploymentId)
- Specified by:
getDeployment
in interfaceDeployments
-
-