Class KieContainerCommandServiceImpl

    • Method Detail

      • callContainer

        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)
        Specified by:
        callContainer in interface KieContainerCommandService<org.kie.api.runtime.ExecutionResults>
      • callContainer

        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)
      • executeScript

        public org.kie.server.api.model.ServiceResponsesList executeScript​(org.kie.server.api.commands.CommandScript commands,
                                                                           org.kie.server.api.marshalling.MarshallingFormat marshallingFormat,
                                                                           String classType)
        Specified by:
        executeScript in interface KieContainerCommandService<org.kie.api.runtime.ExecutionResults>