Uses of Interface
org.apache.syncope.core.persistence.api.entity.PlainAttr
-
-
Uses of PlainAttr in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with type parameters of type PlainAttr Modifier and Type Method Description <T extends PlainAttr<?>>
voidPlainAttrDAO. delete(T attr)
Deletes the given plain attribute and removes it from its owner.<T extends PlainAttr<?>>
List<T>PlainSchemaDAO. findAttrs(PlainSchema schema, Class<T> reference)
<T extends PlainAttr<?>>
booleanPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type PlainAttr Modifier and Type Method Description void
PlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
Deletes and remove all values of the given attribute. -
Uses of PlainAttr in org.apache.syncope.core.persistence.api.entity
Classes in org.apache.syncope.core.persistence.api.entity with type parameters of type PlainAttr Modifier and Type Interface Description interface
Any<P extends PlainAttr<?>>
interface
Attributable<P extends PlainAttr<?>>
Subinterfaces of PlainAttr in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interface
GroupablePlainAttr<A extends Any<?>,M extends Membership<A>>
interface
JSONLAPlainAttr
interface
JSONPlainAttr<A extends Any<?>>
Methods in org.apache.syncope.core.persistence.api.entity with type parameters of type PlainAttr Modifier and Type Method Description <T extends PlainAttr<?>>
TAnyUtils. newPlainAttr()
<T extends PlainAttr<?>>
Class<T>AnyUtils. plainAttrClass()
Methods in org.apache.syncope.core.persistence.api.entity that return PlainAttr Modifier and Type Method Description PlainAttr<?>
PlainAttrValue. getAttr()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type PlainAttr Modifier and Type Method Description void
PlainAttrValue. setAttr(PlainAttr<?> attr)
-
Uses of PlainAttr in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of PlainAttr in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interface
APlainAttr
-
Uses of PlainAttr in org.apache.syncope.core.persistence.api.entity.group
Subinterfaces of PlainAttr in org.apache.syncope.core.persistence.api.entity.group Modifier and Type Interface Description interface
GPlainAttr
-
Uses of PlainAttr in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of PlainAttr in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interface
LAPlainAttr
interface
UPlainAttr
-
Uses of PlainAttr in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with type parameters of type PlainAttr Modifier and Type Method Description <T extends PlainAttr<?>>
voidJPAJSONPlainAttrDAO. delete(T plainAttr)
<T extends PlainAttr<?>>
voidJPAPlainAttrDAO. delete(T plainAttr)
<T extends PlainAttr<?>>
List<T>JPAPlainSchemaDAO. findAttrs(PlainSchema schema, Class<T> reference)
static <T extends PlainAttr<?>>
Class<? extends AbstractPlainAttr<?>>JPAPlainAttrDAO. getEntityReference(Class<T> reference)
<T extends PlainAttr<?>>
booleanJPAPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)
<T extends PlainAttr<?>>
booleanMaJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)
<T extends PlainAttr<?>>
booleanMyJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)
<T extends PlainAttr<?>>
booleanOJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)
<T extends PlainAttr<?>>
booleanPGJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type PlainAttr Modifier and Type Method Description void
JPAJSONPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
void
JPAPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
-
Uses of PlainAttr in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity with type parameters of type PlainAttr Modifier and Type Class Description class
AbstractAny<P extends PlainAttr<?>>
Classes in org.apache.syncope.core.persistence.jpa.entity that implement PlainAttr Modifier and Type Class Description class
AbstractPlainAttr<O extends Any<?>>
Methods in org.apache.syncope.core.persistence.jpa.entity with type parameters of type PlainAttr Modifier and Type Method Description <T extends PlainAttr<?>>
TJPAAnyUtils. newPlainAttr()
<T extends PlainAttr<?>>
Class<T>JPAAnyUtils. plainAttrClass()
-
Uses of PlainAttr in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement PlainAttr Modifier and Type Class Description class
JPAAPlainAttr
class
JPAJSONAPlainAttr
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type PlainAttr Modifier and Type Method Description void
JPAAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPAAPlainAttrValue. setAttr(PlainAttr<?> attr)
void
JPAJSONAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPAJSONAPlainAttrValue. setAttr(PlainAttr<?> attr)
-
Uses of PlainAttr in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement PlainAttr Modifier and Type Class Description class
JPAGPlainAttr
class
JPAJSONGPlainAttr
Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type PlainAttr Modifier and Type Method Description void
JPAGPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPAGPlainAttrValue. setAttr(PlainAttr<?> attr)
void
JPAJSONGPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPAJSONGPlainAttrValue. setAttr(PlainAttr<?> attr)
-
Uses of PlainAttr in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement PlainAttr Modifier and Type Class Description class
JPAJSONLAPlainAttr
class
JPAJSONUPlainAttr
class
JPALAPlainAttr
class
JPAUPlainAttr
Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type PlainAttr Modifier and Type Method Description void
JPAJSONLAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPAJSONLAPlainAttrValue. setAttr(PlainAttr<?> attr)
void
JPAJSONUPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPAJSONUPlainAttrValue. setAttr(PlainAttr<?> attr)
void
JPALAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPALAPlainAttrValue. setAttr(PlainAttr<?> attr)
void
JPAUPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)
void
JPAUPlainAttrValue. setAttr(PlainAttr<?> attr)
-
Uses of PlainAttr in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type PlainAttr Modifier and Type Method Description boolean
JPAPlainAttrValidator. isValid(PlainAttr<?> attr, javax.validation.ConstraintValidatorContext context)
-
Uses of PlainAttr in org.apache.syncope.core.provisioning.api.jexl
Method parameters in org.apache.syncope.core.provisioning.api.jexl with type arguments of type PlainAttr Modifier and Type Method Description static void
JexlUtils. addPlainAttrsToContext(Collection<? extends PlainAttr<?>> attrs, JexlContext jexlContext)
-