public class RuleServicesClientImpl extends AbstractKieServicesClientImpl implements RuleServicesClient
BYPASS_AUTH_USER, classLoader, config, loadBalancer, marshaller, owner| 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, close, createExceptionForUnexpectedResponseCode, deserialize, encode, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getConversationId, getHeaders, getLoadBalancer, getMediaType, getMessage, getPagingQueryString, getResponseHandler, getSortingQueryString, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, invoke, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateServiceResponse, newRequest, safeList, safeMap, sendTaskOperation, serialize, setOwner, setResponseHandler, shouldReturnWithNullResponse, throwExceptionOnFailureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetResponseHandlerpublic 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–2020 JBoss by Red Hat. All rights reserved.