public interface Schema
| Modifier and Type | Method and Description |
|---|---|
void |
addDependencies(java.lang.String... dependencies)
Add a set of dependencies this schema uses.
|
void |
disable()
Disable the schema
|
void |
enable()
Enable the schema
|
java.util.Set<SchemaObjectWrapper> |
getContent()
Gets the set of SchemaObject elements declared in this schema
|
java.lang.String[] |
getDependencies()
Gets the names of other schemas that the objects within this
Schema depends upon.
|
java.lang.String |
getOwner()
Gets the name of the owner of the schema objects within this
Schema.
|
java.lang.String |
getSchemaName()
Gets the name of the logical schema the objects of this Schema
belong to: e.g.
|
boolean |
isDisabled()
Checks whether or not this schema is enabled or disabled.
|
boolean |
isEnabled()
Checks whether or not this schema is enabled or disabled.
|
boolean isDisabled()
void disable()
boolean isEnabled()
void enable()
java.lang.String getOwner()
java.lang.String getSchemaName()
java.lang.String[] getDependencies()
void addDependencies(java.lang.String... dependencies)
dependencies - The dependencies to addjava.util.Set<SchemaObjectWrapper> getContent()