|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |