|
jBPM distribution 6.0.0.Beta3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.process.ProcessPackage
public class ProcessPackage
Constructor Summary | |
---|---|
ProcessPackage(String name)
|
Method Summary | |
---|---|
void |
addProcess(Process process)
|
Collection<FactType> |
getFactTypes()
Return the fact types declared in this package The collection is immutable. |
Collection<String> |
getFunctionNames()
Return the names of the functions defined in this package. |
Collection<Global> |
getGlobalVariables()
Return the names of the globals defined in this package. |
String |
getName()
The namespace for this package |
Collection<Process> |
getProcesses()
Return the process definitions for this package. |
Collection<Query> |
getQueries()
Return the query definitions for this package. |
Collection<Rule> |
getRules()
Return the rule definitions for this package. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessPackage(String name)
Method Detail |
---|
public String getName()
KiePackage
getName
in interface KiePackage
public Collection<Rule> getRules()
KiePackage
getRules
in interface KiePackage
public void addProcess(Process process)
public Collection<Process> getProcesses()
KiePackage
getProcesses
in interface KiePackage
public Collection<FactType> getFactTypes()
KiePackage
getFactTypes
in interface KiePackage
public Collection<Query> getQueries()
KiePackage
getQueries
in interface KiePackage
public Collection<String> getFunctionNames()
KiePackage
getFunctionNames
in interface KiePackage
public Collection<Global> getGlobalVariables()
KiePackage
getGlobalVariables
in interface KiePackage
|
jBPM distribution 6.0.0.Beta3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |