KIE Remote Services :: Services 6.2.0.Beta2

org.kie.remote.services.rest
Class DeploymentResourceImpl

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


Field Summary
 
Fields inherited from class org.kie.remote.services.rest.ResourceBase
PROC_INST_ID_PARAM_NAME, processRequestBean
 
Constructor Summary
DeploymentResourceImpl()
           
 
Method Summary
 javax.ws.rs.core.Response deploy(JaxbDeploymentDescriptor deployDescriptor)
           
 javax.ws.rs.core.Response getConfig()
           
 javax.ws.rs.core.Response listProcessDefinitions()
           
 javax.ws.rs.core.Response undeploy()
           
 
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
 

Constructor Detail

DeploymentResourceImpl

public DeploymentResourceImpl()
Method Detail

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

KIE Remote Services :: Services 6.2.0.Beta2

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