public class OptaplannerCommandServiceImpl extends Object implements KieContainerCommandService<String>
| Constructor and Description |
|---|
OptaplannerCommandServiceImpl(KieServerRegistry context,
SolverServiceBase solverService) |
| 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) |
public OptaplannerCommandServiceImpl(KieServerRegistry context, SolverServiceBase solverService)
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 KieContainerCommandService<String>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<String>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.