Uses of Interface
org.apache.syncope.core.persistence.api.entity.group.TypeExtension
-
-
Uses of TypeExtension in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type TypeExtension Modifier and Type Method Description List<TypeExtension>
GroupDAO. findTypeExtensions(AnyTypeClass anyTypeClass)
-
Uses of TypeExtension in org.apache.syncope.core.persistence.api.entity.group
Methods in org.apache.syncope.core.persistence.api.entity.group that return types with arguments of type TypeExtension Modifier and Type Method Description Optional<? extends TypeExtension>
Group. getTypeExtension(AnyType anyType)
List<? extends TypeExtension>
Group. getTypeExtensions()
Methods in org.apache.syncope.core.persistence.api.entity.group with parameters of type TypeExtension Modifier and Type Method Description boolean
Group. add(TypeExtension typeExtension)
-
Uses of TypeExtension in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type TypeExtension Modifier and Type Method Description List<TypeExtension>
JPAGroupDAO. findTypeExtensions(AnyTypeClass anyTypeClass)
-
Uses of TypeExtension in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement TypeExtension Modifier and Type Class Description class
JPATypeExtension
Methods in org.apache.syncope.core.persistence.jpa.entity.group that return types with arguments of type TypeExtension Modifier and Type Method Description Optional<? extends TypeExtension>
JPAGroup. getTypeExtension(AnyType anyType)
List<? extends TypeExtension>
JPAGroup. getTypeExtensions()
Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type TypeExtension Modifier and Type Method Description boolean
JPAGroup. add(TypeExtension typeExtension)
-
Uses of TypeExtension in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type TypeExtension Modifier and Type Method Description TypeExtensionTO
GroupDataBinder. getTypeExtensionTO(TypeExtension typeExt)
-
Uses of TypeExtension in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type TypeExtension Modifier and Type Method Description TypeExtensionTO
GroupDataBinderImpl. getTypeExtensionTO(TypeExtension typeExt)
-