@RequestScoped public class DeploymentResourceImpl extends ResourceBase
paginationParams, PROC_INST_ID_PARAM_NAME, processRequestBean, wrapperPrimitives| Constructor and Description |
|---|
DeploymentResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
activate() |
javax.ws.rs.core.Response |
deactivate() |
javax.ws.rs.core.Response |
deploy(JaxbDeploymentDescriptor deployDescriptor)
Queues a request to deploy the given deployment unit.
|
javax.ws.rs.core.Response |
getConfig()
Retrieve the status of the
DeploymentUnit specified in the URL. |
javax.ws.rs.core.Response |
listProcessDefinitions()
Returns a list of process definitions for the specified deployment.
|
javax.ws.rs.core.Response |
undeploy()
Queues a request to undeploy the deployment unit specified in the URL
|
convertProcAssetDescToJaxbProcDef, convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, createCorrectVariant, doRestTaskOperation, doRestTaskOperationWithDeploymentId, doRestTaskOperationWithTaskId, extractMapFromParams, getAuditLogService, getBaseUri, getEnum, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getRequestUri, getStringListParam, getStringListParamAsList, getStringParam, isPrimitiveOrWrapper, paginate, paginateAndCreateResult, paginateAndCreateResult, restProcessJaxbCommandsRequest, setProcessRequestBean, wrapPrimitivepublic javax.ws.rs.core.Response getConfig()
DeploymentUnit specified in the URL.JaxbDeploymentUnit instancepublic javax.ws.rs.core.Response deploy(JaxbDeploymentDescriptor deployDescriptor)
deployDescriptor - An optional DeploymentDescriptor instance specifying additional information about how
the deployment unit should be deployed.JaxbDeploymentJobResult instance with the initial status of the jobpublic javax.ws.rs.core.Response undeploy()
JaxbDeploymentJobResult instance with the initial status of the jobpublic javax.ws.rs.core.Response listProcessDefinitions()
JaxbProcessDefinitionList instancepublic javax.ws.rs.core.Response activate()
public javax.ws.rs.core.Response deactivate()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.