org.droolsjbpm.services.api
Interface KnowledgeDataService
- All Known Implementing Classes:
- KnowledgeDataServiceImpl
public interface KnowledgeDataService
getProcessInstances
Collection<ProcessInstanceDesc> getProcessInstances()
getProcessInstancesBySessionId
Collection<ProcessInstanceDesc> getProcessInstancesBySessionId(String sessionId)
getProcessesBySessionId
Collection<ProcessDesc> getProcessesBySessionId(String sessionId)
getProcesses
Collection<ProcessDesc> getProcesses()
getProcessInstanceById
ProcessInstanceDesc getProcessInstanceById(int sessionId,
long processId)
getProcessInstanceHistory
Collection<NodeInstanceDesc> getProcessInstanceHistory(int sessionId,
long processId)
getProcessInstanceHistory
Collection<NodeInstanceDesc> getProcessInstanceHistory(int sessionId,
long processId,
boolean completed)
getProcessInstanceFullHistory
Collection<NodeInstanceDesc> getProcessInstanceFullHistory(int sessionId,
long processId)
getProcessInstanceActiveNodes
Collection<NodeInstanceDesc> getProcessInstanceActiveNodes(int sessionId,
long processId)
getVariablesCurrentState
Collection<VariableStateDesc> getVariablesCurrentState(long processInstanceId)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.