public interface ProcessStorage
extends org.drools.persistence.map.KnowledgeSessionStorage
Modifier and Type | Method and Description |
---|---|
ProcessInstanceInfo |
findProcessInstanceInfo(Long processInstanceId) |
long |
getNextProcessInstanceId() |
List<Long> |
getProcessInstancesWaitingForEvent(String type) |
void |
removeProcessInstanceInfo(Long id) |
void |
saveOrUpdate(ProcessInstanceInfo processInstanceInfo) |
ProcessInstanceInfo findProcessInstanceInfo(Long processInstanceId)
void saveOrUpdate(ProcessInstanceInfo processInstanceInfo)
long getNextProcessInstanceId()
void removeProcessInstanceInfo(Long id)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.