jBPM :: JPA Persistence 6.2.0.Beta3

org.jbpm.persistence
Interface ProcessStorage

All Superinterfaces:
org.drools.persistence.map.KnowledgeSessionStorage

public interface ProcessStorage
extends org.drools.persistence.map.KnowledgeSessionStorage


Method Summary
 ProcessInstanceInfo findProcessInstanceInfo(Long processInstanceId)
           
 long getNextProcessInstanceId()
           
 List<Long> getProcessInstancesWaitingForEvent(String type)
           
 void removeProcessInstanceInfo(Long id)
           
 void saveOrUpdate(ProcessInstanceInfo processInstanceInfo)
           
 
Methods inherited from interface org.drools.persistence.map.KnowledgeSessionStorage
findSessionInfo, findWorkItemInfo, getNextStatefulKnowledgeSessionId, getNextWorkItemId, lock, lock, remove, saveOrUpdate, saveOrUpdate
 

Method Detail

findProcessInstanceInfo

ProcessInstanceInfo findProcessInstanceInfo(Long processInstanceId)

saveOrUpdate

void saveOrUpdate(ProcessInstanceInfo processInstanceInfo)

getNextProcessInstanceId

long getNextProcessInstanceId()

removeProcessInstanceInfo

void removeProcessInstanceInfo(Long id)

getProcessInstancesWaitingForEvent

List<Long> getProcessInstancesWaitingForEvent(String type)

jBPM :: JPA Persistence 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.