org.jbpm.console.ng.bd.backend.server
Class KieSessionEntryPointImpl
java.lang.Object
org.jbpm.console.ng.bd.backend.server.KieSessionEntryPointImpl
- All Implemented Interfaces:
- KieSessionEntryPoint
@ApplicationScoped
public class KieSessionEntryPointImpl
- extends Object
- implements KieSessionEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KieSessionEntryPointImpl
public KieSessionEntryPointImpl()
startProcess
public long startProcess(String domainName,
String processId)
- Specified by:
startProcess in interface KieSessionEntryPoint
startProcess
public long startProcess(String domainName,
String processId,
Map<String,String> params)
- Specified by:
startProcess in interface KieSessionEntryPoint
abortProcessInstance
public void abortProcessInstance(long processInstanceId)
- Specified by:
abortProcessInstance in interface KieSessionEntryPoint
suspendProcessInstance
public void suspendProcessInstance(long processInstanceId)
- Specified by:
suspendProcessInstance in interface KieSessionEntryPoint
signalProcessInstance
public void signalProcessInstance(long processInstanceId,
String signalName,
Object event)
- Specified by:
signalProcessInstance in interface KieSessionEntryPoint
getAvailableSignals
public Collection<String> getAvailableSignals(long processInstanceId)
- Specified by:
getAvailableSignals in interface KieSessionEntryPoint
setProcessVariable
public void setProcessVariable(long processInstanceId,
String variableId,
Object value)
- Specified by:
setProcessVariable in interface KieSessionEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.