public class RuleServicesClientImpl extends AbstractKieServicesClientImpl implements RuleServicesClient
baseURI, BYPASS_AUTH_USER, classLoader, config, 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, createExceptionForUnexpectedResponseCode, deserialize, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getConversationId, getHeaders, getMediaType, getMessage, getPagingQueryString, getResponseHandler, 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, setOwner, setResponseHandler, shouldReturnWithNullResponse, throwExceptionOnFailure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setResponseHandler
public 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 RuleServicesClient
public 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 RuleServicesClient
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.