Uses of Interface
org.apache.syncope.core.persistence.api.entity.RelationshipType
-
-
Uses of RelationshipType in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeDAO. find(String key)RelationshipTypeRelationshipTypeDAO. save(RelationshipType anyType)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type RelationshipType Modifier and Type Method Description List<RelationshipType>RelationshipTypeDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeDAO. save(RelationshipType anyType) -
Uses of RelationshipType in org.apache.syncope.core.persistence.api.entity
Classes in org.apache.syncope.core.persistence.api.entity that implement RelationshipType Modifier and Type Class Description classMembershipTypeMethods in org.apache.syncope.core.persistence.api.entity that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationship. getType()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type RelationshipType Modifier and Type Method Description Optional<? extends REL>GroupableRelatable. getRelationship(RelationshipType relationshipType, String otherEndKey)Collection<? extends REL>GroupableRelatable. getRelationships(RelationshipType relationshipType)voidRelationship. setType(RelationshipType type) -
Uses of RelationshipType in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return RelationshipType Modifier and Type Method Description RelationshipTypeJPARelationshipTypeDAO. find(String key)RelationshipTypeJPARelationshipTypeDAO. save(RelationshipType anyType)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type RelationshipType Modifier and Type Method Description List<RelationshipType>JPARelationshipTypeDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type RelationshipType Modifier and Type Method Description RelationshipTypeJPARelationshipTypeDAO. save(RelationshipType anyType) -
Uses of RelationshipType in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement RelationshipType Modifier and Type Class Description classJPARelationshipTypeMethods in org.apache.syncope.core.persistence.jpa.entity with parameters of type RelationshipType Modifier and Type Method Description Collection<? extends REL>AbstractGroupableRelatable. getRelationships(RelationshipType relationshipType) -
Uses of RelationshipType in org.apache.syncope.core.persistence.jpa.entity.anyobject
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return RelationshipType Modifier and Type Method Description RelationshipTypeJPAARelationship. getType()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type RelationshipType Modifier and Type Method Description Optional<? extends ARelationship>JPAAnyObject. getRelationship(RelationshipType relationshipType, String otherEndKey)voidJPAAMembership. setType(RelationshipType type)voidJPAARelationship. setType(RelationshipType type) -
Uses of RelationshipType in org.apache.syncope.core.persistence.jpa.entity.user
Methods in org.apache.syncope.core.persistence.jpa.entity.user that return RelationshipType Modifier and Type Method Description RelationshipTypeJPAURelationship. getType()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type RelationshipType Modifier and Type Method Description Optional<? extends URelationship>JPAUser. getRelationship(RelationshipType relationshipType, String otherEndKey)voidJPAUMembership. setType(RelationshipType type)voidJPAURelationship. setType(RelationshipType type) -
Uses of RelationshipType in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type RelationshipType Modifier and Type Method Description booleanRelationshipTypeValidator. isValid(RelationshipType relationShipType, javax.validation.ConstraintValidatorContext context) -
Uses of RelationshipType in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeDataBinder. create(RelationshipTypeTO relationshipTypeTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type RelationshipType Modifier and Type Method Description RelationshipTypeTORelationshipTypeDataBinder. getRelationshipTypeTO(RelationshipType relationshipType)voidRelationshipTypeDataBinder. update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO) -
Uses of RelationshipType in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeDataBinderImpl. create(RelationshipTypeTO relationshipTypeTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type RelationshipType Modifier and Type Method Description RelationshipTypeTORelationshipTypeDataBinderImpl. getRelationshipTypeTO(RelationshipType relationshipType)voidRelationshipTypeDataBinderImpl. update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO)
-