KIE Remote Services :: Services 6.0.1.Final

org.kie.services.remote.rest
Class DeploymentResource

java.lang.Object
  extended by org.kie.services.remote.rest.ResourceBase
      extended by 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:


Field Summary
 
Fields inherited from class org.kie.services.remote.rest.ResourceBase
PROC_INST_ID_PARAM_NAME
 
Constructor Summary
DeploymentResource()
           
 
Method Summary
static JaxbDeploymentUnit convertKModuleDepUnitToJaxbDepUnit(org.jbpm.kie.services.impl.KModuleDeploymentUnit kDepUnit)
           
 javax.ws.rs.core.Response deploy()
           
 javax.ws.rs.core.Response getConfig()
           
 javax.ws.rs.core.Response undeploy()
           
 
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
 

Constructor Detail

DeploymentResource

public DeploymentResource()
Method Detail

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()

KIE Remote Services :: Services 6.0.1.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.