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 RelationshipTOFields in org.apache.syncope.client.console.wizards.any with type parameters of type RelationshipTOModifier and TypeFieldDescriptionprotected final IModel<List<RelationshipTO>> AbstractAttrs.relationshipsMethods in org.apache.syncope.client.console.wizards.any with parameters of type RelationshipTOModifier and TypeMethodDescriptionAbstractAttrs.getAttrsFromTO(RelationshipTO relationshipTO) DerAttrs.getAttrsFromTO(RelationshipTO relationshipTO) PlainAttrs.getAttrsFromTO(RelationshipTO relationshipTO) protected abstract voidAbstractAttrs.setAttrs(RelationshipTO relationshipTO) protected voidDerAttrs.setAttrs(RelationshipTO relationshipTO) protected voidPlainAttrs.setAttrs(RelationshipTO relationshipTO) -
Uses of RelationshipTO in org.apache.syncope.client.enduser.panels.any
Fields in org.apache.syncope.client.enduser.panels.any with type parameters of type RelationshipTOModifier and TypeFieldDescriptionprotected final IModel<List<RelationshipTO>> AbstractAttrs.relationshipTOsMethods in org.apache.syncope.client.enduser.panels.any that return types with arguments of type RelationshipTOModifier and TypeMethodDescriptionprotected List<RelationshipTO> AbstractAttrs.loadRelationshipAttrs()Methods in org.apache.syncope.client.enduser.panels.any with parameters of type RelationshipTOModifier and TypeMethodDescriptionAbstractAttrs.getRelationshipAuxClasses(RelationshipTO relationshipTO) protected abstract voidAbstractAttrs.setAttrs(RelationshipTO membershipTO) protected voidDerAttrs.setAttrs(RelationshipTO relationshipTO) protected voidPlainAttrs.setAttrs(RelationshipTO relationshipTO) protected voidAbstractAttrs.setSchemas(RelationshipTO relationship, List<String> anyTypeClasses) -
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 types with arguments of type RelationshipTOModifier and TypeMethodDescriptionAnyCR.getRelationship(String type, String otherKey) AnyCR.getRelationships()Methods in org.apache.syncope.common.lib.request with parameters of type RelationshipTOModifier and TypeMethodDescriptionAnyCR.Builder.relationship(RelationshipTO relationship) AnyCR.Builder.relationships(RelationshipTO... relationships) Method parameters in org.apache.syncope.common.lib.request with type arguments of type RelationshipTOModifier and TypeMethodDescriptionAnyCR.Builder.relationships(Collection<RelationshipTO> relationships) -
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 TypeMethodDescriptionAnyTO.getRelationship(String type, String otherKey) RelatableTO.getRelationship(String type, String otherKey) AnyTO.getRelationships()RelatableTO.getRelationships()