org.kie.remote.services.rest
Class ExecuteResourceImpl
java.lang.Object
org.kie.remote.services.rest.ResourceBase
org.kie.remote.services.rest.ExecuteResourceImpl
@RequestScoped
public class ExecuteResourceImpl
- extends ResourceBase
| 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, setProcessRequestBean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecuteResourceImpl
public ExecuteResourceImpl()
execute
public JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
- The "/execute" method is an "internal" method that is used by the kie-remote-client classes
It is not meant to be used "externally".
- Parameters:
cmdsRequest - The JaxbCommandsRequest containing the Command and other necessary info.
- Returns:
- A
JaxbCommandsResponse with the result from the Command
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.