Uses of Class
org.apache.syncope.common.lib.to.RelationshipTO
Packages that use RelationshipTO
Package
Description
-
Uses of RelationshipTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type RelationshipTOModifier and TypeMethodDescriptionprotected WizardMgtPanel
<RelationshipTO> RelationshipViewPanel.Builder.newInstance
(String id, boolean wizardInModal) Methods in org.apache.syncope.client.console.panels with parameters of type RelationshipTOMethod parameters in org.apache.syncope.client.console.panels with type arguments of type RelationshipTOModifier and TypeMethodDescriptionRelationshipViewPanel.Builder.setRelationships
(List<RelationshipTO> relationships) -
Uses of RelationshipTO in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as RelationshipTOMethods in org.apache.syncope.client.console.wizards.any that return types with arguments of type RelationshipTOModifier and TypeMethodDescriptionprotected List
<RelationshipTO> Relationships.getCurrentRelationships()
Methods in org.apache.syncope.client.console.wizards.any with parameters of type RelationshipTOModifier and TypeMethodDescriptionprotected void
Relationships.addNewRelationships
(RelationshipTO... rels) -
Uses of RelationshipTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return types with arguments of type RelationshipTOModifier and TypeMethodDescriptionstatic Map
<Pair<String, String>, RelationshipTO> EntityTOUtils.buildRelationshipMap
(Collection<RelationshipTO> relationships) Method parameters in org.apache.syncope.common.lib with type arguments of type RelationshipTOModifier and TypeMethodDescriptionstatic Map
<Pair<String, String>, RelationshipTO> EntityTOUtils.buildRelationshipMap
(Collection<RelationshipTO> relationships) -
Uses of RelationshipTO in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return RelationshipTOMethods in org.apache.syncope.common.lib.request that return types with arguments of type RelationshipTOModifier and TypeMethodDescriptionAnyObjectCR.getRelationship
(String type, String otherKey) UserCR.getRelationship
(String type, String otherKey) AnyObjectCR.getRelationships()
UserCR.getRelationships()
Methods in org.apache.syncope.common.lib.request with parameters of type RelationshipTOModifier and TypeMethodDescriptionAnyObjectCR.Builder.relationship
(RelationshipTO relationship) UserCR.Builder.relationship
(RelationshipTO relationship) AnyObjectCR.Builder.relationships
(RelationshipTO... relationships) UserCR.Builder.relationships
(RelationshipTO... relationships) void
RelationshipUR.setRelationshipTO
(RelationshipTO relationshipTO) Method parameters in org.apache.syncope.common.lib.request with type arguments of type RelationshipTOModifier and TypeMethodDescriptionAnyObjectCR.Builder.relationships
(Collection<RelationshipTO> relationships) UserCR.Builder.relationships
(Collection<RelationshipTO> relationships) Constructors in org.apache.syncope.common.lib.request with parameters of type RelationshipTO -
Uses of RelationshipTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return RelationshipTOMethods in org.apache.syncope.common.lib.to that return types with arguments of type RelationshipTOModifier and TypeMethodDescriptionAnyObjectTO.getRelationship
(String type, String otherKey) GroupableRelatableTO.getRelationship
(String type, String otherKey) UserTO.getRelationship
(String type, String otherKey) AnyObjectTO.getRelationships()
GroupableRelatableTO.getRelationships()
UserTO.getRelationships()