Uses of Interface
org.apache.syncope.core.persistence.api.entity.group.GPlainAttr
-
Packages that use GPlainAttr Package Description org.apache.syncope.core.persistence.api.entity.group org.apache.syncope.core.persistence.jpa.entity.group -
-
Uses of GPlainAttr in org.apache.syncope.core.persistence.api.entity.group
Methods in org.apache.syncope.core.persistence.api.entity.group that return GPlainAttr Modifier and Type Method Description GPlainAttrGPlainAttrUniqueValue. getAttr()GPlainAttrGPlainAttrValue. getAttr() -
Uses of GPlainAttr in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement GPlainAttr Modifier and Type Class Description classJPAGPlainAttrclassJPAJSONGPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.group that return GPlainAttr Modifier and Type Method Description GPlainAttrJPAGPlainAttrUniqueValue. getAttr()GPlainAttrJPAGPlainAttrValue. getAttr()GPlainAttrJPAJSONGPlainAttrUniqueValue. getAttr()GPlainAttrJPAJSONGPlainAttrValue. getAttr()Methods in org.apache.syncope.core.persistence.jpa.entity.group that return types with arguments of type GPlainAttr Modifier and Type Method Description Optional<? extends GPlainAttr>JPAGroup. getPlainAttr(String plainSchema)List<? extends GPlainAttr>JPAGroup. getPlainAttrs()List<? extends GPlainAttr>JPAJSONGroup. getPlainAttrs()Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type GPlainAttr Modifier and Type Method Description booleanJPAGroup. add(GPlainAttr attr)booleanJPAJSONGroup. add(GPlainAttr attr)booleanJPAGroup. remove(GPlainAttr attr)booleanJPAJSONGroup. remove(GPlainAttr attr)
-