jBPM distribution 6.2.0.CR4

Uses of Class
org.jbpm.services.api.RuntimeDataService.EntryType

Packages that use RuntimeDataService.EntryType
org.jbpm.kie.services.impl   
org.jbpm.services.api   
 

Uses of RuntimeDataService.EntryType in org.jbpm.kie.services.impl
 

Methods in org.jbpm.kie.services.impl with parameters of type RuntimeDataService.EntryType
 Collection<NodeInstanceDesc> RuntimeDataServiceImpl.getProcessInstanceFullHistoryByType(long processId, RuntimeDataService.EntryType type, org.kie.internal.query.QueryContext queryContext)
           
 

Uses of RuntimeDataService.EntryType in org.jbpm.services.api
 

Methods in org.jbpm.services.api that return RuntimeDataService.EntryType
static RuntimeDataService.EntryType RuntimeDataService.EntryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RuntimeDataService.EntryType[] RuntimeDataService.EntryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.services.api with parameters of type RuntimeDataService.EntryType
 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.
 


jBPM distribution 6.2.0.CR4

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