Uses of Class
org.apache.syncope.common.lib.to.PlainSchemaTO
-
-
Uses of PlainSchemaTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type PlainSchemaTO Modifier and Type Field Description protected List<PlainSchemaTO>
AnyDirectoryPanel. plainSchemas
Methods in org.apache.syncope.client.console.panels that return PlainSchemaTO Modifier and Type Method Description PlainSchemaTO
ParametersWizardPanel.ParametersForm. getSchema()
Constructors in org.apache.syncope.client.console.panels with parameters of type PlainSchemaTO Constructor Description ParametersForm(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 PlainSchemaTO Modifier and Type Field Description protected IModel<Map<String,PlainSchemaTO>>
AbstractSearchPanel. anames
protected IModel<Map<String,PlainSchemaTO>>
SearchClausePanel. anames
protected IModel<Map<String,PlainSchemaTO>>
AbstractSearchPanel. dnames
protected IModel<Map<String,PlainSchemaTO>>
SearchClausePanel. dnames
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type PlainSchemaTO Modifier and Type Method Description Map<String,PlainSchemaTO>
AbstractSearchPanel. getAvailableSchemaTypes()
Method parameters in org.apache.syncope.client.console.panels.search with type arguments of type PlainSchemaTO Modifier and Type Method Description static 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 PlainSchemaTO Modifier and Type Method Description protected FieldPanel
AbstractAttrsWizardStep. getFieldPanel(PlainSchemaTO plainSchema)
Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type PlainSchemaTO Modifier and Type Method Description protected 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 PlainSchemaTO Constructor Description PlainSchemasMemberships(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 PlainSchemaTO Modifier and Type Method Description protected FieldPanel
PlainAttrs. getFieldPanel(PlainSchemaTO schemaTO)
protected FieldPanel
PlainAttrs. getFieldPanel(PlainSchemaTO plainSchema, String groupName)
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type PlainSchemaTO Constructor Description PlainSchemasMemberships(String id, String groupName, 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.rest
Methods in org.apache.syncope.client.enduser.rest that return PlainSchemaTO Modifier and Type Method Description PlainSchemaTO
SchemaRestClient. deletePlainSchema(String name)
-
Uses of PlainSchemaTO in org.apache.syncope.client.ui.commons
Methods in org.apache.syncope.client.ui.commons with parameters of type PlainSchemaTO Modifier and Type Method Description static Map<String,String>
SchemaUtils. getEnumeratedKeyValues(PlainSchemaTO schemaTO)
static List<String>
SchemaUtils. getEnumeratedValues(PlainSchemaTO schemaTO)
-
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 Modifier and Type Method Description List<PlainSchemaTO>
ConnIdObjectClass. getAttributes()
-
Uses of PlainSchemaTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return PlainSchemaTO Modifier and Type Method Description PlainSchemaTO
SchemaDataBinder. getPlainSchemaTO(String key)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type PlainSchemaTO Modifier and Type Method Description PlainSchema
SchemaDataBinder. create(PlainSchemaTO schemaTO)
PlainSchema
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 PlainSchemaTO Modifier and Type Method Description PlainSchemaTO
SchemaDataBinderImpl. getPlainSchemaTO(String key)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type PlainSchemaTO Modifier and Type Method Description PlainSchema
SchemaDataBinderImpl. create(PlainSchemaTO schemaTO)
protected PlainSchema
SchemaDataBinderImpl. fill(PlainSchema schema, PlainSchemaTO schemaTO)
PlainSchema
SchemaDataBinderImpl. update(PlainSchemaTO schemaTO, PlainSchema schema)
-