public class KieContainerCommandServiceImpl extends Object implements KieContainerCommandService<org.kie.api.runtime.ExecutionResults>
| Modifier and Type | Field and Description |
|---|---|
protected KieServerRegistry |
context |
protected KieServerImpl |
kieServer |
protected static Pattern |
LOOKUP |
| Constructor and Description |
|---|
KieContainerCommandServiceImpl(KieServerImpl kieServer,
KieServerRegistry context) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> |
callContainer(String containerId,
String payload,
org.kie.server.api.marshalling.MarshallingFormat marshallingFormat,
String classType) |
protected org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> |
callContainer(String containerId,
String payload,
org.kie.server.api.marshalling.MarshallingFormat marshallingFormat,
String classType,
boolean marshallResponse) |
org.kie.server.api.model.ServiceResponsesList |
executeScript(org.kie.server.api.commands.CommandScript commands,
org.kie.server.api.marshalling.MarshallingFormat marshallingFormat,
String classType) |
protected static final Pattern LOOKUP
protected KieServerImpl kieServer
protected final KieServerRegistry context
public KieContainerCommandServiceImpl(KieServerImpl kieServer, KieServerRegistry context)
public org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> callContainer(String containerId, String payload, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType)
callContainer in interface KieContainerCommandService<org.kie.api.runtime.ExecutionResults>protected org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> callContainer(String containerId, String payload, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType, boolean marshallResponse)
public org.kie.server.api.model.ServiceResponsesList executeScript(org.kie.server.api.commands.CommandScript commands,
org.kie.server.api.marshalling.MarshallingFormat marshallingFormat,
String classType)
executeScript in interface KieContainerCommandService<org.kie.api.runtime.ExecutionResults>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.