Uses of Class
org.apache.syncope.common.lib.types.SchemaType
-
-
Uses of SchemaType in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SchemaType Modifier and Type Field Description protected SchemaTypeSchemaTypePanel. schemaTypeprotected SchemaTypeSchemaTypeWizardBuilder. schemaTypeFields in org.apache.syncope.client.console.panels with type parameters of type SchemaType Modifier and Type Field Description protected static Map<SchemaType,List<String>>SchemaTypePanel. COL_NAMESConstructors in org.apache.syncope.client.console.panels with parameters of type SchemaType Constructor Description SchemaTypePanel(String id, SchemaRestClient restClient, SchemaType schemaType, PageReference pageRef) -
Uses of SchemaType in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type SchemaType Modifier and Type Method Description voidSchemaRestClient. create(SchemaType schemaType, SchemaTO modelObject)voidSchemaRestClient. delete(SchemaType schemaType, String key)List<String>SchemaRestClient. getSchemaNames(SchemaType schemaType)<T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, String keyword, String... anyTypeClasses)<T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, AnyTypeKind kind)<T extends SchemaTO>
TSchemaRestClient. read(SchemaType schemaType, String key)voidSchemaRestClient. update(SchemaType schemaType, SchemaTO modelObject) -
Uses of SchemaType in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table
Constructors in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table with parameters of type SchemaType Constructor Description AttrColumn(String name, String label, SchemaType schemaType)ConnObjectAttrColumn(String name, SchemaType schemaType) -
Uses of SchemaType in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return SchemaType Modifier and Type Method Description protected abstract SchemaTypeAbstractAttrsWizardStep. getSchemaType()protected SchemaTypeDerAttrs. getSchemaType()protected SchemaTypeLinkedAccountPlainAttrsPanel. getSchemaType()protected SchemaTypePlainAttrs. getSchemaType()protected SchemaTypeVirAttrs. getSchemaType() -
Uses of SchemaType in org.apache.syncope.client.enduser.panels.any
Methods in org.apache.syncope.client.enduser.panels.any that return SchemaType Modifier and Type Method Description protected abstract SchemaTypeAbstractAttrs. getSchemaType()protected SchemaTypeDerAttrs. getSchemaType()protected SchemaTypePlainAttrs. getSchemaType()protected SchemaTypeVirAttrs. getSchemaType() -
Uses of SchemaType in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type SchemaType Modifier and Type Method Description voidSchemaRestClient. create(SchemaType schemaType, SchemaTO modelObject)List<String>SchemaRestClient. getSchemaNames(SchemaType schemaType)<T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, String keyword, String... anyTypeClasses)<T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, AnyTypeKind kind)<T extends SchemaTO>
TSchemaRestClient. read(SchemaType schemaType, String key)voidSchemaRestClient. update(SchemaType schemaType, SchemaTO modelObject) -
Uses of SchemaType in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return SchemaType Modifier and Type Method Description SchemaType[]type() -
Uses of SchemaType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return SchemaType Modifier and Type Method Description static SchemaTypeSchemaType. fromToClass(Class<? extends SchemaTO> toClass)static SchemaTypeSchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaType[]SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaType in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return SchemaType Modifier and Type Method Description SchemaTypeSchemaQuery. getType()Methods in org.apache.syncope.common.rest.api.beans with parameters of type SchemaType Modifier and Type Method Description voidSchemaQuery. setType(SchemaType type)SchemaQuery.BuilderSchemaQuery.Builder. type(SchemaType type) -
Uses of SchemaType in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type SchemaType Modifier and Type Method Description javax.ws.rs.core.ResponseSchemaService. create(@NotNull SchemaType type, @NotNull SchemaTO schemaTO)Creates a new schema.voidAnyService. delete(@NotNull String key, @NotNull SchemaType schemaType, @NotNull String schema)Deletes the attribute, owned by the given any object, for the given schema type and schema.voidSchemaService. delete(@NotNull SchemaType type, @NotNull String key)Deletes the schema matching the given type and key.Set<Attr>AnyService. read(@NotNull String key, @NotNull SchemaType schemaType)Reads the list of attributes owned by the given any object for the given schema type.AttrAnyService. read(@NotNull String key, @NotNull SchemaType schemaType, @NotNull String schema)Reads the attribute, owned by the given any object, for the given schema type and schema.<T extends SchemaTO>
TSchemaService. read(@NotNull SchemaType type, @NotNull String key)Returns schema matching the given type and key.javax.ws.rs.core.ResponseAnyService. update(@NotNull String key, @NotNull SchemaType schemaType, @NotNull Attr attrTO)Adds or replaces the attribute, owned by the given any object, for the given schema type and schema.voidSchemaService. update(@NotNull SchemaType type, @NotNull SchemaTO schemaTO)Updates the schema matching the given type and key. -
Uses of SchemaType in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type SchemaType Modifier and Type Method Description <T extends SchemaTO>
TSchemaLogic. create(SchemaType schemaType, T schemaTO)voidSchemaLogic. delete(SchemaType schemaType, String schemaKey)protected booleanSchemaLogic. doesSchemaExist(SchemaType schemaType, String name)<T extends SchemaTO>
TSchemaLogic. read(SchemaType schemaType, String schemaKey)<T extends SchemaTO>
List<T>SchemaLogic. search(SchemaType schemaType, List<String> anyTypeClasses, String keyword)<T extends SchemaTO>
voidSchemaLogic. update(SchemaType schemaType, T schemaTO) -
Uses of SchemaType in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return SchemaType Modifier and Type Method Description SchemaTypeIntAttrName. getSchemaType()Methods in org.apache.syncope.core.provisioning.api that return types with arguments of type SchemaType Modifier and Type Method Description protected Pair<Schema,SchemaType>IntAttrNameParser. find(String key)Methods in org.apache.syncope.core.provisioning.api with parameters of type SchemaType Modifier and Type Method Description voidIntAttrName. setSchemaType(SchemaType schemaType) -
Uses of SchemaType in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SchemaType Modifier and Type Method Description protected voidAbstractAnyService. addUpdateOrReplaceAttr(String key, SchemaType schemaType, Attr attrTO, PatchOperation operation)javax.ws.rs.core.ResponseSchemaServiceImpl. create(SchemaType schemaType, SchemaTO schemaTO)voidAbstractAnyService. delete(String key, SchemaType schemaType, String schema)voidSchemaServiceImpl. delete(SchemaType schemaType, String key)Set<Attr>AbstractAnyService. read(String key, SchemaType schemaType)AttrAbstractAnyService. read(String key, SchemaType schemaType, String schema)<T extends SchemaTO>
TSchemaServiceImpl. read(SchemaType schemaType, String key)javax.ws.rs.core.ResponseAbstractAnyService. update(String key, SchemaType schemaType, Attr attrTO)voidSchemaServiceImpl. update(SchemaType schemaType, SchemaTO schemaTO)
-