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.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
-
CUSTOMER_CONDITION_USE_PK_PROPERTY
public static final java.lang.String CUSTOMER_CONDITION_USE_PK_PROPERTY
- See Also:
- Constant Field Values
-
-