Interface PlainAttr<A extends Any<?>>
- All Superinterfaces:
Entity
,Serializable
- All Known Subinterfaces:
APlainAttr
,GPlainAttr
,GroupablePlainAttr<A,
,M> LAPlainAttr
,UPlainAttr
- All Known Implementing Classes:
AbstractPlainAttr
,AbstractPlainAttr
,JSONAPlainAttr
,JSONAPlainAttr
,JSONGPlainAttr
,JSONGPlainAttr
,JSONLAPlainAttr
,JSONLAPlainAttr
,JSONUPlainAttr
,JSONUPlainAttr
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PlainAttrValidationManager validator, String value, AnyUtils anyUtils) void
add
(PlainAttrValidationManager validator, String value, PlainAttrValue attrValue) void
add
(PlainAttrValue attrValue) getOwner()
List
<? extends PlainAttrValue> void
void
setSchema
(PlainSchema schema) void
setUniqueValue
(PlainAttrUniqueValue uniqueValue)
-
Method Details
-
getOwner
A getOwner() -
setOwner
-
getSchemaKey
String getSchemaKey() -
getSchema
PlainSchema getSchema() -
setSchema
-
add
-
add
-
add
-
getUniqueValue
PlainAttrUniqueValue getUniqueValue() -
setUniqueValue
-
getValues
List<? extends PlainAttrValue> getValues() -
getValuesAsStrings
-