public interface ProcessStorage
extends org.drools.persistence.map.KnowledgeSessionStorage
Modifier and Type | Method and Description |
---|---|
org.jbpm.persistence.api.PersistentProcessInstance |
findProcessInstanceInfo(Long processInstanceId) |
long |
getNextProcessInstanceId() |
List<Long> |
getProcessInstancesWaitingForEvent(String type) |
void |
removeProcessInstanceInfo(Long id) |
void |
saveOrUpdate(org.jbpm.persistence.api.PersistentProcessInstance processInstanceInfo) |
org.jbpm.persistence.api.PersistentProcessInstance findProcessInstanceInfo(Long processInstanceId)
void saveOrUpdate(org.jbpm.persistence.api.PersistentProcessInstance processInstanceInfo)
long getNextProcessInstanceId()
void removeProcessInstanceInfo(Long id)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.