public class JBPMKieContainerCommandServiceImpl extends Object implements KieContainerCommandService
| Constructor and Description |
|---|
JBPMKieContainerCommandServiceImpl(KieServerRegistry context,
org.jbpm.services.api.DeploymentService deploymentService,
DefinitionServiceBase definitionServiceBase,
ProcessServiceBase processServiceBase,
UserTaskServiceBase userTaskServiceBase,
RuntimeDataServiceBase runtimeDataServiceBase,
ExecutorServiceBase executorServiceBase,
QueryDataServiceBase queryDataServiceBase,
DocumentServiceBase documentServiceBase,
ProcessAdminServiceBase processAdminServiceBase) |
| 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 JBPMKieContainerCommandServiceImpl(KieServerRegistry context, org.jbpm.services.api.DeploymentService deploymentService, DefinitionServiceBase definitionServiceBase, ProcessServiceBase processServiceBase, UserTaskServiceBase userTaskServiceBase, RuntimeDataServiceBase runtimeDataServiceBase, ExecutorServiceBase executorServiceBase, QueryDataServiceBase queryDataServiceBase, DocumentServiceBase documentServiceBase, ProcessAdminServiceBase processAdminServiceBase)
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 KieContainerCommandServicepublic 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 KieContainerCommandServiceCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.