Package org.kie.server.services.casemgmt
Class CaseKieContainerCommandServiceImpl
- java.lang.Object
-
- org.kie.server.services.casemgmt.CaseKieContainerCommandServiceImpl
-
- All Implemented Interfaces:
org.kie.server.services.api.KieContainerCommandService
public class CaseKieContainerCommandServiceImpl extends Object implements org.kie.server.services.api.KieContainerCommandService
-
-
Constructor Summary
Constructors Constructor Description CaseKieContainerCommandServiceImpl(org.kie.server.services.api.KieServerRegistry context, CaseManagementServiceBase caseManagementServiceBase, CaseManagementRuntimeDataServiceBase caseManagementRuntimeDataService, CaseAdminServiceBase caseAdminServiceBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.ServiceResponsesListexecuteScript(org.kie.server.api.commands.CommandScript commands, org.kie.server.api.marshalling.MarshallingFormat marshallingFormat, String classType)
-
-
-
Constructor Detail
-
CaseKieContainerCommandServiceImpl
public CaseKieContainerCommandServiceImpl(org.kie.server.services.api.KieServerRegistry context, CaseManagementServiceBase caseManagementServiceBase, CaseManagementRuntimeDataServiceBase caseManagementRuntimeDataService, CaseAdminServiceBase caseAdminServiceBase)
-
-
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:
callContainerin interfaceorg.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:
executeScriptin interfaceorg.kie.server.services.api.KieContainerCommandService
-
-