KIE Remote Services :: Services 6.2.0.Beta3

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
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:


Field Summary
 
Fields inherited from class org.kie.remote.services.rest.ResourceBase
paginationParams, 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, 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
 

Constructor Detail

DeploymentResourceImpl

public DeploymentResourceImpl()
Method Detail

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

KIE Remote Services :: Services 6.2.0.Beta3

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