org.kie.services.remote.rest
Class TaskResource
java.lang.Object
org.kie.services.remote.rest.ResourceBase
org.kie.services.remote.rest.TaskResource
@RequestScoped
public class TaskResource
- 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 |
TaskResource
public TaskResource()
execute
public JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
query
public javax.ws.rs.core.Response query(@Context
javax.ws.rs.core.UriInfo uriInfo)
taskId
public javax.ws.rs.core.Response taskId(long taskId)
taskId_oper
public javax.ws.rs.core.Response taskId_oper(long taskId,
String operation)
taskId_content
public javax.ws.rs.core.Response taskId_content(long taskId)
content_contentId
public javax.ws.rs.core.Response content_contentId(long contentId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.