|
|||||||||
| 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.User
public class User
A User.
Code automatically generated from APIMaker on Mon Feb 26 16:35:40 GMT+00:00
2001
| Field Summary | |
|---|---|
static String |
CLASS_ID
Description of the Field |
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
User(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
Bookmark |
AcceptAgreement(String agreement)
Accept to abide by the terms of an agreement proposed by a data distributor. |
String |
get_name()
|
String |
get_password()
|
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
static User |
getInstance(RDFDB db,
URL id)
If an object of type User with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static User |
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 User |
retrieve(URL id)
If an object of type User with the indicated id has already being retrieved from the network returns it otherwise retrieve it together with its class information (methods, properties, etc.) |
void |
set_name(String name)
|
void |
set_password(String password)
|
Bookmark |
SetCurrentProject(String project)
Select the project that the data the user is accessing it's going to be used for. |
| 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 User(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 void set_name(String name)
name - The full name of the user, for ex: John Smithpublic void set_password(String password)
password - The password, a case-sensitive string.
public Bookmark SetCurrentProject(String project)
throws Exception
project - The ID of the project's text.
Exception
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 User 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 User getInstance(String rdf)
throws Exception
rdf - some rdf code that contains a description of an object of this
kind
Exceptionpublic String get_name()
public String get_password()
public static void listenForNewObj(NewObjListener listener)
listener - the listenerpublic void initialised()
initialised in class RDFObject
public static User retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exception
public Bookmark AcceptAgreement(String agreement)
throws Exception
agreement - The ID of the agreement's text.
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||