Uses of Interface
org.apache.syncope.core.persistence.api.entity.Groupable
Packages that use Groupable
Package
Description
-
Uses of Groupable in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of Groupable in org.apache.syncope.core.persistence.api.entity.anyobject -
Uses of Groupable in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of Groupable in org.apache.syncope.core.persistence.api.entity.user -
Uses of Groupable in org.apache.syncope.core.persistence.common.dao
Methods in org.apache.syncope.core.persistence.common.dao with parameters of type GroupableModifier and TypeMethodDescriptionprotected booleanAbstractAnyMatchDAO.matches(Groupable<?, ?, ?> any, MembershipCond cond, boolean not) -
Uses of Groupable in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement GroupableModifier and TypeClassDescriptionclassAbstractGroupableRelatable<L extends Any,M extends Membership<L>, REL extends Relationship<L, AnyObject>> -
Uses of Groupable in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement Groupable -
Uses of Groupable in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement Groupable -
Uses of Groupable in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement GroupableModifier and TypeClassDescriptionclassAbstractGroupableRelatable<L extends Any,M extends Membership<L>, REL extends Relationship<L, AnyObject>> -
Uses of Groupable in org.apache.syncope.core.persistence.neo4j.entity.anyobject
Classes in org.apache.syncope.core.persistence.neo4j.entity.anyobject that implement Groupable -
Uses of Groupable in org.apache.syncope.core.persistence.neo4j.entity.user
Classes in org.apache.syncope.core.persistence.neo4j.entity.user that implement Groupable -
Uses of Groupable in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type GroupableModifier and TypeMethodDescriptionDerAttrHandler.getValue(Groupable<?, ?, ?> groupable, Membership<?> membership, DerSchema schema) Calculates derived attribute value associated to the given any, for the given membership and derived schema.DerAttrHandler.getValues(Groupable<?, ?, ?> groupable, Membership<?> membership) Calculates derived attributes values associated to the given any, for the given membership. -
Uses of Groupable in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type GroupableModifier and TypeMethodDescriptionDefaultDerAttrHandler.getValue(Groupable<?, ?, ?> groupable, Membership<?> membership, DerSchema schema) DefaultDerAttrHandler.getValues(Groupable<?, ?, ?> any, Membership<?> membership) DefaultDerAttrHandler.getValues(Groupable<?, ?, ?> groupable, Membership<?> membership, Set<DerSchema> schemas) -
Uses of Groupable in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type GroupableModifier and TypeMethodDescriptionprotected static voidGroupDataBinderImpl.populateTransitiveResources(Group group, Groupable<?, ?, ?> any, Map<String, PropagationByResource<String>> result)