|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
nesstar.rdf.RDFObject
nesstar.api.common.ResourceHome
nesstar.api.common.DCResourceHome
nesstar.api.common.EGMSResourceHome
nesstar.api.common.EGMSResource2Home
public class EGMSResource2Home
An API class for the EGMSResource2Home Code automatically generated from ARGO/UML
| Field Summary | |
|---|---|
static String |
CLASS_ID
|
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
EGMSResource2Home(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
Bookmark |
EJBQuery(String query)
|
List |
EJBQuery(String where,
BasicExecutorLog log)
|
Bookmark |
findAll()
|
List |
findAll(BasicExecutorLog log)
|
Bookmark |
findByKey(String id)
|
Resource |
findByKey(String id,
BasicExecutorLog log)
|
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
static ResourceHome |
getInstance(RDFDB db,
URL id)
If an object of type nesstar.api.common.ResourceHome with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static ResourceHome |
getInstance(String rdf)
|
void |
initialised()
Notify that the object has been created and its properties setup for the first time. |
static void |
listenForNewObj(NewObjListener listener)
Register to be notified when new objects are added. |
static ResourceHome |
retrieve(URL id)
If an object of type EGMSResource2Home with the indicated id has already being retrieved from the network returns it otherwise retrieve it together with its class information (methods, properties, etc.) |
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String CLASS_ID
| Constructor Detail |
|---|
public EGMSResource2Home(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be createdid - the id of the object to create
Exception| Method Detail |
|---|
public static Vector getAllInstances(RDFDB db)
throws Exception
db - the db where the instances are to be found
Exception
public static Vector getAllInstances()
throws Exception
Exception
public static ResourceHome getInstance(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be found or createdid - the id of the object to retrieve or create
Exception
public static ResourceHome getInstance(String rdf)
throws Exception
rdf - some rdf code that contains a description of an object of this kind
Exceptionpublic static void listenForNewObj(NewObjListener listener)
listener - the listenerpublic void initialised()
initialised in class EGMSResourceHome
public static ResourceHome retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exception
public Bookmark EJBQuery(String query)
throws Exception
EJBQuery in class EGMSResourceHomequery - An EJB-QL query that returns objects of the type created by this Home.
Exception
public List EJBQuery(String where,
BasicExecutorLog log)
throws Exception
EJBQuery in class EGMSResourceHomelog - the Executor of this method;if null a default one is usedwhere -
Exception
public Bookmark findByKey(String id)
throws Exception
findByKey in class EGMSResourceHomeid - the id of the object to be found
Exception
public Resource findByKey(String id,
BasicExecutorLog log)
throws Exception
findByKey in class EGMSResourceHomeid - the id of the object to be foundlog - the Executor of this method;if null a default one is used
Exception
public Bookmark findAll()
throws Exception
findAll in class EGMSResourceHomeException
public List findAll(BasicExecutorLog log)
throws Exception
findAll in class EGMSResourceHomelog - the Executor of this method;if null a default one is used
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||