Uses of Class
org.apache.syncope.common.lib.to.PlainSchemaTO
Package
Description
-
Uses of PlainSchemaTO in org.apache.syncope.client.console.panels
Modifier and TypeFieldDescriptionprotected final List
<PlainSchemaTO> AnyDirectoryPanel.plainSchemas
ModifierConstructorDescriptionParametersForm
(PlainSchemaTO schema, ConfParam param) PlainSchemaDetails
(String id, PlainSchemaTO schemaTO) -
Uses of PlainSchemaTO in org.apache.syncope.client.console.panels.search
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected AbstractFieldPanel
<?> AbstractAttrsWizardStep.getFieldPanel
(PlainSchemaTO plainSchema) Modifier and TypeMethodDescriptionprotected AbstractFieldPanel
<?> AbstractAttrsWizardStep.PlainSchemas.setPanel
(Map<String, PlainSchemaTO> schemas, ListItem<Attr> item, boolean setReadOnly) ModifierConstructorDescriptionPlainSchemasMemberships
(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
Modifier and TypeMethodDescriptionprotected AbstractFieldPanel
<?> PlainAttrs.getFieldPanel
(PlainSchemaTO plainSchema) ModifierConstructorDescriptionprotected
PlainSchemas
(String id, String groupName, Map<String, PlainSchemaTO> schemas, IModel<List<Attr>> attrs) -
Uses of PlainSchemaTO in org.apache.syncope.common.lib.to
-
Uses of PlainSchemaTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionSchemaDataBinder.create
(PlainSchemaTO schemaTO) SchemaDataBinder.update
(PlainSchemaTO schemaTO, PlainSchema schema) -
Uses of PlainSchemaTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionSchemaDataBinderImpl.create
(PlainSchemaTO schemaTO) protected PlainSchema
SchemaDataBinderImpl.fill
(PlainSchema schema, PlainSchemaTO schemaTO) SchemaDataBinderImpl.update
(PlainSchemaTO schemaTO, PlainSchema schema)