jBPM distribution 6.0.0.Beta1

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, 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 distribution 6.0.0.Beta1

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