Uses of Class
org.apache.syncope.common.lib.to.VirSchemaTO
Packages that use VirSchemaTO
Package
Description
-
Uses of VirSchemaTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type VirSchemaTOModifier 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
Constructors in org.apache.syncope.client.console.panels with parameters of type VirSchemaTO -
Uses of VirSchemaTO in org.apache.syncope.client.console.wizards.any
Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type VirSchemaTOModifierConstructorDescriptionVirSchemas
(String id, Map<String, VirSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of VirSchemaTO in org.apache.syncope.client.enduser.panels.any
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type VirSchemaTOModifierConstructorDescriptionVirSchemas
(String id, String groupName, Map<String, VirSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of VirSchemaTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return VirSchemaTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type VirSchemaTOModifier and TypeMethodDescriptionSchemaDataBinder.create
(VirSchemaTO schemaTO) SchemaDataBinder.update
(VirSchemaTO schemaTO, VirSchema virSchema) -
Uses of VirSchemaTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return VirSchemaTOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type VirSchemaTOModifier and TypeMethodDescriptionSchemaDataBinderImpl.create
(VirSchemaTO schemaTO) protected VirSchema
SchemaDataBinderImpl.fill
(VirSchema schema, VirSchemaTO schemaTO) SchemaDataBinderImpl.update
(VirSchemaTO schemaTO, VirSchema schema)