All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addContext(Context context) |
void |
addInAssociation(DataAssociation dataAssociation) |
void |
addInMapping(String parameterName,
String variableName) |
void |
addOutAssociation(DataAssociation dataAssociation) |
void |
addOutMapping(String parameterName,
String variableName) |
Context |
getContext(String contextId) |
Context |
getContext(String contextType,
long id) |
List<Context> |
getContexts(String contextType) |
String |
getDecision() |
Context |
getDefaultContext(String contextType) |
List<DataAssociation> |
getInAssociations() |
String |
getInMapping(String parameterName) |
Map<String,String> |
getInMappings() |
String |
getLanguage() |
String |
getModel() |
String |
getNamespace() |
List<DataAssociation> |
getOutAssociations() |
String |
getOutMapping(String parameterName) |
Map<String,String> |
getOutMappings() |
Object |
getParameter(String param) |
Map<String,Object> |
getParameters() |
String |
getRuleFlowGroup() |
boolean |
isDMN() |
Object |
removeParameter(String param) |
void |
setDecision(String decision) |
void |
setDefaultContext(Context context) |
void |
setInMappings(Map<String,String> inMapping) |
void |
setLanguage(String language) |
void |
setModel(String model) |
void |
setNamespace(String namespace) |
void |
setOutMappings(Map<String,String> outMapping) |
void |
setParameter(String param,
Object value) |
void |
setParameters(Map<String,Object> parameters) |
void |
setRuleFlowGroup(String ruleFlowGroup) |
void |
validateAddIncomingConnection(String type,
org.kie.api.definition.process.Connection connection) |
void |
validateAddOutgoingConnection(String type,
org.kie.api.definition.process.Connection connection) |