jBPM :: Services API 6.2.0.Beta3

Uses of Interface
org.jbpm.services.api.model.NodeInstanceDesc

Packages that use NodeInstanceDesc
org.jbpm.services.api   
 

Uses of NodeInstanceDesc in org.jbpm.services.api
 

Methods in org.jbpm.services.api that return NodeInstanceDesc
 NodeInstanceDesc RuntimeDataService.getNodeInstanceForWorkItem(Long workItemId)
          Returns active node instance descriptor for given work item id, if exists.
 

Methods in org.jbpm.services.api that return types with arguments of type NodeInstanceDesc
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceFullHistory(long processInstanceId, org.kie.internal.query.QueryContext queryContext)
          Returns complete trace of all executed (completed) and active nodes for given process instance id
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceFullHistoryByType(long processInstanceId, RuntimeDataService.EntryType type, org.kie.internal.query.QueryContext queryContext)
          Returns complete trace of all events of given type (START or END) for given process instance.
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceHistoryActive(long processInstanceId, org.kie.internal.query.QueryContext queryContext)
          Returns trace of all active nodes for given process instance id
 Collection<NodeInstanceDesc> RuntimeDataService.getProcessInstanceHistoryCompleted(long processInstanceId, org.kie.internal.query.QueryContext queryContext)
          Returns trace of all executed (completed) for given process instance id
 


jBPM :: Services API 6.2.0.Beta3

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