|
|||||||||
| 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.dais.Category
nesstar.api.faster.FolderEx
public class FolderEx
| Field Summary |
|---|
| Fields inherited from class nesstar.api.dais.Category |
|---|
CLASS_ID |
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
FolderEx(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
void |
addFolderTree(Vector objsToSave)
Adds a feature to the FolderTree attribute of the FolderEx object |
String |
getBrowseListRDF()
|
static Category |
getInstance(RDFDB db,
URL id)
If an object with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static FolderEx |
getInstance(URL id,
String label)
If an object with the indicated id exists in the default db returns it otherwise create a new object in the db and returns it |
static FolderEx |
newInstance(String label)
Create a new local instance of FolderEx in the default db with an unique ID. |
| Methods inherited from class nesstar.api.dais.Category |
|---|
get_contents, getAllInstances, getAllInstances, getContents, getInstance, initialised, listenForNewObj, retrieve, set_contents |
| 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 |
| Constructor Detail |
|---|
public FolderEx(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 Category 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 FolderEx getInstance(URL id,
String label)
throws Exception
id - the id of the object to retrieve or createlabel - the label to assign to the object
Exception
public String getBrowseListRDF()
throws Exception
Exception
public static FolderEx newInstance(String label)
throws Exception
label - the label to assign to the object
Exception
public void addFolderTree(Vector objsToSave)
throws Exception
objsToSave - The feature to be added to the FolderTree attribute
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||