Uses of Class
org.alfresco.rest.model.RestDeploymentModel
Packages that use RestDeploymentModel
Package
Description
-
Uses of RestDeploymentModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestDeploymentModelModifier and TypeMethodDescriptionRestDeploymentModelsCollection.getDeploymentByName(String deploymentName) RestDeploymentModel.onModel() -
Uses of RestDeploymentModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestDeploymentModelModifier and TypeMethodDescriptionDeployments.getDeployment()Retrieve the specified deployment from Alfresco using GET call on "/deployments/{deploymentId}"Constructors in org.alfresco.rest.requests with parameters of type RestDeploymentModelModifierConstructorDescriptionDeployments(RestDeploymentModel deployment, RestWrapper restWrapper) -
Uses of RestDeploymentModel in org.alfresco.rest.requests.workflowAPI
Methods in org.alfresco.rest.requests.workflowAPI with parameters of type RestDeploymentModelModifier and TypeMethodDescriptionRestWorkflowAPI.usingDeployment(RestDeploymentModel deployment) Provides DSL on all REST calls under/deployments/{deploymentID}API path