@RequestScoped public class DeploymentResourceImpl extends ResourceBase
BOOLEAN_REGEX, CORR_KEY_SHORT_QUERY_PARAM_PREFIX, FLOAT_REGEX, LONG_INTEGER_REGEX, MAP_QUERY_PARAM_PREFIX, paginationParams, PROC_INST_ID_PARAM_NAME, processRequestBean, userGroupCallbackInstance, 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, getCorrelationKeyProperties, getEnum, getJPAService, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getRequestUri, getStringListParam, getStringListParamAsList, getStringParam, getUserGroupCallback, isPrimitiveOrWrapper, paginate, paginateAndCreateResult, paginateAndCreateResult, safeGet, setHttpServletRequest, setProcessRequestBean, setUserGroupCallback@RolesAllowed(value={"rest-all","rest-deployment"}) public javax.ws.rs.core.Response getConfig()
DeploymentUnit specified in the URL.JaxbDeploymentUnit instance@RolesAllowed(value={"rest-all","rest-deployment"}) public 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 job@RolesAllowed(value={"rest-all","rest-deployment"}) public javax.ws.rs.core.Response undeploy()
JaxbDeploymentJobResult instance with the initial status of the job@RolesAllowed(value={"rest-all","rest-deployment"}) public javax.ws.rs.core.Response listProcessDefinitions()
JaxbProcessDefinitionList instance@RolesAllowed(value={"rest-all","rest-deployment"}) public javax.ws.rs.core.Response activate()
@RolesAllowed(value={"rest-all","rest-deployment"}) public javax.ws.rs.core.Response deactivate()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.