|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.dstore.core.model.DataStoreSchema
This class is used for defining the base DataStore schema. All miner schemas are derived from the schema defined here. This class provides getters for quickly getting at commonly used schema descriptors.
Field Summary | |
---|---|
static String |
C_ADD_MINERS
|
static String |
C_CANCEL
|
static String |
C_CLOSE
|
static String |
C_EXIT
|
static String |
C_INIT_MINERS
|
static String |
C_MODIFY
|
static String |
C_NOTIFICATION
|
static String |
C_OPEN
|
static String |
C_QUERY
|
static String |
C_QUERY_CLIENT_IP
|
static String |
C_QUERY_INSTALL
|
static String |
C_REFRESH
|
static String |
C_SCHEMA
|
static String |
C_SEND_INPUT
|
static String |
C_SET
|
static String |
C_SET_HOST
|
static String |
C_VALIDATE_TICKET
|
static String |
Copyright
|
Constructor Summary | |
---|---|
DataStoreSchema(DataStore dataStore)
Constructor |
Method Summary | |
---|---|
void |
extendSchema(DataElement schemaRoot)
This method is called when the DataStore is initialized. |
DataElement |
getAbstractCommandDescriptor()
Returns the base command descriptor |
DataElement |
getAbstractedByRelation()
Returns the abstracted by relationship descriptor |
DataElement |
getAbstractObjectDescriptor()
Returns the base object descriptor |
DataElement |
getAbstractRelationDescriptor()
Returns the base relation descriptor |
DataElement |
getAbstractsRelation()
Returns the abstracts relationship descriptor |
DataElement |
getAttributesRelation()
Returns the attributes relationship descriptor |
DataElement |
getCommandDescriptor()
Returns the base command descriptor |
DataElement |
getContainerType()
Returns the container base object descriptor |
DataElement |
getContentsRelation()
Returns the contents relationship descriptor |
DataElement |
getObjectDescriptor()
Returns the base object descriptor |
DataElement |
getRelationDescriptor()
Returns the base relation descriptor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
public static String C_VALIDATE_TICKET
public static String C_SET
public static String C_MODIFY
public static String C_SET_HOST
public static String C_SCHEMA
public static String C_ADD_MINERS
public static String C_INIT_MINERS
public static String C_OPEN
public static String C_CANCEL
public static String C_SEND_INPUT
public static String C_QUERY
public static String C_REFRESH
public static String C_EXIT
public static String C_CLOSE
public static String C_NOTIFICATION
public static String C_QUERY_INSTALL
public static String C_QUERY_CLIENT_IP
Constructor Detail |
public DataStoreSchema(DataStore dataStore)
dataStore
- the associated DataStoreMethod Detail |
public DataElement getAbstractedByRelation()
public DataElement getAbstractsRelation()
public DataElement getContentsRelation()
public DataElement getAttributesRelation()
public DataElement getContainerType()
public DataElement getObjectDescriptor()
public DataElement getCommandDescriptor()
public DataElement getRelationDescriptor()
public DataElement getAbstractObjectDescriptor()
public DataElement getAbstractCommandDescriptor()
public DataElement getAbstractRelationDescriptor()
public void extendSchema(DataElement schemaRoot)
schemaRoot
- the root object of the DataStore schema
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |