Package | Description |
---|---|
de.innovationgate.webgate.api |
Basic functionality of the WGAPI including most of the database-independent functionality.
|
de.innovationgate.webgate.api.schemadef |
Classes to create schema definitions for OpenWGA content stores
|
Modifier and Type | Method and Description |
---|---|
WGSchemaDefinition |
WGDatabase.createSchemaDefinition()
Creates a schema definition containing all content types and areas in this database with their current metadata.
|
WGSchemaDefinition |
WGDatabase.getSchemaDefinition()
Returns the schema definition in effect on this database
|
Modifier and Type | Method and Description |
---|---|
void |
WGDatabase.enforceSchema(WGSchemaDefinition schemaDef)
Enforces the given schema definition on the database
|
Modifier and Type | Method and Description |
---|---|
static WGSchemaDefinition |
WGSchemaDefinition.read(java.io.InputStream in)
Read a serialized schema definition from an input stream
|
Modifier and Type | Method and Description |
---|---|
void |
WGSchemaDefinition.importSchema(WGSchemaDefinition schemaDef) |