jBPM distribution 6.0.0.Beta5

Uses of Class
org.jbpm.kie.services.impl.model.NodeInstanceDesc

Packages that use NodeInstanceDesc
org.jbpm.kie.services.api   
org.jbpm.kie.services.impl   
 

Uses of NodeInstanceDesc in org.jbpm.kie.services.api
 

Methods in org.jbpm.kie.services.api that return types with arguments of type NodeInstanceDesc
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceActiveNodes(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceCompletedNodes(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceFullHistory(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceHistory(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceHistory(String deploymentId, long processId, boolean completed)
           
 

Uses of NodeInstanceDesc in org.jbpm.kie.services.impl
 

Methods in org.jbpm.kie.services.impl that return types with arguments of type NodeInstanceDesc
 Collection<NodeInstanceDesc> RuntimeDataServiceImpl.getProcessInstanceActiveNodes(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataServiceImpl.getProcessInstanceCompletedNodes(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataServiceImpl.getProcessInstanceFullHistory(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataServiceImpl.getProcessInstanceHistory(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataServiceImpl.getProcessInstanceHistory(String deploymentId, long processId, boolean completed)
           
 

Methods in org.jbpm.kie.services.impl with parameters of type NodeInstanceDesc
 void SearchServiceImpl.index(NodeInstanceDesc node)
           
 


jBPM distribution 6.0.0.Beta5

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