Class RuleEngineServicesConstants
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.constants.GeneratedRuleEngineServicesConstants
-
- de.hybris.platform.ruleengineservices.constants.RuleEngineServicesConstants
-
public final class RuleEngineServicesConstants extends GeneratedRuleEngineServicesConstants
Global class for all RuleEngineServices constants. You can add global constants for your extension into this class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.ruleengineservices.constants.GeneratedRuleEngineServicesConstants
GeneratedRuleEngineServicesConstants.Attributes, GeneratedRuleEngineServicesConstants.Enumerations, GeneratedRuleEngineServicesConstants.Relations, GeneratedRuleEngineServicesConstants.TC
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCUSTOMER_CONDITION_USE_PK_PROPERTYstatic intDEFAULT_MAX_ALLOWED_RUNSstatic java.lang.LongDEFAULT_RULE_VERSIONstatic java.lang.StringDEFAULT_RULEGROUP_CODE_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.since 1808.static java.lang.StringEXTENSIONNAME
-
-
-
Field Detail
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
- See Also:
- Constant Field Values
-
DEFAULT_MAX_ALLOWED_RUNS
public static final int DEFAULT_MAX_ALLOWED_RUNS
- See Also:
- Constant Field Values
-
DEFAULT_RULE_VERSION
public static final java.lang.Long DEFAULT_RULE_VERSION
-
DEFAULT_RULEGROUP_CODE_PROPERTY
@Deprecated(since="1808", forRemoval=true) public static final java.lang.String DEFAULT_RULEGROUP_CODE_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.since 1808. the property is not used and not functional anymore the property name for looking up the default rule group (defined e.g. in project.properties)- See Also:
- Constant Field Values
-
CUSTOMER_CONDITION_USE_PK_PROPERTY
public static final java.lang.String CUSTOMER_CONDITION_USE_PK_PROPERTY
- See Also:
- Constant Field Values
-
-