public class ProcessServiceEJBImpl extends ProcessServiceImpl implements ProcessService, ProcessServiceEJBLocal, ProcessServiceEJBRemote
dataService, deploymentService
Constructor and Description |
---|
ProcessServiceEJBImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine engine) |
<T> T |
process(T variables,
ClassLoader cl)
Generic processing method that might be simply returning same instance of variables
if no processing is required.
|
void |
setDataService(RuntimeDataService dataService) |
void |
setDeploymentService(DeploymentService deploymentService) |
abortProcessInstance, abortProcessInstances, abortWorkItem, collectActiveSignals, completeWorkItem, disallowWhenNotActive, execute, execute, getAvailableSignals, getContext, getProcessInstance, getProcessInstance, getProcessInstanceVariable, getProcessInstanceVariables, getWorkItem, getWorkItemByProcessInstance, setProcessVariable, setProcessVariables, signalEvent, signalProcessInstance, signalProcessInstances, startProcess, startProcess, startProcess, startProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abortProcessInstance, abortProcessInstances, abortWorkItem, completeWorkItem, execute, execute, getAvailableSignals, getProcessInstance, getProcessInstance, getProcessInstanceVariable, getProcessInstanceVariables, getWorkItem, getWorkItemByProcessInstance, setProcessVariable, setProcessVariables, signalEvent, signalProcessInstance, signalProcessInstances, startProcess, startProcess, startProcess, startProcess
public void setDeploymentService(DeploymentService deploymentService)
setDeploymentService
in class ProcessServiceImpl
public void setDataService(RuntimeDataService dataService)
setDataService
in class ProcessServiceImpl
public <T> T process(T variables, ClassLoader cl)
VariablesAware
process
in interface VariablesAware
process
in class ProcessServiceImpl
variables
- object that holds varialble(s)cl
- classloader that shall be used to operate on the variables e.g. project class loaderprotected void disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager, org.kie.api.runtime.manager.RuntimeEngine engine)
disposeRuntimeEngine
in class ProcessServiceImpl
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.