org.jbpm.services.ejb.impl
Class ProcessServiceEJBImpl
java.lang.Object
org.jbpm.kie.services.impl.ProcessServiceImpl
org.jbpm.services.ejb.impl.ProcessServiceEJBImpl
- All Implemented Interfaces:
- VariablesAware, ProcessService, ProcessServiceEJBLocal, ProcessServiceEJBRemote
public class ProcessServiceEJBImpl
- extends ProcessServiceImpl
- implements ProcessService, ProcessServiceEJBLocal, ProcessServiceEJBRemote
Methods inherited from class org.jbpm.kie.services.impl.ProcessServiceImpl |
abortProcessInstance, abortProcessInstances, abortWorkItem, collectActiveSignals, completeWorkItem, disallowWhenNotActive, execute, execute, getAvailableSignals, getProcessInstance, getProcessInstanceVariable, getProcessInstanceVariables, getWorkItem, getWorkItemByProcessInstance, setProcessVariable, setProcessVariables, signalProcessInstance, signalProcessInstances, startProcess, startProcess |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbpm.services.api.ProcessService |
abortProcessInstance, abortProcessInstances, abortWorkItem, completeWorkItem, execute, execute, getAvailableSignals, getProcessInstance, getProcessInstanceVariable, getProcessInstanceVariables, getWorkItem, getWorkItemByProcessInstance, setProcessVariable, setProcessVariables, signalProcessInstance, signalProcessInstances, startProcess, startProcess |
ProcessServiceEJBImpl
public ProcessServiceEJBImpl()
setDeploymentService
public void setDeploymentService(DeploymentService deploymentService)
- Overrides:
setDeploymentService
in class ProcessServiceImpl
setDataService
public void setDataService(RuntimeDataService dataService)
- Overrides:
setDataService
in class ProcessServiceImpl
process
public <T> T process(T variables,
ClassLoader cl)
- Description copied from interface:
VariablesAware
- Generic processing method that might be simply returning same instance of variables
if no processing is required.
- Specified by:
process
in interface VariablesAware
- Overrides:
process
in class ProcessServiceImpl
- Parameters:
variables
- object that holds varialble(s)cl
- classloader that shall be used to operate on the variables e.g. project class loader
- Returns:
disposeRuntimeEngine
protected void disposeRuntimeEngine(RuntimeManager manager,
RuntimeEngine engine)
- Overrides:
disposeRuntimeEngine
in class ProcessServiceImpl
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.