org.kie.services.remote.rest
Class DeploymentResource
java.lang.Object
org.kie.services.remote.rest.ResourceBase
org.kie.services.remote.rest.DeploymentResource
@RequestScoped
public class DeploymentResource
- 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.services.remote.rest.ResourceBase |
convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, createCorrectVariant, extractMapFromParams, getLongListParam, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getStringListParam, getStringParam, getVariant, restProcessJaxbCommandsRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentResource
public DeploymentResource()
convertKModuleDepUnitToJaxbDepUnit
public static JaxbDeploymentUnit convertKModuleDepUnitToJaxbDepUnit(org.jbpm.kie.services.impl.KModuleDeploymentUnit kDepUnit)
getConfig
public javax.ws.rs.core.Response getConfig()
deploy
public javax.ws.rs.core.Response deploy()
undeploy
public javax.ws.rs.core.Response undeploy()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.