Class RestrictionClause
- java.lang.Object
-
- org.apache.sling.repoinit.parser.operations.RestrictionClause
-
@ProviderType @Deprecated(since="2024-02-12") public final class RestrictionClause extends java.lang.Object
Deprecated.Usage of this deprecated API is not supported in AEM as a Cloud Service.Single restriction(name,values*)
-
-
Constructor Summary
Constructors Constructor Description RestrictionClause(java.lang.String name, java.util.List<java.lang.String> values)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated.java.util.List<java.lang.String>getValues()Deprecated.java.lang.StringtoString()Deprecated.
-