|
Remote System Explorer DataStore Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.dstore.core.model.DataStoreSchema
public class 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_ACTIVATE_MINER
|
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_QUERY_JVM
|
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_SET_PREFERENCE
|
static String |
C_VALIDATE_TICKET
|
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 C_VALIDATE_TICKET
public static final String C_SET
public static final String C_MODIFY
public static final String C_SET_HOST
public static final String C_SCHEMA
public static final String C_SET_PREFERENCE
public static final String C_ADD_MINERS
public static final String C_ACTIVATE_MINER
public static final String C_INIT_MINERS
public static final String C_OPEN
public static final String C_CANCEL
public static final String C_SEND_INPUT
public static final String C_QUERY
public static final String C_REFRESH
public static final String C_EXIT
public static final String C_CLOSE
public static final String C_NOTIFICATION
public static final String C_QUERY_INSTALL
public static final String C_QUERY_CLIENT_IP
public static final String C_QUERY_JVM
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 System Explorer DataStore Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |