Package | Description |
---|---|
org.apache.syncope.client.console.wizards.any | |
org.apache.syncope.common.lib | |
org.apache.syncope.common.lib.patch | |
org.apache.syncope.common.lib.to |
Modifier and Type | Field and Description |
---|---|
protected RelationshipTO |
Relationships.Specification.rel |
Modifier and Type | Method and Description |
---|---|
protected List<RelationshipTO> |
Relationships.getCurrentRelationships() |
Modifier and Type | Method and Description |
---|---|
protected void |
Relationships.addNewRelationships(RelationshipTO... rels) |
protected void |
Relationships.addRelationship(Map<String,List<RelationshipTO>> relationships,
RelationshipTO... rels) |
protected void |
Relationships.removeRelationships(Map<String,List<RelationshipTO>> relationships,
RelationshipTO... rels) |
Modifier and Type | Method and Description |
---|---|
protected void |
Relationships.addRelationship(Map<String,List<RelationshipTO>> relationships,
RelationshipTO... rels) |
protected void |
Relationships.removeRelationships(Map<String,List<RelationshipTO>> relationships,
RelationshipTO... rels) |
Modifier and Type | Method and Description |
---|---|
static Map<Pair<String,String>,RelationshipTO> |
EntityTOUtils.buildRelationshipMap(Collection<RelationshipTO> relationships) |
Modifier and Type | Method and Description |
---|---|
static Map<Pair<String,String>,RelationshipTO> |
EntityTOUtils.buildRelationshipMap(Collection<RelationshipTO> relationships) |
Modifier and Type | Method and Description |
---|---|
RelationshipTO |
RelationshipPatch.getRelationshipTO() |
Modifier and Type | Method and Description |
---|---|
RelationshipPatch.Builder |
RelationshipPatch.Builder.relationshipTO(RelationshipTO relationshipTO) |
void |
RelationshipPatch.setRelationshipTO(RelationshipTO relationshipTO) |
Modifier and Type | Method and Description |
---|---|
RelationshipTO |
RelationshipTO.Builder.build() |
Modifier and Type | Method and 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() |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.