Uses of Class
org.apache.syncope.common.lib.to.DerSchemaTO
Packages that use DerSchemaTO
Package
Description
-
Uses of DerSchemaTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type DerSchemaTOConstructors in org.apache.syncope.client.console.panels with parameters of type DerSchemaTO -
Uses of DerSchemaTO in org.apache.syncope.client.console.wizards.any
Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type DerSchemaTOModifierConstructorDescriptionDerSchemas
(String id, Map<String, DerSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of DerSchemaTO in org.apache.syncope.client.enduser.panels.any
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type DerSchemaTOModifierConstructorDescriptionDerSchemas
(String id, Map<String, DerSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of DerSchemaTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return DerSchemaTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type DerSchemaTOModifier and TypeMethodDescriptionSchemaDataBinder.create
(DerSchemaTO schemaTO) SchemaDataBinder.update
(DerSchemaTO schemaTO, DerSchema derSchema) -
Uses of DerSchemaTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return DerSchemaTOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type DerSchemaTOModifier and TypeMethodDescriptionSchemaDataBinderImpl.create
(DerSchemaTO schemaTO) protected DerSchema
SchemaDataBinderImpl.fill
(DerSchema schema, DerSchemaTO schemaTO) SchemaDataBinderImpl.update
(DerSchemaTO schemaTO, DerSchema schema)