Uses of Interface
org.apache.syncope.core.persistence.api.entity.VirSchema
-
-
Uses of VirSchema in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type VirSchema Modifier and Type Method Description List<VirSchema>VirSchemaDAO. find(String resource, String anyType) -
Uses of VirSchema in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type VirSchema Modifier and Type Method Description List<? extends VirSchema>AnyTypeClass. getVirSchemas()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type VirSchema Modifier and Type Method Description booleanAnyTypeClass. add(VirSchema schema) -
Uses of VirSchema in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return VirSchema Modifier and Type Method Description VirSchemaJPAVirSchemaDAO. find(String key)VirSchemaJPAVirSchemaDAO. save(VirSchema schema)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type VirSchema Modifier and Type Method Description List<VirSchema>JPAVirSchemaDAO. find(String resource, String anyType)List<VirSchema>JPAVirSchemaDAO. findAll()List<VirSchema>JPAVirSchemaDAO. findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses)List<VirSchema>JPAVirSchemaDAO. findByKeyword(String keyword)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type VirSchema Modifier and Type Method Description VirSchemaJPAVirSchemaDAO. save(VirSchema schema) -
Uses of VirSchema in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement VirSchema Modifier and Type Class Description classJPAVirSchemaMethods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type VirSchema Modifier and Type Method Description List<? extends VirSchema>JPAAnyTypeClass. getVirSchemas()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type VirSchema Modifier and Type Method Description booleanJPAAnyTypeClass. add(VirSchema schema) -
Uses of VirSchema in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return types with arguments of type VirSchema Modifier and Type Method Description Map<VirSchema,List<String>>VirAttrHandler. getValues(Any<?> any)Query external resources (or cache, if configured) associated to the given any for values associated to allVirSchemainstances in theAnyTypeClassassociated to the given any, with no membership.Map<VirSchema,List<String>>VirAttrHandler. getValues(Any<?> any, Membership<?> membership)Query external resources (or cache, if configured) associated to the given any for values associated to allVirSchemainstances in theAnyTypeClassassociated to the given any, for the given membership.Methods in org.apache.syncope.core.provisioning.api with parameters of type VirSchema Modifier and Type Method Description List<String>VirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)Query external resource (or cache, if configured) associated to the given any for values associated to the given virtual schema, for the given membership.List<String>VirAttrHandler. getValues(Any<?> any, VirSchema schema)Query external resource (or cache, if configured) associated to the given any for values associated to the given virtual schema, not related to any membership. -
Uses of VirSchema in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return VirSchema Modifier and Type Method Description VirSchemaSchemaDataBinder. create(VirSchemaTO schemaTO)VirSchemaSchemaDataBinder. update(VirSchemaTO schemaTO, VirSchema virSchema)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type VirSchema Modifier and Type Method Description VirSchemaSchemaDataBinder. update(VirSchemaTO schemaTO, VirSchema virSchema) -
Uses of VirSchema in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return types with arguments of type VirSchema Modifier and Type Method Description Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any)protected Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any, Set<VirSchema> schemas)Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership)Methods in org.apache.syncope.core.provisioning.java with parameters of type VirSchema Modifier and Type Method Description List<String>DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)List<String>DefaultVirAttrHandler. getValues(Any<?> any, VirSchema schema)Method parameters in org.apache.syncope.core.provisioning.java with type arguments of type VirSchema Modifier and Type Method Description protected Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any, Set<VirSchema> schemas) -
Uses of VirSchema in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return VirSchema Modifier and Type Method Description VirSchemaSchemaDataBinderImpl. create(VirSchemaTO schemaTO)protected VirSchemaSchemaDataBinderImpl. fill(VirSchema schema, VirSchemaTO schemaTO)VirSchemaSchemaDataBinderImpl. update(VirSchemaTO schemaTO, VirSchema schema)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type VirSchema Modifier and Type Method Description protected VirSchemaSchemaDataBinderImpl. fill(VirSchema schema, VirSchemaTO schemaTO)VirSchemaSchemaDataBinderImpl. update(VirSchemaTO schemaTO, VirSchema schema)
-