Public Member Functions | |
| SchemaEnforcer () | |
| void | addAttribute (String name) |
| void | addMandatory (String name) |
| void | addClass (String name) |
| void | reduce (DBObject dbo) throws DirectorException |
| Enumeration | getAttributes () |
| String[] | getAttributesStr () |
| Enumeration | getMandatoryAttributes () |
Static Public Member Functions | |
| static SchemaEnforcer | getSchemaEnforcer (String names) throws DirectorException |
| static void | addSchema (SchemaEnforcer schema, String name) |
| static void | deleteSchema (String name) |
| static void | putTemporarySchema (SchemaEnforcer schema, String name) |
Protected Member Functions | |
| SchemaEnforcer (Enumeration names) throws DirectorException | |
| void | addSchema (String name) throws DirectorException |
| void | add (Vector target, Vector list) |
| void | add (Vector target, String name) |
Static Protected Member Functions | |
| static DBObject | getSchema (String name) throws DirectorException |
Package Attributes | |
| Vector | musthave = new Vector() |
| Vector | mayhave = new Vector() |
| Vector | classes = new Vector() |
| Hashtable | templates = new Hashtable() |
| Vector | templateOrder = new Vector() |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5