public class KieContainerCommandServiceImpl extends Object implements KieContainerCommandService
| 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<String> |
callContainer(String containerId,
String payload,
org.kie.server.api.marshalling.MarshallingFormat marshallingFormat,
String classType) |
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<String> callContainer(String containerId, String payload, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType)
callContainer in interface KieContainerCommandServicepublic 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 KieContainerCommandServiceCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.