public interface RuleServicesClient
| 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
|
default 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,
org.kie.api.command.Command<?> cmd,
javax.ws.rs.core.Response.Status status) |
org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> |
executeCommandsWithResults(String id,
String payload) |
void |
setResponseHandler(ResponseHandler responseHandler) |
@Deprecated org.kie.server.api.model.ServiceResponse<String> executeCommands(String id, String payload)
@Deprecated org.kie.server.api.model.ServiceResponse<String> executeCommands(String id, org.kie.api.command.Command<?> cmd)
org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> executeCommandsWithResults(String id, String payload)
default 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, org.kie.api.command.Command<?> cmd, javax.ws.rs.core.Response.Status status)
void setResponseHandler(ResponseHandler responseHandler)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.