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 PanelIdMVirSchemaDetailsPanelProvider. get(String id, VirSchemaTO schemaTO)PanelIdRepoVirSchemaDetailsPanelProvider. get(String id, VirSchemaTO schemaTO)PanelVirSchemaDetailsPanelProvider. 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 VirSchemaTOSchemaRestClient. 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 VirSchemaTOSchemaDataBinder. getVirSchemaTO(String key)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type VirSchemaTO Modifier and Type Method Description VirSchemaSchemaDataBinder. create(VirSchemaTO schemaTO)VirSchemaSchemaDataBinder. 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 VirSchemaTOSchemaDataBinderImpl. getVirSchemaTO(String key)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type VirSchemaTO Modifier and Type Method Description VirSchemaSchemaDataBinderImpl. create(VirSchemaTO schemaTO)protected VirSchemaSchemaDataBinderImpl. fill(VirSchema schema, VirSchemaTO schemaTO)VirSchemaSchemaDataBinderImpl. update(VirSchemaTO schemaTO, VirSchema schema)
-