Uses of Class
org.apache.syncope.common.lib.to.VirSchemaTO
Package
Description
-
Uses of VirSchemaTO in org.apache.syncope.client.console.commons
Modifier and TypeMethodDescriptionIdMVirSchemaDetailsPanelProvider.get
(String id, VirSchemaTO schemaTO) IdRepoVirSchemaDetailsPanelProvider.get
(String id, VirSchemaTO schemaTO) VirSchemaDetailsPanelProvider.get
(String id, VirSchemaTO schemaTO) -
Uses of VirSchemaTO in org.apache.syncope.client.console.panels
-
Uses of VirSchemaTO in org.apache.syncope.client.console.wizards.any
ModifierConstructorDescriptionVirSchemas
(String id, Map<String, VirSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of VirSchemaTO in org.apache.syncope.client.enduser.panels.any
ModifierConstructorDescriptionVirSchemas
(String id, String groupName, Map<String, VirSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of VirSchemaTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionSchemaDataBinder.create
(VirSchemaTO schemaTO) SchemaDataBinder.update
(VirSchemaTO schemaTO, VirSchema virSchema) -
Uses of VirSchemaTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionSchemaDataBinderImpl.create
(VirSchemaTO schemaTO) protected VirSchema
SchemaDataBinderImpl.fill
(VirSchema schema, VirSchemaTO schemaTO) SchemaDataBinderImpl.update
(VirSchemaTO schemaTO, VirSchema schema)