congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
RuleSetNode.getInMappings
Code IndexAdd Tabnine to your IDE (free)

How to use
getInMappings
method
in
org.jbpm.workflow.core.node.RuleSetNode

Best Java code snippets using org.jbpm.workflow.core.node.RuleSetNode.getInMappings (Showing top 4 results out of 315)

origin: kiegroup/jbpm

public String getInMapping(String parameterName) {
  return getInMappings().get(parameterName);
}

origin: kiegroup/jbpm

protected void writeIO(RuleSetNode ruleSetNode, StringBuilder xmlDump) {
  xmlDump.append("      <ioSpecification>" + EOL);
  for (Map.Entry<String, String> entry: ruleSetNode.getInMappings().entrySet()) {
    xmlDump.append("        <dataInput id=\"" + XmlBPMNProcessDumper.getUniqueNodeId(ruleSetNode) + "_" + XmlBPMNProcessDumper.replaceIllegalCharsAttribute(entry.getKey()) + "Input\" name=\"" + XmlBPMNProcessDumper.replaceIllegalCharsAttribute(entry.getKey()) + "\" />" + EOL);
  for (Map.Entry<String, String> entry: ruleSetNode.getInMappings().entrySet()) {
    xmlDump.append("          <dataInputRefs>" + XmlBPMNProcessDumper.getUniqueNodeId(ruleSetNode) + "_" + XmlDumper.replaceIllegalChars(entry.getKey()) + "Input</dataInputRefs>" + EOL);
  xmlDump.append(
    "      </ioSpecification>" + EOL);
  for (Map.Entry<String, String> entry: ruleSetNode.getInMappings().entrySet()) {
    xmlDump.append("      <dataInputAssociation>" + EOL);
    xmlDump.append(
origin: org.jbpm/jbpm-flow

public String getInMapping(String parameterName) {
  return getInMappings().get(parameterName);
}

origin: org.jbpm/jbpm-bpmn2

protected void writeIO(RuleSetNode ruleSetNode, StringBuilder xmlDump) {
  xmlDump.append("      <ioSpecification>" + EOL);
  for (Map.Entry<String, String> entry: ruleSetNode.getInMappings().entrySet()) {
    xmlDump.append("        <dataInput id=\"" + XmlBPMNProcessDumper.getUniqueNodeId(ruleSetNode) + "_" + XmlBPMNProcessDumper.replaceIllegalCharsAttribute(entry.getKey()) + "Input\" name=\"" + XmlBPMNProcessDumper.replaceIllegalCharsAttribute(entry.getKey()) + "\" />" + EOL);
  for (Map.Entry<String, String> entry: ruleSetNode.getInMappings().entrySet()) {
    xmlDump.append("          <dataInputRefs>" + XmlBPMNProcessDumper.getUniqueNodeId(ruleSetNode) + "_" + XmlDumper.replaceIllegalChars(entry.getKey()) + "Input</dataInputRefs>" + EOL);
  xmlDump.append(
    "      </ioSpecification>" + EOL);
  for (Map.Entry<String, String> entry: ruleSetNode.getInMappings().entrySet()) {
    xmlDump.append("      <dataInputAssociation>" + EOL);
    xmlDump.append(
org.jbpm.workflow.core.nodeRuleSetNodegetInMappings

Popular methods of RuleSetNode

  • getRuleFlowGroup
  • <init>
  • setRuleFlowGroup
  • getInAssociations
  • getLanguage
  • getOutAssociations
  • addInAssociation
  • addOutAssociation
  • addTimer
  • getDecision
  • getModel
  • getName
  • getModel,
  • getName,
  • getNamespace,
  • getOutMappings,
  • getParameters,
  • getTimers,
  • removeParameter,
  • setDecision,
  • setLanguage

Popular in Java

  • Updating database using SQL prepared statement
  • setContentView (Activity)
  • startActivity (Activity)
  • onRequestPermissionsResult (Fragment)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • JLabel (javax.swing)
  • JList (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now