Interface JSONPlainAttr<A extends Any<?>>
-
- All Superinterfaces:
Entity
,PlainAttr<A>
,Serializable
- All Known Subinterfaces:
JSONLAPlainAttr
- All Known Implementing Classes:
JPAJSONAPlainAttr
,JPAJSONGPlainAttr
,JPAJSONLAPlainAttr
,JPAJSONUPlainAttr
public interface JSONPlainAttr<A extends Any<?>> extends PlainAttr<A>
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
add(PlainAttrValue value)
String
getSchemaKey()
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttr
add, add, getOwner, getSchema, getUniqueValue, getValues, getValuesAsStrings, setOwner, setSchema, setUniqueValue
-
-
-
-
Method Detail
-
getSchemaKey
String getSchemaKey()
-
add
boolean add(PlainAttrValue value)
-
-