jBPM distribution 6.0.0.Alpha9

Uses of Interface
org.kie.definition.type.FactType

Packages that use FactType
org.jbpm.process   
org.kie The KnowledgeBase and its factory. 
org.kie.definition All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here. 
 

Uses of FactType in org.jbpm.process
 

Methods in org.jbpm.process that return FactType
 FactType ProcessBaseImpl.getFactType(String packageName, String typeName)
           
 

Methods in org.jbpm.process that return types with arguments of type FactType
 Collection<FactType> ProcessPackage.getFactTypes()
           
 

Uses of FactType in org.kie
 

Methods in org.kie that return FactType
 FactType KieBase.getFactType(String packageName, String typeName)
          Returns the FactType identified by the given package and type names.
 

Uses of FactType in org.kie.definition
 

Methods in org.kie.definition that return types with arguments of type FactType
 Collection<FactType> KiePackage.getFactTypes()
          Return the fact types declared in this package The collection is immutable.
 


jBPM distribution 6.0.0.Alpha9

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