Uses of Interface
org.apache.syncope.core.persistence.api.entity.DerSchema
-
-
Uses of DerSchema in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type DerSchema Modifier and Type Method Description List<A>
AnyDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)
Find any objects by derived attribute value.<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByDerAttrValue(String table, AnyUtils anyUtils, DerSchema schema, String value, boolean ignoreCaseMatch)
-
Uses of DerSchema in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type DerSchema Modifier and Type Method Description List<? extends DerSchema>
AnyTypeClass. getDerSchemas()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type DerSchema Modifier and Type Method Description boolean
AnyTypeClass. add(DerSchema schema)
-
Uses of DerSchema in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return DerSchema Modifier and Type Method Description DerSchema
JPADerSchemaDAO. find(String key)
DerSchema
JPADerSchemaDAO. save(DerSchema schema)
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type DerSchema Modifier and Type Method Description List<DerSchema>
JPADerSchemaDAO. findAll()
List<DerSchema>
JPADerSchemaDAO. findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses)
List<DerSchema>
JPADerSchemaDAO. findByKeyword(String keyword)
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type DerSchema Modifier and Type Method Description List<A>
AbstractAnyDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)
List<AnyObject>
JPAJSONAnyObjectDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)
List<Group>
JPAJSONGroupDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)
List<User>
JPAJSONUserDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)
DerSchema
JPADerSchemaDAO. save(DerSchema schema)
-
Uses of DerSchema in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement DerSchema Modifier and Type Class Description class
JPADerSchema
Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type DerSchema Modifier and Type Method Description List<? extends DerSchema>
JPAAnyTypeClass. getDerSchemas()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type DerSchema Modifier and Type Method Description boolean
JPAAnyTypeClass. add(DerSchema schema)
-
Uses of DerSchema in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return types with arguments of type DerSchema Modifier and Type Method Description Map<DerSchema,String>
DerAttrHandler. getValues(Any<?> any)
Calculates derived attributes values associated to the given any.Map<DerSchema,String>
DerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership)
Calculates derived attributes values associated to the given any, for the given membership.Methods in org.apache.syncope.core.provisioning.api with parameters of type DerSchema Modifier and Type Method Description String
DerAttrHandler. getValue(Any<?> any, DerSchema schema)
Calculates derived attribute value associated to the given any, for the given derived schema.String
DerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)
Calculates derived attribute value associated to the given any, for the given membership and derived schema. -
Uses of DerSchema in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return DerSchema Modifier and Type Method Description DerSchema
SchemaDataBinder. create(DerSchemaTO schemaTO)
DerSchema
SchemaDataBinder. update(DerSchemaTO schemaTO, DerSchema derSchema)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type DerSchema Modifier and Type Method Description DerSchema
SchemaDataBinder. update(DerSchemaTO schemaTO, DerSchema derSchema)
-
Uses of DerSchema in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return types with arguments of type DerSchema Modifier and Type Method Description Map<DerSchema,String>
DefaultDerAttrHandler. getValues(Any<?> any)
protected static Map<DerSchema,String>
DefaultDerAttrHandler. getValues(Any<?> any, Set<DerSchema> schemas)
Map<DerSchema,String>
DefaultDerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership)
protected static Map<DerSchema,String>
DefaultDerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership, Set<DerSchema> schemas)
Methods in org.apache.syncope.core.provisioning.java with parameters of type DerSchema Modifier and Type Method Description String
DefaultDerAttrHandler. getValue(Any<?> any, DerSchema schema)
String
DefaultDerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)
Method parameters in org.apache.syncope.core.provisioning.java with type arguments of type DerSchema Modifier and Type Method Description protected static Map<DerSchema,String>
DefaultDerAttrHandler. getValues(Any<?> any, Set<DerSchema> schemas)
protected static Map<DerSchema,String>
DefaultDerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership, Set<DerSchema> schemas)
-
Uses of DerSchema in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return DerSchema Modifier and Type Method Description DerSchema
SchemaDataBinderImpl. create(DerSchemaTO schemaTO)
protected DerSchema
SchemaDataBinderImpl. fill(DerSchema schema, DerSchemaTO schemaTO)
DerSchema
SchemaDataBinderImpl. update(DerSchemaTO schemaTO, DerSchema schema)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type DerSchema Modifier and Type Method Description protected DerSchema
SchemaDataBinderImpl. fill(DerSchema schema, DerSchemaTO schemaTO)
DerSchema
SchemaDataBinderImpl. update(DerSchemaTO schemaTO, DerSchema schema)
-