Uses of Interface
org.apache.syncope.core.persistence.api.entity.GroupableRelatable
-
-
Uses of GroupableRelatable in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of GroupableRelatable in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interfaceAnyObject -
Uses of GroupableRelatable in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of GroupableRelatable in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interfaceUser -
Uses of GroupableRelatable in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type GroupableRelatable Modifier and Type Method Description protected booleanJPAAnyMatchDAO. matches(GroupableRelatable<?,?,?,?,?> any, MembershipCond cond, boolean not)protected booleanJPAAnyMatchDAO. matches(GroupableRelatable<?,?,?,?,?> any, RelationshipCond cond, boolean not)protected booleanJPAAnyMatchDAO. matches(GroupableRelatable<?,?,?,?,?> any, RelationshipTypeCond cond, boolean not) -
Uses of GroupableRelatable in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement GroupableRelatable Modifier and Type Class Description classAbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>> -
Uses of GroupableRelatable in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement GroupableRelatable Modifier and Type Class Description classJPAAnyObjectclassJPAJSONAnyObject -
Uses of GroupableRelatable in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement GroupableRelatable Modifier and Type Class Description classJPAJSONUserclassJPAUser -
Uses of GroupableRelatable in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type GroupableRelatable Modifier and Type Method Description Map<DerSchema,String>DerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership)Calculates derived attributes values associated to the given any, for the given membership. -
Uses of GroupableRelatable in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type GroupableRelatable Modifier and Type Method Description Map<DerSchema,String>DefaultDerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership)protected static Map<DerSchema,String>DefaultDerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership, Set<DerSchema> schemas) -
Uses of GroupableRelatable in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type GroupableRelatable Modifier and Type Method Description protected static voidGroupDataBinderImpl. populateTransitiveResources(Group group, GroupableRelatable<?,?,?,?,?> any, Map<String,PropagationByResource<String>> result)
-