Uses of Interface
org.apache.syncope.core.persistence.api.entity.group.TypeExtension
Packages that use TypeExtension
Package
Description
-
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 -
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 TypeExtensionModifier and TypeMethodDescriptionOptional<? 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 -
Uses of TypeExtension in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type TypeExtensionModifier and TypeMethodDescriptionGroupRepoExt.findTypeExtensions(AnyTypeClass anyTypeClass) GroupRepoExtImpl.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 TypeExtensionMethods in org.apache.syncope.core.persistence.jpa.entity.group that return types with arguments of type TypeExtensionModifier and TypeMethodDescriptionOptional<? 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 -
Uses of TypeExtension in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type TypeExtensionModifier and TypeMethodDescriptionGroupRepoExt.findTypeExtensions(AnyTypeClass anyTypeClass) GroupRepoExtImpl.findTypeExtensions(AnyTypeClass anyTypeClass) -
Uses of TypeExtension in org.apache.syncope.core.persistence.neo4j.entity.group
Classes in org.apache.syncope.core.persistence.neo4j.entity.group that implement TypeExtensionMethods in org.apache.syncope.core.persistence.neo4j.entity.group that return types with arguments of type TypeExtensionModifier and TypeMethodDescriptionOptional<? extends TypeExtension> Neo4jGroup.getTypeExtension(AnyType anyType) List<? extends TypeExtension> Neo4jGroup.getTypeExtensions()Methods in org.apache.syncope.core.persistence.neo4j.entity.group with parameters of type 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 -
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