|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resource
This interface is used for making any data available to the Personalization Engine.
The ResourceDomain3 and ResourceManager3 interfaces are then used to operate on the data mapped in with the Resource interface.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String name)
Returns a dynamic property stored with the given name accessible from the resource. |
java.lang.String |
getId()
Returns id of the this Resource. |
java.util.Enumeration |
keys()
Get all keys associated for dynamic properties accessible from this resource. |
void |
put(java.lang.String name,
java.lang.Object value)
Store a dynamic property of the given value under the given name. |
void |
remove(java.lang.String name)
Remove object of specified key as a dynamic property of this resource. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.Object get(java.lang.String name)
java.lang.String getId()
manager.findById(resource.getId(), context).getId().equals(resource.getId())
returns true.
java.util.Enumeration keys()
void put(java.lang.String name, java.lang.Object value)
void remove(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |