Package org.alfresco.rest.requests
Class Deployments
Created by Claudia Agache on 10/4/2016.
-
Field Summary
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper -
Constructor Summary
ConstructorsConstructorDescriptionDeployments(RestWrapper restWrapper) Deployments(RestDeploymentModel deployment, RestWrapper restWrapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidDelete the specified deployment from Alfresco using DELETE call on "/deployments/{deploymentId}"Retrieve the specified deployment from Alfresco using GET call on "/deployments/{deploymentId}"Retrieve 100 deployments (this is the default size when maxItems is not specified) from Alfresco using GET call on "/deployments"Methods inherited from class org.alfresco.rest.requests.ModelRequest
include, includePath, usingParams
-
Constructor Details
-
Deployments
-
Deployments
-
-
Method Details
-
getDeployments
Retrieve 100 deployments (this is the default size when maxItems is not specified) from Alfresco using GET call on "/deployments"- Returns:
- Throws:
JsonToModelConversionException
-
deleteDeployment
public void deleteDeployment()Delete the specified deployment from Alfresco using DELETE call on "/deployments/{deploymentId}"- Throws:
JsonToModelConversionException
-
getDeployment
Retrieve the specified deployment from Alfresco using GET call on "/deployments/{deploymentId}"- Returns:
- Throws:
JsonToModelConversionException
-