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 booleanAnyTypeClass. 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 DerSchemaJPADerSchemaDAO. find(String key)DerSchemaJPADerSchemaDAO. 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)DerSchemaJPADerSchemaDAO. 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 classJPADerSchemaMethods 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 booleanJPAAnyTypeClass. 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 StringDerAttrHandler. getValue(Any<?> any, DerSchema schema)Calculates derived attribute value associated to the given any, for the given derived schema.StringDerAttrHandler. 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 DerSchemaSchemaDataBinder. create(DerSchemaTO schemaTO)DerSchemaSchemaDataBinder. update(DerSchemaTO schemaTO, DerSchema derSchema)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type DerSchema Modifier and Type Method Description DerSchemaSchemaDataBinder. 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 StringDefaultDerAttrHandler. getValue(Any<?> any, DerSchema schema)StringDefaultDerAttrHandler. 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 DerSchemaSchemaDataBinderImpl. create(DerSchemaTO schemaTO)protected DerSchemaSchemaDataBinderImpl. fill(DerSchema schema, DerSchemaTO schemaTO)DerSchemaSchemaDataBinderImpl. 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 DerSchemaSchemaDataBinderImpl. fill(DerSchema schema, DerSchemaTO schemaTO)DerSchemaSchemaDataBinderImpl. update(DerSchemaTO schemaTO, DerSchema schema)
-