jBPM distribution 6.1.0.CR2

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)
          (difference between this and getProcessInstanceHistory(..) methods?)
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceCompletedNodes(String deploymentId, long processId)
          (difference between this and getProcessInstanceHistory(..) methods?)
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceFullHistory(String deploymentId, long processId)
           
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceHistory(String deploymentId, long processId)
          (difference between this and getProcessInstanceActiveNodes(..)?)
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceHistory(String deploymentId, long processId, boolean completed)
          (difference between this and getProcessInstanceActiveNodes(..)
 

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.1.0.CR2

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