Uses of Class
org.apache.syncope.common.lib.to.RelationshipTO
-
-
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 RelationshipTO Modifier and Type Method Description protected WizardMgtPanel<RelationshipTO>
RelationshipViewPanel.Builder. newInstance(String id, boolean wizardInModal)
Methods in org.apache.syncope.client.console.panels with parameters of type RelationshipTO Modifier and Type Method Description RelationshipViewPanel.Builder
RelationshipViewPanel.Builder. addItem(RelationshipTO item)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type RelationshipTO Modifier and Type Method Description RelationshipViewPanel.Builder
RelationshipViewPanel.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 RelationshipTO Modifier and Type Field Description protected RelationshipTO
Relationships.Specification. rel
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type RelationshipTO Modifier and Type Method Description protected List<RelationshipTO>
Relationships. getCurrentRelationships()
Methods in org.apache.syncope.client.console.wizards.any with parameters of type RelationshipTO Modifier and Type Method Description protected 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 RelationshipTO Modifier and Type Method Description static Map<Pair<String,String>,RelationshipTO>
EntityTOUtils. buildRelationshipMap(Collection<RelationshipTO> relationships)
Method parameters in org.apache.syncope.common.lib with type arguments of type RelationshipTO Modifier and Type Method Description static 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 RelationshipTO Modifier and Type Method Description RelationshipTO
RelationshipUR. getRelationshipTO()
Methods in org.apache.syncope.common.lib.request that return types with arguments of type RelationshipTO Modifier and Type Method Description Optional<RelationshipTO>
AnyObjectCR. getRelationship(String type, String otherKey)
Optional<RelationshipTO>
UserCR. getRelationship(String type, String otherKey)
List<RelationshipTO>
AnyObjectCR. getRelationships()
List<RelationshipTO>
UserCR. getRelationships()
Methods in org.apache.syncope.common.lib.request with parameters of type RelationshipTO Modifier and Type Method Description AnyObjectCR.Builder
AnyObjectCR.Builder. relationship(RelationshipTO relationship)
UserCR.Builder
UserCR.Builder. relationship(RelationshipTO relationship)
AnyObjectCR.Builder
AnyObjectCR.Builder. relationships(RelationshipTO... relationships)
UserCR.Builder
UserCR.Builder. relationships(RelationshipTO... relationships)
void
RelationshipUR. setRelationshipTO(RelationshipTO relationshipTO)
Method parameters in org.apache.syncope.common.lib.request with type arguments of type RelationshipTO Modifier and Type Method Description AnyObjectCR.Builder
AnyObjectCR.Builder. relationships(Collection<RelationshipTO> relationships)
UserCR.Builder
UserCR.Builder. relationships(Collection<RelationshipTO> relationships)
Constructors in org.apache.syncope.common.lib.request with parameters of type RelationshipTO Constructor Description Builder(RelationshipTO relationshipTO)
-
Uses of RelationshipTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return RelationshipTO Modifier and Type Method Description RelationshipTO
RelationshipTO.Builder. build()
Methods in org.apache.syncope.common.lib.to that return types with arguments of type RelationshipTO Modifier and Type Method Description Optional<RelationshipTO>
AnyObjectTO. getRelationship(String type, String otherKey)
Optional<RelationshipTO>
GroupableRelatableTO. getRelationship(String type, String otherKey)
Optional<RelationshipTO>
UserTO. getRelationship(String type, String otherKey)
List<RelationshipTO>
AnyObjectTO. getRelationships()
List<RelationshipTO>
GroupableRelatableTO. getRelationships()
List<RelationshipTO>
UserTO. getRelationships()
-