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. plainSchemasMethods in org.apache.syncope.client.console.panels that return PlainSchemaTO Modifier and Type Method Description PlainSchemaTOParametersWizardPanel.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. anamesprotected IModel<Map<String,PlainSchemaTO>>SearchClausePanel. anamesprotected IModel<Map<String,PlainSchemaTO>>AbstractSearchPanel. dnamesprotected IModel<Map<String,PlainSchemaTO>>SearchClausePanel. dnamesMethods 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 StringSearchUtils. 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 FieldPanelAbstractAttrsWizardStep. 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 FieldPanelPlainAttrs. getFieldPanel(PlainSchemaTO schemaTO)protected FieldPanelPlainAttrs. 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 PlainSchemaTOSchemaRestClient. 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 PlainSchemaTOSchemaDataBinder. getPlainSchemaTO(String key)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type PlainSchemaTO Modifier and Type Method Description PlainSchemaSchemaDataBinder. create(PlainSchemaTO schemaTO)PlainSchemaSchemaDataBinder. 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 PlainSchemaTOSchemaDataBinderImpl. getPlainSchemaTO(String key)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type PlainSchemaTO Modifier and Type Method Description PlainSchemaSchemaDataBinderImpl. create(PlainSchemaTO schemaTO)protected PlainSchemaSchemaDataBinderImpl. fill(PlainSchema schema, PlainSchemaTO schemaTO)PlainSchemaSchemaDataBinderImpl. update(PlainSchemaTO schemaTO, PlainSchema schema)
-