Uses of Class
org.apache.syncope.common.lib.to.VirSchemaTO
-
-
Uses of VirSchemaTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type VirSchemaTO Modifier and Type Method Description Panel
IdMVirSchemaDetailsPanelProvider. get(String id, VirSchemaTO schemaTO)
Panel
IdRepoVirSchemaDetailsPanelProvider. get(String id, VirSchemaTO schemaTO)
Panel
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 Constructor Description VirSchemaDetails(String id, VirSchemaTO schemaTO)
-
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 VirSchemaTO Constructor Description VirSchemas(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 VirSchemaTO Constructor Description VirSchemas(String id, String groupName, Map<String,VirSchemaTO> schemas, IModel<List<Attr>> attrTOs)
-
Uses of VirSchemaTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return VirSchemaTO Modifier and Type Method Description VirSchemaTO
SchemaRestClient. deleteVirSchema(String name)
-
Uses of VirSchemaTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return VirSchemaTO Modifier and Type Method Description VirSchemaTO
SchemaDataBinder. getVirSchemaTO(String key)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type VirSchemaTO Modifier and Type Method Description VirSchema
SchemaDataBinder. create(VirSchemaTO schemaTO)
VirSchema
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 VirSchemaTO Modifier and Type Method Description VirSchemaTO
SchemaDataBinderImpl. getVirSchemaTO(String key)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type VirSchemaTO Modifier and Type Method Description VirSchema
SchemaDataBinderImpl. create(VirSchemaTO schemaTO)
protected VirSchema
SchemaDataBinderImpl. fill(VirSchema schema, VirSchemaTO schemaTO)
VirSchema
SchemaDataBinderImpl. update(VirSchemaTO schemaTO, VirSchema schema)
-