| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractSchemaTO> |
SchemaService.create(AttributableType attrType,
SchemaType schemaType,
T schemaTO)
Creates a new schema.
|
void |
SchemaService.delete(AttributableType attrType,
SchemaType schemaType,
String schemaName)
Deletes the schema matching the given kind, type and name.
|
<T extends AbstractSchemaTO> |
SchemaService.list(AttributableType attrType,
SchemaType schemaType)
Returns a list of schemas with matching kind and type.
|
<T extends AbstractSchemaTO> |
SchemaService.read(AttributableType attrType,
SchemaType schemaType,
String schemaName)
Returns schema matching the given kind, type and name.
|
<T extends AbstractSchemaTO> |
SchemaService.update(AttributableType attrType,
SchemaType schemaType,
String schemaName,
T schemaTO)
Updates the schema matching the given kind, type and name.
|
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaType.fromToClass(Class<? extends AbstractSchemaTO> toClass) |
static SchemaType |
SchemaType.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.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.