Uses of Interface
org.apache.syncope.core.persistence.api.entity.anyobject.APlainAttr
-
Packages that use APlainAttr Package Description org.apache.syncope.core.persistence.api.entity.anyobject org.apache.syncope.core.persistence.jpa.entity.anyobject -
-
Uses of APlainAttr in org.apache.syncope.core.persistence.api.entity.anyobject
Methods in org.apache.syncope.core.persistence.api.entity.anyobject that return APlainAttr Modifier and Type Method Description APlainAttrAPlainAttrUniqueValue. getAttr()APlainAttrAPlainAttrValue. getAttr() -
Uses of APlainAttr in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement APlainAttr Modifier and Type Class Description classJPAAPlainAttrclassJPAJSONAPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return APlainAttr Modifier and Type Method Description APlainAttrJPAAPlainAttrUniqueValue. getAttr()APlainAttrJPAAPlainAttrValue. getAttr()APlainAttrJPAJSONAPlainAttrUniqueValue. getAttr()APlainAttrJPAJSONAPlainAttrValue. getAttr()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return types with arguments of type APlainAttr Modifier and Type Method Description Optional<? extends APlainAttr>JPAJSONAnyObject. getPlainAttr(String plainSchema)Optional<? extends APlainAttr>JPAJSONAnyObject. getPlainAttr(String plainSchema, Membership<?> membership)List<? extends APlainAttr>JPAJSONAnyObject. getPlainAttrs()protected List<? extends APlainAttr>JPAAnyObject. internalGetPlainAttrs()protected List<? extends APlainAttr>JPAJSONAnyObject. internalGetPlainAttrs()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type APlainAttr Modifier and Type Method Description booleanJPAAnyObject. add(APlainAttr attr)booleanJPAJSONAnyObject. add(APlainAttr attr)booleanJPAJSONAnyObject. remove(APlainAttr attr)
-