|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Savable
Interface for all the objects of the Agent Interaction Layer that are represented in the Contact Server. These objects can be modified and saved.
| Method Summary | |
|---|---|
java.lang.String |
getContactServerId()
Returns the internal Contact Server ID of this object. |
boolean |
isDirty()
Returns true if this object has been modified
since it was last saved. |
void |
save()
Saves the object into the Contact Server. |
| Method Detail |
|---|
void save()
throws RequestFailedException
RequestFailedExceptionboolean isDirty()
true if this object has been modified
since it was last saved.
java.lang.String getContactServerId()
getId() in all other cases.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||