Uses of Class
org.jbpm.ruleflow.core.RuleFlowProcess
-
Packages that use RuleFlowProcess Package Description org.jbpm.bpmn2.xml org.jbpm.ruleflow.core org.jbpm.ruleflow.core.validation org.jbpm.ruleflow.instance -
-
Uses of RuleFlowProcess in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml with parameters of type RuleFlowProcess Modifier and Type Method Description protected static voidProcessHandler. addCompensationScope(RuleFlowProcess process, org.kie.api.definition.process.Node node, org.kie.api.definition.process.NodeContainer parentContainer, String compensationHandlerId)static Map<String,CorrelationSubscription>HandlerUtil. correlationSuscription(RuleFlowProcess process) -
Uses of RuleFlowProcess in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return RuleFlowProcess Modifier and Type Method Description RuleFlowProcessRuleFlowProcessFactory. getProcess()protected RuleFlowProcessRuleFlowProcessFactory. getRuleFlowProcess() -
Uses of RuleFlowProcess in org.jbpm.ruleflow.core.validation
Methods in org.jbpm.ruleflow.core.validation with parameters of type RuleFlowProcess Modifier and Type Method Description protected voidRuleFlowProcessValidator. addErrorMessage(RuleFlowProcess process, org.kie.api.definition.process.Node node, List<ProcessValidationError> errors, String message)protected voidRuleFlowProcessValidator. validateCompensationIntermediateOrEndEvent(org.kie.api.definition.process.Node node, RuleFlowProcess process, List<ProcessValidationError> errors)ProcessValidationError[]RuleFlowProcessValidator. validateProcess(RuleFlowProcess process) -
Uses of RuleFlowProcess in org.jbpm.ruleflow.instance
Methods in org.jbpm.ruleflow.instance that return RuleFlowProcess Modifier and Type Method Description RuleFlowProcessRuleFlowProcessInstance. getRuleFlowProcess()
-