KIE Remote Services :: Services 6.0.0.CR5

org.kie.services.remote.rest
Class TaskResource

java.lang.Object
  extended by org.kie.services.remote.rest.ResourceBase
      extended by org.kie.services.remote.rest.TaskResource

@RequestScoped
public class TaskResource
extends ResourceBase


Field Summary
 
Fields inherited from class org.kie.services.remote.rest.ResourceBase
variants
 
Constructor Summary
TaskResource()
           
 
Method Summary
 javax.ws.rs.core.Response doTaskOperation(long taskId, String operation)
           
 JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
           
 javax.ws.rs.core.Response getContent(long contentId)
           
 javax.ws.rs.core.Response getTaskContent(long taskId)
           
 javax.ws.rs.core.Response getTaskInstanceInfo(long taskId)
           
 javax.ws.rs.core.Response query(javax.ws.rs.core.UriInfo uriInfo)
           
 
Methods inherited from class org.kie.services.remote.rest.ResourceBase
convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, extractMapFromParams, getLongListParam, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, 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

TaskResource

public TaskResource()
Method Detail

execute

public JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)

query

public javax.ws.rs.core.Response query(@Context
                                       javax.ws.rs.core.UriInfo uriInfo)

getTaskInstanceInfo

public javax.ws.rs.core.Response getTaskInstanceInfo(long taskId)

doTaskOperation

public javax.ws.rs.core.Response doTaskOperation(long taskId,
                                                 String operation)

getTaskContent

public javax.ws.rs.core.Response getTaskContent(long taskId)

getContent

public javax.ws.rs.core.Response getContent(long contentId)

KIE Remote Services :: Services 6.0.0.CR5

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