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 interface
AnyObject
-
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 interface
User
-
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 boolean
JPAAnyMatchDAO. matches(GroupableRelatable<?,?,?,?,?> any, MembershipCond cond, boolean not)
protected boolean
JPAAnyMatchDAO. matches(GroupableRelatable<?,?,?,?,?> any, RelationshipCond cond, boolean not)
protected boolean
JPAAnyMatchDAO. 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 class
AbstractGroupableRelatable<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 class
JPAAnyObject
class
JPAJSONAnyObject
-
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 class
JPAJSONUser
class
JPAUser
-
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)
-