org.kie.remote.services.rest
Class TaskResourceImpl
java.lang.Object
org.kie.remote.services.rest.ResourceBase
org.kie.remote.services.rest.TaskResourceImpl
- All Implemented Interfaces:
- TaskResource
@RequestScoped
public class TaskResourceImpl
- extends ResourceBase
- implements TaskResource
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.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 |
headers
@Context
protected javax.ws.rs.core.HttpHeaders headers
identityProvider
@Inject
protected org.jbpm.kie.services.api.IdentityProvider identityProvider
queryResource
@Inject
protected QueryResourceImpl queryResource
TaskResourceImpl
public TaskResourceImpl()
execute
public JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
query
@Deprecated
public javax.ws.rs.core.Response query()
- Deprecated.
- Specified by:
query in interface TaskResource
taskId
public javax.ws.rs.core.Response taskId(long taskId)
- Specified by:
taskId in interface TaskResource
taskId_oper
public javax.ws.rs.core.Response taskId_oper(long taskId,
String operation)
- Specified by:
taskId_oper in interface TaskResource
taskId_content
public javax.ws.rs.core.Response taskId_content(long taskId)
- Specified by:
taskId_content in interface TaskResource
taskId_form
public javax.ws.rs.core.Response taskId_form(long taskId)
- Specified by:
taskId_form in interface TaskResource
content_contentId
public javax.ws.rs.core.Response content_contentId(long contentId)
- Specified by:
content_contentId in interface TaskResource
bam_clear
public javax.ws.rs.core.Response bam_clear()
- Specified by:
bam_clear in interface TaskResource
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.