public class RuleServicesClientImpl extends AbstractKieServicesClientImpl implements RuleServicesClient
baseURI, BYPASS_AUTH_USER, classLoader, config, conversationId, marshaller| Constructor and Description |
|---|
RuleServicesClientImpl(KieServicesConfiguration config) |
RuleServicesClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.server.api.model.ServiceResponse<String> |
executeCommands(String id,
org.kie.api.command.Command<?> cmd)
Deprecated.
use #executeCommandsWithResults
|
org.kie.server.api.model.ServiceResponse<String> |
executeCommands(String id,
String payload)
Deprecated.
use #executeCommandsWithResults
|
org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> |
executeCommandsWithResults(String id,
org.kie.api.command.Command<?> cmd) |
org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> |
executeCommandsWithResults(String id,
String payload) |
buildQueryString, checkResultType, createExceptionForUnexpectedResponseCode, deserialize, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getHeaders, getMediaType, getMessage, getPagingQueryString, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateServiceResponse, newRequest, safeList, safeMap, sendTaskOperation, serialize, throwExceptionOnFailurepublic RuleServicesClientImpl(KieServicesConfiguration config)
public RuleServicesClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> executeCommandsWithResults(String id, String payload)
executeCommandsWithResults in interface RuleServicesClientpublic org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> executeCommandsWithResults(String id, org.kie.api.command.Command<?> cmd)
executeCommandsWithResults in interface RuleServicesClient@Deprecated public org.kie.server.api.model.ServiceResponse<String> executeCommands(String id, String payload)
executeCommands in interface RuleServicesClient@Deprecated public org.kie.server.api.model.ServiceResponse<String> executeCommands(String id, org.kie.api.command.Command<?> cmd)
executeCommands in interface RuleServicesClientCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.