|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeInstanceDesc | |
---|---|
org.droolsjbpm.services.api | |
org.droolsjbpm.services.impl | |
org.droolsjbpm.services.impl.helpers |
Uses of NodeInstanceDesc in org.droolsjbpm.services.api |
---|
Methods in org.droolsjbpm.services.api that return types with arguments of type NodeInstanceDesc | |
---|---|
Collection<NodeInstanceDesc> |
KnowledgeDataService.getProcessInstanceActiveNodes(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataService.getProcessInstanceCompletedNodes(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataService.getProcessInstanceFullHistory(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataService.getProcessInstanceHistory(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataService.getProcessInstanceHistory(int sessionId,
long processId,
boolean completed)
|
Uses of NodeInstanceDesc in org.droolsjbpm.services.impl |
---|
Methods in org.droolsjbpm.services.impl that return types with arguments of type NodeInstanceDesc | |
---|---|
Collection<NodeInstanceDesc> |
KnowledgeDataServiceImpl.getProcessInstanceActiveNodes(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataServiceImpl.getProcessInstanceCompletedNodes(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataServiceImpl.getProcessInstanceFullHistory(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataServiceImpl.getProcessInstanceHistory(int sessionId,
long processId)
|
Collection<NodeInstanceDesc> |
KnowledgeDataServiceImpl.getProcessInstanceHistory(int sessionId,
long processId,
boolean completed)
|
Methods in org.droolsjbpm.services.impl with parameters of type NodeInstanceDesc | |
---|---|
void |
SearchServiceImpl.index(NodeInstanceDesc node)
|
Uses of NodeInstanceDesc in org.droolsjbpm.services.impl.helpers |
---|
Methods in org.droolsjbpm.services.impl.helpers that return NodeInstanceDesc | |
---|---|
static NodeInstanceDesc |
NodeInstanceDescFactory.newNodeInstanceDesc(String domainName,
int sessionId,
long processInstanceId,
NodeInstance nodeInstance,
boolean completed,
String connection)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |