#if ($parameters && !$parameters.isEmpty())
$messages.parameter-name |
$messages.parameter-bomType |
$messages.parameter-direction |
$messages.parameter-verbalization |
$messages.parameter-defaultValue |
#foreach($parameter in $parameters)
$parameter.name.localizedValue |
$parameter.bomType.localizedValue |
$parameter.direction.localizedValue |
$parameter.verbalization.localizedValue |
$parameter.initialValue.localizedValue |
#end
#end
#if ($variableSets && !$variableSets.isEmpty())
#foreach($variableSet in $variableSets)
-
$variableSet.name.localizedValue
$messages.variable-name |
$messages.variable-bomType |
$messages.variable-verbalization |
$messages.variable-initialValue |
#foreach($variable in $variableSet.variables.value)
$variable.name.localizedValue |
$variable.bomType.localizedValue |
$variable.verbalization.localizedValue |
$variable.initialValue.localizedValue |
#end
#end
#end
#if ($ruleArtifacts && !$ruleArtifacts.isEmpty())
#foreach($project in $projects)
-
#foreach($package in $project.packages)
-
#foreach($ruleArtifact in $package.elements)
-
#if ($ruleArtifact.preconditions)
#displayValue($ruleArtifact, "preconditions","$messages.ruleArtifact-preconditions")
#end
#displayValue($ruleArtifact, "definition", "$messages.ruleArtifact-definition")
#displayValue($ruleArtifact, "documentation","$messages.ruleArtifact-documentation")
$messages.ruleArtifact-properties
#displayProperties($ruleArtifact, ["name", "preconditions", "permalink","definition", "documentation", "type", "path", "id"])
#end
#end
#end
#end
#if ($ruleflows && !$ruleflows.isEmpty())
#foreach($ruleflow in $ruleflows)
-
$messages.ruleflow-diagram
$messages.tasks-section-title
#foreach($task in $ruleflow.rftasks.value)
#if (!$task.empty)
-
#if ($task.type == "ruletask")
#if (!$task.scopeEmpty)
$messages.task-scopes
#foreach($entry in $task.scopeEntries)
-
#if ($ruleArtifacts && !$ruleArtifacts.isEmpty())
#if ("true" == $entry.found)
#else
$entry.label
#end
#end
#end
#end
#end
$messages.task-properties
#if ($task.generic)
#if (!$task.initialActionsEmpty)
$messages.initialActions | $task.initialActions |
#end
#if (!$task.finalActionsEmpty)
$messages.finalActions | $task.finalActions |
#end
#end
#if ($task.bodyable)
#if (!$task.bodyEmpty)
$messages.functionCode | $task.body |
#end
#end
#if ($task.type == "ruletask")
#if (!$task.selectEmpty)
$messages.select | $task.select |
#end
$messages.algorithm | $task.executionMode |
$messages.ordering | $task.ordering |
$messages.exitCriteria | $task.exitCriteria |
#end
#end
#end
#displayValue($ruleflow, "documentation", "$messages.ruleflow-documentation")
$messages.ruleflow-properties
#displayProperties($ruleflow, ["name", "diagram", "id", "body", "tasks", "documentation","permalink", "type", "scopes", "path", "rftasks", "initialActions", "finalActions"])
#end
#end