org.kie.remote.services.rest
Class DeploymentResourceImpl
java.lang.Object
org.kie.remote.services.rest.ResourceBase
org.kie.remote.services.rest.DeploymentResourceImpl
@RequestScoped
public class DeploymentResourceImpl
- extends ResourceBase
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, extractMapFromParams, getBaseUri, getEnum, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getRequestUri, getStringListParam, getStringListParamAsList, getStringParam, paginate, paginateAndCreateResult, paginateAndCreateResult, restProcessJaxbCommandsRequest, setHttpServletRequest, setUriInfo |
| 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()
deploy
public javax.ws.rs.core.Response deploy(JaxbDeploymentDescriptor deployDescriptor)
undeploy
public javax.ws.rs.core.Response undeploy()
listProcessDefinitions
public javax.ws.rs.core.Response listProcessDefinitions()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.