Class DisableConditions
java.lang.Object
org.ametys.runtime.model.disableconditions.DisableConditions
Disable conditions for config parameters.
Composed by a list of conditions or disable conditions and a association operator
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Association between sub conditions -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the associationGet the conditionsGet the sub conditionsvoid
setAssociation
(DisableConditions.ASSOCIATION_TYPE associationType) Set the association
-
Constructor Details
-
DisableConditions
public DisableConditions()Creates a disable conditions
-
-
Method Details
-
getConditions
Get the conditions- Returns:
- The list of conditions
-
getSubConditions
Get the sub conditions- Returns:
- The list of underlying conditions
-
getAssociationType
Get the association- Returns:
- The association
-
setAssociation
Set the association- Parameters:
associationType
- The new association between underlying conditions
-