org.kie.remote.services.rest
Class DeploymentResourceImpl
java.lang.Object
org.kie.remote.services.rest.ResourceBase
org.kie.remote.services.rest.DeploymentResourceImpl
- All Implemented Interfaces:
- DeploymentResource
@RequestScoped
public class DeploymentResourceImpl
- extends ResourceBase
- implements DeploymentResource
If a method in this class is annotated by a @Path annotation,
then the name of the method should match the URL specified in the @Path,
where "_" characters should be used for all "/" characters in the path.
For example:
| Methods inherited from class org.kie.remote.services.rest.ResourceBase |
convertProcAssetDescToJaxbProcDef, convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, createCorrectVariant, doRestTaskOperation, doRestTaskOperationWithDeploymentId, doRestTaskOperationWithTaskId, extractMapFromParams, getAuditLogService, getBaseUri, getEnum, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getRequestUri, getStringListParam, getStringListParamAsList, getStringParam, paginate, paginateAndCreateResult, paginateAndCreateResult, restProcessJaxbCommandsRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentResourceImpl
public DeploymentResourceImpl()
getConfig
public javax.ws.rs.core.Response getConfig()
- Specified by:
getConfig in interface DeploymentResource
deploy
public javax.ws.rs.core.Response deploy(JaxbDeploymentDescriptor deployDescriptor)
- Specified by:
deploy in interface DeploymentResource
undeploy
public javax.ws.rs.core.Response undeploy()
- Specified by:
undeploy in interface DeploymentResource
listProcessDefinitions
public javax.ws.rs.core.Response listProcessDefinitions()
- Specified by:
listProcessDefinitions in interface DeploymentResource
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.