|
|||||||||
| 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.rdf.RDFClass
nesstar.rdf.NSMethod
nesstar.api.Method
public class Method
A Method
Code automatically generated from APIMaker on Mon Dec 18 14:33:33 GMT+00:00
2000
| Field Summary | |
|---|---|
static String |
CLASS_ID
param |
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Fields inherited from interface nesstar.api.Type |
|---|
GET_FORM, NO_FORM, POST_DATA_FORM, POST_FORM |
| Constructor Summary | |
|---|---|
Method(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
Bookmark |
Cancel()
Cancel the execution of the method. |
Bookmark |
Execute()
Execute the method. |
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
static Method |
getInstance(RDFDB db,
URL id)
If an object of type Method with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Method |
getInstance(String rdf)
|
void |
initialised()
Notify that the object properties has been updated BUG: not just when the object has been created |
static void |
listenForNewObj(NewObjListener listener)
Register to be notified when new objects are added. |
static Method |
retrieve(URL id)
If an object of type Method 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 nesstar.rdf.NSMethod |
|---|
getId, getParameters |
| Methods inherited from class nesstar.rdf.RDFClass |
|---|
getAllMethods, getAllProperties, getDefaultValue, getFormType, getJavaSimpleType, getJavaType, getMethod, getMethods, getProperties, getProperty, getRDFClass, getRDFClass, getStringToTypeOp, getSuperClass, getSuperClassRef, getValue, init, isAssignableFrom, isSubclassOf, needsFormType, toString |
| 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 Method(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 Method 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 Method 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 RDFObject
public static Method retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exception
public Bookmark Cancel()
throws Exception
Exception
public Bookmark Execute()
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||