Interface APlainAttr
-
- All Superinterfaces:
Entity,GroupablePlainAttr<AnyObject,AMembership>,PlainAttr<AnyObject>,Serializable
- All Known Implementing Classes:
JPAAPlainAttr,JPAJSONAPlainAttr
public interface APlainAttr extends GroupablePlainAttr<AnyObject,AMembership>
-
-
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 APlainAttrUniqueValuegetUniqueValue()List<? extends APlainAttrValue>getValues()-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.GroupablePlainAttr
getMembership, setMembership
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttr
add, add, getOwner, getSchema, getValuesAsStrings, setOwner, setSchema, setUniqueValue
-
-
-
-
Method Detail
-
getValues
List<? extends APlainAttrValue> getValues()
-
getUniqueValue
APlainAttrUniqueValue getUniqueValue()
- Specified by:
getUniqueValuein interfacePlainAttr<AnyObject>
-
-