Uses of Class
org.alfresco.rest.model.RestDeploymentModel
-
Packages that use RestDeploymentModel Package Description org.alfresco.rest.model org.alfresco.rest.requests org.alfresco.rest.requests.workflowAPI -
-
Uses of RestDeploymentModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestDeploymentModel Modifier and Type Method Description RestDeploymentModelRestDeploymentModelsCollection. getDeploymentByName(java.lang.String deploymentName)RestDeploymentModelRestDeploymentModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestDeploymentModel Modifier and Type Method Description ModelAssertion<RestDeploymentModel>RestDeploymentModel. and()ModelAssertion<RestDeploymentModel>RestDeploymentModel. assertThat() -
Uses of RestDeploymentModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestDeploymentModel Modifier and Type Method Description RestDeploymentModelDeployments. getDeployment()Retrieve the specified deployment from Alfresco using GET call on "/deployments/{deploymentId}"Constructors in org.alfresco.rest.requests with parameters of type RestDeploymentModel Constructor Description Deployments(RestDeploymentModel deployment, RestWrapper restWrapper) -
Uses of RestDeploymentModel in org.alfresco.rest.requests.workflowAPI
Methods in org.alfresco.rest.requests.workflowAPI with parameters of type RestDeploymentModel Modifier and Type Method Description DeploymentsRestWorkflowAPI. usingDeployment(RestDeploymentModel deployment)Provides DSL on all REST calls under/deployments/{deploymentID}API path
-