|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.biomoby.registry.definitions.types.JObjectsSqlImpl
public final class JObjectsSqlImpl
email me at edward.kawas@gmail.com
Constructor Summary | |
---|---|
JObjectsSqlImpl()
|
Method Summary | |
---|---|
String[][] |
getFullObjectsAsArray()
method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), description, the objects lsid, the authority of the creator of the object, the email address of the creator, and the LSID for the relationship this object has with the other object all tab-delimited. |
String |
getObject(String name)
|
String |
getObjects()
method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited. |
String[][] |
getObjectsAsArray()
method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JObjectsSqlImpl() throws MobyException
MobyException
- if database driver cannot be found or there is an database
access error.Method Detail |
---|
public final String getObjects()
JObjectsI
PRE:None.
POST:A string containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.
getObjects
in interface JObjectsI
public final String getObject(String name)
name
- the name of the object to get information on
public String[][] getObjectsAsArray()
JObjectsI
PRE:None.
POST:A string array containing sub string arrays containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.
Example of the structure that is returned: [[object type, relationship type, object type relationship is with, articlename, description of the object type]]
note that articlename may not be applicable to all relationship types
getObjectsAsArray
in interface JObjectsI
public String[][] getFullObjectsAsArray()
PRE:None.
POST:A string array containing sub string arrays containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), description, the objects lsid, the authority of the creator of the object, the email address of the creator, and the LSID for the relationship this object has with the other object all tab-delimited
Example of the structure that is returned: [[object type, relationship type, object type relationship is with, articlename, description of the object type, object lsid, authority, email, lsid of the object this object has a relationship with]]
note that articlename may not be applicable to all relationship types
public static void main(String[] args) throws MobyException
MobyException
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |