|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Schema
Base schema interface.
| Method Summary | |
|---|---|
void |
addDependencies(String... dependencies)
Add a set of dependencies this schema uses. |
void |
disable()
Disable the schema |
void |
enable()
Enable the schema |
Set<SchemaObjectWrapper> |
getContent()
Gets the set of SchemaObject elements declared in this schema |
String[] |
getDependencies()
Gets the names of other schemas that the objects within this Schema depends upon. |
String |
getOwner()
Gets the name of the owner of the schema objects within this Schema. |
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. |
| Method Detail |
|---|
boolean isDisabled()
void disable()
boolean isEnabled()
void enable()
String getOwner()
String getSchemaName()
String[] getDependencies()
void addDependencies(String... dependencies)
dependencies - The dependencies to addSet<SchemaObjectWrapper> getContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||