|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.persistence.map.MapBasedPersistenceContext
org.jbpm.persistence.MapBasedProcessPersistenceContext
public class MapBasedProcessPersistenceContext
Constructor Summary | |
---|---|
MapBasedProcessPersistenceContext(ProcessStorage storage)
|
Method Summary | |
---|---|
void |
clearStoredProcessInstances()
|
void |
close()
|
ProcessInstanceInfo |
findProcessInstanceInfo(Long processId)
|
List<Long> |
getProcessInstancesWaitingForEvent(String type)
|
List<ProcessInstanceInfo> |
getStoredProcessInstances()
|
void |
persist(ProcessInstanceInfo processInstanceInfo)
|
void |
remove(ProcessInstanceInfo processInstanceInfo)
|
Methods inherited from class org.drools.persistence.map.MapBasedPersistenceContext |
---|
clear, findSessionInfo, findWorkItemInfo, getStoredKnowledgeSessions, getStoredWorkItems, isOpen, joinTransaction, merge, persist, persist, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.persistence.PersistenceContext |
---|
findSessionInfo, findWorkItemInfo, isOpen, joinTransaction, merge, persist, persist, remove |
Methods inherited from interface org.drools.persistence.map.NonTransactionalPersistentSession |
---|
clear, getStoredKnowledgeSessions, getStoredWorkItems |
Constructor Detail |
---|
public MapBasedProcessPersistenceContext(ProcessStorage storage)
Method Detail |
---|
public void persist(ProcessInstanceInfo processInstanceInfo)
persist
in interface ProcessPersistenceContext
public ProcessInstanceInfo findProcessInstanceInfo(Long processId)
findProcessInstanceInfo
in interface ProcessPersistenceContext
public List<ProcessInstanceInfo> getStoredProcessInstances()
getStoredProcessInstances
in interface NonTransactionalProcessPersistentSession
public void close()
close
in interface org.drools.persistence.PersistenceContext
close
in class org.drools.persistence.map.MapBasedPersistenceContext
public void remove(ProcessInstanceInfo processInstanceInfo)
remove
in interface ProcessPersistenceContext
public List<Long> getProcessInstancesWaitingForEvent(String type)
getProcessInstancesWaitingForEvent
in interface ProcessPersistenceContext
public void clearStoredProcessInstances()
clearStoredProcessInstances
in interface NonTransactionalProcessPersistentSession
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |