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
Nested ClassesModifier and TypeClassDescriptionstatic enumAssociation between sub conditions - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the associationGet the conditionsGet the sub conditionsvoidsetAssociation(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
 
 -