|
jBPM distribution 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeInstanceDesc | |
---|---|
org.droolsjbpm.services.api | |
org.droolsjbpm.services.impl |
Uses of NodeInstanceDesc in org.droolsjbpm.services.api |
---|
Methods in org.droolsjbpm.services.api that return types with arguments of type NodeInstanceDesc | |
---|---|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceActiveNodes(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceCompletedNodes(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceFullHistory(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceHistory(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataService.getProcessInstanceHistory(String domainId,
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> |
RuntimeDataServiceImpl.getProcessInstanceActiveNodes(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceCompletedNodes(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceFullHistory(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceHistory(String domainId,
long processId)
|
Collection<NodeInstanceDesc> |
RuntimeDataServiceImpl.getProcessInstanceHistory(String domainId,
long processId,
boolean completed)
|
Methods in org.droolsjbpm.services.impl with parameters of type NodeInstanceDesc | |
---|---|
void |
SearchServiceImpl.index(NodeInstanceDesc node)
|
|
jBPM distribution 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |