Package | Description |
---|---|
org.elkoserver.server.context |
The Elko Context Server.
|
Modifier and Type | Method and Description |
---|---|
Item |
Contextor.createGeoItem(String name,
boolean isPossibleContainer,
boolean isDeletable,
double lat,
double lon)
Return a newly minted geo-positioned Item (i.e., one created at runtime
rather than loaded from the object database).
|
Item |
Contextor.createItem(String name,
boolean isPossibleContainer,
boolean isDeletable)
Return a newly minted Item (i.e., one created at runtime rather than
loaded from the object database).
|
Item |
BasicObject.createItem(String name,
boolean isPossibleContainer,
boolean isDeletable)
Create a
Item directly (i.e., create it at runtime rather than
loading it from the database). |
Modifier and Type | Method and Description |
---|---|
Iterable<Item> |
BasicObject.contents()
Obtain an iterable for this object's contents.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentsWatcher.noteContentsAddition(Item what)
Do whatever you want when an item is added to the container.
|
void |
ContentsWatcher.noteContentsRemoval(Item what)
Do whatever you want when an item is removed from the container.
|
Constructor and Description |
---|
User(String name,
Mod[] mods,
Item[] contents,
String ref,
Position pos)
Direct constructor.
|
Copyright © 2017. All rights reserved.