Class CaseKieContainerCommandServiceImpl

  • All Implemented Interfaces:
    org.kie.server.services.api.KieContainerCommandService

    public class CaseKieContainerCommandServiceImpl
    extends Object
    implements org.kie.server.services.api.KieContainerCommandService
    • Method Detail

      • callContainer

        public org.kie.server.api.model.ServiceResponse<String> callContainer​(String containerId,
                                                                              String payload,
                                                                              org.kie.server.api.marshalling.MarshallingFormat marshallingFormat,
                                                                              String classType)
        Specified by:
        callContainer in interface org.kie.server.services.api.KieContainerCommandService
      • 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 org.kie.server.services.api.KieContainerCommandService