public class ValidatedBusinessProcessGrammarExtension extends ValidatedMarkerExpressionGrammar
This grammar extension provides the dynamic values for the businessProcessName and businessProcessStage parameter selections.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADD_STAGE_RULE_ID
the rule name that will be dynamically constructed for the add business process marker action
|
static java.lang.String |
ADD_STAGE_VALUE_INTRO_RULE_ID
the rule name that will be dynamically constructed for the token that preceeds the stage name in add stage actions
|
static java.lang.String |
CLASS_VERSION
class versioning info
|
static java.lang.String |
HAS_STAGE_VALUE_INTRO_RULE_ID
the rule name that will be dynamically constructed for the token that preceeds the stage name in has stage expressions
|
static java.lang.String |
HASLAST_STAGE_VALUE_INTRO_RULE_ID
the rule name that will be dynamically constructed for the token that preceeds the stage name in has last stage expressions
|
static java.lang.String |
HASLASTSTAGE_RULE_ID
the rule name that will be dynamically constructed for the has last business process marker conditional
|
static java.lang.String |
HASSTAGE_RULE_ID
the rule name that will be dynamically constructed for the has business process marker conditional
|
static java.lang.String |
MOSTRECENTBPSTAGE_VALUE_INTRO_RULE_ID
the ruleid used between key and value parameters of the mostRecentBusinessProcessStage expression
|
static java.lang.String |
MOSTRECENTSTAGE_RULE_ID
the rule name that will be dynamically constructed for the most recent business process marker conditional
|
static java.lang.String |
REMOVE_STAGE_RULE_ID
the rule name that will be dynamically constructed for the remove business process marker action
|
static java.lang.String |
REMOVE_STAGE_VALUE_INTRO_RULE_ID
the rule name that will be dynamically constructed for the token that preceeds the stage name in remove stage actions
|
ADD_MARKER_VALUE_INTRO_RULE_ID, HAS_MARKER_VALUE_INTRO_RULE_ID, HASLAST_MARKER_VALUE_INTRO_RULE_ID, HASLASTMARKERWITHKEY_VALUE_INTRO_RULE_ID, KEY_VALUE_PROPERTY_NAME, REMOVE_MARKER_VALUE_INTRO_RULE_ID| Constructor and Description |
|---|
ValidatedBusinessProcessGrammarExtension() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddMarkerRuleId()
Should return the grammar rule id for the dynamic add marker key/values
|
java.lang.String |
getAddMarkerValueIntroTextRuleId() |
java.lang.String |
getComponentPathWithKeyValues()
Should return the path to the component used for
obtaining the validated keys and values.
|
java.lang.String |
getHasLastMarkerRuleId()
Should return the grammar rule id for the dynamic hasLastMarker key/values
|
java.lang.String |
getHasLastMarkerValueIntroTextRuleId() |
java.lang.String |
getHasLastMarkerWithKeyRuleId()
Should return the grammar rule id for the dynamic hasMarker and
hasLastMarkerWithKey key/values
|
java.lang.String |
getHasLastMarkerWithKeyValueIntroTextRuleId() |
java.lang.String |
getHasMarkerRuleId()
Should return the grammar rule id for the dynamic hasMarker key/values
|
java.lang.String |
getHasMarkerValueIntroTextRuleId() |
java.lang.String |
getPropertyNameForKeysAndValues()
Should return the property name that contains the map of
keys and values.
|
java.lang.String |
getRemoveMarkerRuleId()
Should return the grammar rule id for the dynamic remove marker key/values
|
java.lang.String |
getRemoveMarkerValueIntroTextRuleId() |
addAddActionDefaultKeyValueChoice, addAnyValueChoice, addConditionKeyParamSequenceRule, addConditionValueChoiceRule, addHasConditionDefaultKeyValueChoice, addKeyParamSequenceRule, addKeyParamSequenceRuleForCondition, addKeyValueChoicesForActionParam, addKeyValueChoicesForConditionParam, addLiteralChoiceToken, addNullChoice, addRemoveActionDefaultKeyValueChoice, addScenarioExpression, addScenarioExpression, addStringChoice, addValueChoiceRule, addValueParamIntroConstruct, addValueParamIntroConstruct, completeExtendedGrammar, createActionParamSequenceRule, createConditionParamSequenceRule, createConstantActionParamSequenceRule, createConstantConditionParamSequenceRule, getKeyValueMapFromComponent, populateAddMarkerKeyValueChoices, populateHasLastMarkerKeyValueChoices, populateHasLastMarkerWithKeyKeyValueChoices, populateHasMarkerKeyValueChoices, populateRemoveMarkerKeyValueChoicespublic static java.lang.String CLASS_VERSION
public static final java.lang.String ADD_STAGE_RULE_ID
public static final java.lang.String REMOVE_STAGE_RULE_ID
public static final java.lang.String HASSTAGE_RULE_ID
public static final java.lang.String HASLASTSTAGE_RULE_ID
public static final java.lang.String MOSTRECENTSTAGE_RULE_ID
public static final java.lang.String ADD_STAGE_VALUE_INTRO_RULE_ID
public static final java.lang.String REMOVE_STAGE_VALUE_INTRO_RULE_ID
public static final java.lang.String HAS_STAGE_VALUE_INTRO_RULE_ID
public static final java.lang.String HASLAST_STAGE_VALUE_INTRO_RULE_ID
public static final java.lang.String MOSTRECENTBPSTAGE_VALUE_INTRO_RULE_ID
public ValidatedBusinessProcessGrammarExtension()
public java.lang.String getPropertyNameForKeysAndValues()
getPropertyNameForKeysAndValues in class ValidatedMarkerExpressionGrammarpublic java.lang.String getComponentPathWithKeyValues()
ValidatedMarkerExpressionGrammargetComponentPathWithKeyValues in class ValidatedMarkerExpressionGrammarpublic java.lang.String getHasLastMarkerRuleId()
getHasLastMarkerRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getHasLastMarkerWithKeyRuleId()
ValidatedMarkerExpressionGrammargetHasLastMarkerWithKeyRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getHasMarkerRuleId()
ValidatedMarkerExpressionGrammargetHasMarkerRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getAddMarkerRuleId()
ValidatedMarkerExpressionGrammargetAddMarkerRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getRemoveMarkerRuleId()
ValidatedMarkerExpressionGrammargetRemoveMarkerRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getAddMarkerValueIntroTextRuleId()
getAddMarkerValueIntroTextRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getRemoveMarkerValueIntroTextRuleId()
getRemoveMarkerValueIntroTextRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getHasMarkerValueIntroTextRuleId()
getHasMarkerValueIntroTextRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getHasLastMarkerValueIntroTextRuleId()
getHasLastMarkerValueIntroTextRuleId in class ValidatedMarkerExpressionGrammarpublic java.lang.String getHasLastMarkerWithKeyValueIntroTextRuleId()
getHasLastMarkerWithKeyValueIntroTextRuleId in class ValidatedMarkerExpressionGrammar