Uses of Class
org.apache.syncope.common.lib.to.SchemaTO
Packages that use SchemaTO
Package
Description
-
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 SchemaTOModifier and TypeMethodDescriptionSchemaTypePanel.getActions
(IModel<SchemaTO> model) SchemaTypePanel.getColumns()
SchemaTypePanel.SchemaProvider.iterator
(long first, long count) Methods in org.apache.syncope.client.console.panels with parameters of type SchemaTOModifier and TypeMethodDescriptionprotected WizardModel
SchemaTypeWizardBuilder.buildModelSteps
(SchemaTO modelObject, WizardModel wizardModel) protected Serializable
SchemaTypeWizardBuilder.onApplyInternal
(SchemaTO modelObject) Method parameters in org.apache.syncope.client.console.panels with type arguments of type SchemaTOConstructors in org.apache.syncope.client.console.panels with parameters of type SchemaTOModifierConstructorDescriptionAbstractSchemaDetailsPanel
(String id, SchemaTO schemaTO) 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 SchemaTOModifier and TypeMethodDescriptionSchemaRestClient.getSchemas
(SchemaType schemaType, String keyword, String... anyTypeClasses) 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 SchemaTOModifier and TypeMethodDescriptionvoid
SchemaRestClient.create
(SchemaType schemaType, SchemaTO modelObject) void
SchemaRestClient.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 SchemaTOModifier and TypeClassDescriptionclass
AbstractAttrs<S extends SchemaTO>
class
AbstractAttrsWizardStep<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 -
Uses of SchemaTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with type parameters of type SchemaTOModifier and TypeMethodDescriptionSchemaRestClient.getSchemas
(SchemaType schemaType, String keyword, String... anyTypeClasses) SchemaRestClient.getSchemas
(SchemaType schemaType, AnyTypeKind kind) <T extends SchemaTO>
TSchemaRestClient.read
(SchemaType schemaType, String key) -
Uses of SchemaTO in org.apache.syncope.common.lib.to
Subclasses of SchemaTO in org.apache.syncope.common.lib.to -
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 SchemaTOMethod parameters in org.apache.syncope.common.lib.types with type arguments of type SchemaTOModifier and TypeMethodDescriptionstatic SchemaType
SchemaType.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 SchemaTOModifier and TypeMethodDescription<T extends SchemaTO>
TSchemaService.read
(@NotNull SchemaType type, @NotNull String key) Returns schema matching the given type and key.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 -
Uses of SchemaTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type SchemaTOModifier and TypeMethodDescription<T extends SchemaTO>
TSchemaLogic.create
(SchemaType schemaType, T schemaTO) <T extends SchemaTO>
TSchemaLogic.read
(SchemaType schemaType, String schemaKey) 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 SchemaTOModifier and TypeMethodDescriptionprotected SchemaTO
SchemaLogic.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 SchemaTOModifier and TypeMethodDescription<T extends SchemaTO>
TSchemaServiceImpl.read
(SchemaType schemaType, String key) SchemaServiceImpl.search
(SchemaQuery query) Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SchemaTOModifier and TypeMethodDescriptionSchemaServiceImpl.create
(SchemaType schemaType, SchemaTO schemaTO) void
SchemaServiceImpl.update
(SchemaType schemaType, SchemaTO schemaTO)