Uses of Class
org.alfresco.rest.model.RestDeploymentModelsCollection
-
Packages that use RestDeploymentModelsCollection Package Description org.alfresco.rest.requests org.alfresco.rest.requests.workflowAPI -
-
Uses of RestDeploymentModelsCollection in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestDeploymentModelsCollection Modifier and Type Method Description RestDeploymentModelsCollectionDeployments. getDeployments()Retrieve 100 deployments (this is the default size when maxItems is not specified) from Alfresco using GET call on "/deployments" -
Uses of RestDeploymentModelsCollection in org.alfresco.rest.requests.workflowAPI
Methods in org.alfresco.rest.requests.workflowAPI that return RestDeploymentModelsCollection Modifier and Type Method Description RestDeploymentModelsCollectionRestWorkflowAPI. getDeployments()Provides all deployments of current user logged in
-