Uses of Class
org.apache.syncope.common.lib.to.PlainSchemaTO
Packages that use PlainSchemaTO
Package
Description
-
Uses of PlainSchemaTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as PlainSchemaTOFields in org.apache.syncope.client.console.panels with type parameters of type PlainSchemaTOModifier and TypeFieldDescriptionprotected final List
<PlainSchemaTO> AnyDirectoryPanel.plainSchemas
Methods in org.apache.syncope.client.console.panels that return PlainSchemaTOConstructors in org.apache.syncope.client.console.panels with parameters of type PlainSchemaTOModifierConstructorDescriptionParametersForm
(PlainSchemaTO schema, ConfParam param) PlainSchemaDetails
(String id, PlainSchemaTO schemaTO) -
Uses of PlainSchemaTO in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search with type parameters of type PlainSchemaTOModifier and TypeFieldDescriptionprotected IModel
<Map<String, PlainSchemaTO>> AbstractSearchPanel.anames
protected final IModel
<Map<String, PlainSchemaTO>> SearchClausePanel.anames
protected IModel
<Map<String, PlainSchemaTO>> AbstractSearchPanel.dnames
protected final IModel
<Map<String, PlainSchemaTO>> SearchClausePanel.dnames
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type PlainSchemaTOMethod parameters in org.apache.syncope.client.console.panels.search with type arguments of type PlainSchemaTOModifier and TypeMethodDescriptionstatic String
SearchUtils.buildFIQL
(List<SearchClause> clauses, AbstractFiqlSearchConditionBuilder<?, ?, ?> builder, Map<String, PlainSchemaTO> availableSchemaTypes, Function<SearchClause, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> customCondition) -
Uses of PlainSchemaTO in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any with parameters of type PlainSchemaTOModifier and TypeMethodDescriptionprotected AbstractFieldPanel
<?> AbstractAttrsWizardStep.getFieldPanel
(PlainSchemaTO plainSchema) Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type PlainSchemaTOModifier and TypeMethodDescriptionprotected AbstractFieldPanel
<?> AbstractAttrsWizardStep.PlainSchemas.setPanel
(Map<String, PlainSchemaTO> schemas, ListItem<Attr> item, boolean setReadOnly) Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type PlainSchemaTOModifierConstructorDescriptionPlainSchemasMemberships
(String id, Map<String, PlainSchemaTO> schemas, IModel<Attributable> attributableTO) PlainSchemasOwn
(String id, Map<String, PlainSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of PlainSchemaTO in org.apache.syncope.client.enduser.panels.any
Methods in org.apache.syncope.client.enduser.panels.any with parameters of type PlainSchemaTOModifier and TypeMethodDescriptionprotected AbstractFieldPanel
<?> PlainAttrs.getFieldPanel
(PlainSchemaTO plainSchema) Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type PlainSchemaTOModifierConstructorDescriptionprotected
PlainSchemas
(String id, String groupName, Map<String, PlainSchemaTO> schemas, IModel<List<Attr>> attrs) -
Uses of PlainSchemaTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type PlainSchemaTO -
Uses of PlainSchemaTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return PlainSchemaTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type PlainSchemaTOModifier and TypeMethodDescriptionSchemaDataBinder.create
(PlainSchemaTO schemaTO) SchemaDataBinder.update
(PlainSchemaTO schemaTO, PlainSchema schema) -
Uses of PlainSchemaTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return PlainSchemaTOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type PlainSchemaTOModifier and TypeMethodDescriptionSchemaDataBinderImpl.create
(PlainSchemaTO schemaTO) protected PlainSchema
SchemaDataBinderImpl.fill
(PlainSchema schema, PlainSchemaTO schemaTO) SchemaDataBinderImpl.update
(PlainSchemaTO schemaTO, PlainSchema schema)