Uses of Class
org.apache.syncope.common.lib.to.SchemaTO
-
-
Uses of SchemaTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type SchemaTO Modifier and Type Method Description ActionsPanel<SchemaTO>SchemaTypePanel. getActions(IModel<SchemaTO> model)protected List<IColumn<SchemaTO,String>>SchemaTypePanel. getColumns()Iterator<SchemaTO>SchemaTypePanel.SchemaProvider. iterator(long first, long count)IModel<SchemaTO>SchemaTypePanel.SchemaProvider. model(SchemaTO object)Methods in org.apache.syncope.client.console.panels with parameters of type SchemaTO Modifier and Type Method Description protected WizardModelSchemaTypeWizardBuilder. buildModelSteps(SchemaTO modelObject, WizardModel wizardModel)IModel<SchemaTO>SchemaTypePanel.SchemaProvider. model(SchemaTO object)protected SerializableSchemaTypeWizardBuilder. onApplyInternal(SchemaTO modelObject)Method parameters in org.apache.syncope.client.console.panels with type arguments of type SchemaTO Modifier and Type Method Description ActionsPanel<SchemaTO>SchemaTypePanel. getActions(IModel<SchemaTO> model)Constructors in org.apache.syncope.client.console.panels with parameters of type SchemaTO Constructor Description AbstractSchemaDetailsPanel(String id, SchemaTO schemaTO)Details(SchemaTO modelObject)Labels(SchemaTO modelObject)SchemaTypeWizardBuilder(SchemaTO schemaTO, SchemaRestClient schemaRestClient, PageReference pageRef) -
Uses of SchemaTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with type parameters of type SchemaTO Modifier and Type Method Description <T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, String keyword, String... anyTypeClasses)<T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, AnyTypeKind kind)<T extends SchemaTO>
TSchemaRestClient. read(SchemaType schemaType, String key)Methods in org.apache.syncope.client.console.rest with parameters of type SchemaTO Modifier and Type Method Description voidSchemaRestClient. create(SchemaType schemaType, SchemaTO modelObject)voidSchemaRestClient. update(SchemaType schemaType, SchemaTO modelObject) -
Uses of SchemaTO in org.apache.syncope.client.console.wizards.any
Classes in org.apache.syncope.client.console.wizards.any with type parameters of type SchemaTO Modifier and Type Class Description classAbstractAttrs<S extends SchemaTO>classAbstractAttrsWizardStep<S extends SchemaTO> -
Uses of SchemaTO in org.apache.syncope.client.enduser.panels.any
Classes in org.apache.syncope.client.enduser.panels.any with type parameters of type SchemaTO Modifier and Type Class Description classAbstractAttrs<S extends SchemaTO> -
Uses of SchemaTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with type parameters of type SchemaTO Modifier and Type Method Description <T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, String keyword, String... anyTypeClasses)<T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, AnyTypeKind kind)<T extends SchemaTO>
TSchemaRestClient. read(SchemaType schemaType, String key)Methods in org.apache.syncope.client.enduser.rest with parameters of type SchemaTO Modifier and Type Method Description voidSchemaRestClient. create(SchemaType schemaType, SchemaTO modelObject)voidSchemaRestClient. update(SchemaType schemaType, SchemaTO modelObject) -
Uses of SchemaTO in org.apache.syncope.common.lib.to
Subclasses of SchemaTO in org.apache.syncope.common.lib.to Modifier and Type Class Description classDerSchemaTOclassPlainSchemaTOclassVirSchemaTO -
Uses of SchemaTO in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type SchemaTO Modifier and Type Method Description Class<? extends SchemaTO>SchemaType. getToClass()Method parameters in org.apache.syncope.common.lib.types with type arguments of type SchemaTO Modifier and Type Method Description static SchemaTypeSchemaType. fromToClass(Class<? extends SchemaTO> toClass) -
Uses of SchemaTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with type parameters of type SchemaTO Modifier and Type Method Description <T extends SchemaTO>
TSchemaService. read(@NotNull SchemaType type, @NotNull String key)Returns schema matching the given type and key.<T extends SchemaTO>
List<T>SchemaService. search(SchemaQuery query)Returns a list of schemas matching the given query.Methods in org.apache.syncope.common.rest.api.service with parameters of type SchemaTO Modifier and Type Method Description javax.ws.rs.core.ResponseSchemaService. create(@NotNull SchemaType type, @NotNull SchemaTO schemaTO)Creates a new schema.voidSchemaService. update(@NotNull SchemaType type, @NotNull SchemaTO schemaTO)Updates the schema matching the given type and key. -
Uses of SchemaTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type SchemaTO Modifier and Type Method Description <T extends SchemaTO>
TSchemaLogic. create(SchemaType schemaType, T schemaTO)<T extends SchemaTO>
TSchemaLogic. read(SchemaType schemaType, String schemaKey)<T extends SchemaTO>
List<T>SchemaLogic. search(SchemaType schemaType, List<String> anyTypeClasses, String keyword)<T extends SchemaTO>
voidSchemaLogic. update(SchemaType schemaType, T schemaTO)Methods in org.apache.syncope.core.logic that return SchemaTO Modifier and Type Method Description protected SchemaTOSchemaLogic. resolveReference(Method method, Object... args) -
Uses of SchemaTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with type parameters of type SchemaTO Modifier and Type Method Description <T extends SchemaTO>
TSchemaServiceImpl. read(SchemaType schemaType, String key)<T extends SchemaTO>
List<T>SchemaServiceImpl. search(SchemaQuery query)Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SchemaTO Modifier and Type Method Description javax.ws.rs.core.ResponseSchemaServiceImpl. create(SchemaType schemaType, SchemaTO schemaTO)voidSchemaServiceImpl. update(SchemaType schemaType, SchemaTO schemaTO)
-