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 voidPlainAttrValueDAO. 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 interfaceAny<P extends PlainAttr<?>>interfaceAttributable<P extends PlainAttr<?>>Subinterfaces of PlainAttr in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interfaceGroupablePlainAttr<A extends Any<?>,M extends Membership<A>>interfaceJSONLAPlainAttrinterfaceJSONPlainAttr<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 voidPlainAttrValue. 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 interfaceAPlainAttr -
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 interfaceGPlainAttr -
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 interfaceLAPlainAttrinterfaceUPlainAttr -
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 voidJPAJSONPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)voidJPAPlainAttrValueDAO. 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 classAbstractAny<P extends PlainAttr<?>>Classes in org.apache.syncope.core.persistence.jpa.entity that implement PlainAttr Modifier and Type Class Description classAbstractPlainAttr<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 classJPAAPlainAttrclassJPAJSONAPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type PlainAttr Modifier and Type Method Description voidJPAAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPAAPlainAttrValue. setAttr(PlainAttr<?> attr)voidJPAJSONAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPAJSONAPlainAttrValue. 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 classJPAGPlainAttrclassJPAJSONGPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type PlainAttr Modifier and Type Method Description voidJPAGPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPAGPlainAttrValue. setAttr(PlainAttr<?> attr)voidJPAJSONGPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPAJSONGPlainAttrValue. 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 classJPAJSONLAPlainAttrclassJPAJSONUPlainAttrclassJPALAPlainAttrclassJPAUPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type PlainAttr Modifier and Type Method Description voidJPAJSONLAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPAJSONLAPlainAttrValue. setAttr(PlainAttr<?> attr)voidJPAJSONUPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPAJSONUPlainAttrValue. setAttr(PlainAttr<?> attr)voidJPALAPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPALAPlainAttrValue. setAttr(PlainAttr<?> attr)voidJPAUPlainAttrUniqueValue. setAttr(PlainAttr<?> attr)voidJPAUPlainAttrValue. 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 booleanJPAPlainAttrValidator. 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 voidJexlUtils. addPlainAttrsToContext(Collection<? extends PlainAttr<?>> attrs, JexlContext jexlContext)
-