Package org.kie.server.services.api
Interface KieContainerCommandService<V>
-
- All Known Implementing Classes:
KieContainerCommandServiceImpl
public interface KieContainerCommandService<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.kie.server.api.model.ServiceResponse<V>callContainer(String containerId, String payload, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType)org.kie.server.api.model.ServiceResponsesListexecuteScript(org.kie.server.api.commands.CommandScript commands, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType)
-
-
-
Method Detail
-
callContainer
org.kie.server.api.model.ServiceResponse<V> callContainer(String containerId, String payload, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType)
-
executeScript
org.kie.server.api.model.ServiceResponsesList executeScript(org.kie.server.api.commands.CommandScript commands, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType)
-
-