java.lang.Object
org.lucane.plugins.notes.NotesAction
- All Implemented Interfaces:
- java.io.Serializable
- class NotesAction
- extends java.lang.Object
- implements java.io.Serializable
This class represents an action transiting between the plugin and the service
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAVE_NOTE
public static final int SAVE_NOTE
- See Also:
- Constant Field Values
DELETE_NOTE
public static final int DELETE_NOTE
- See Also:
- Constant Field Values
GET_PERSONNAL_NOTES
public static final int GET_PERSONNAL_NOTES
- See Also:
- Constant Field Values
GET_PUBLISHED_AUTHORS
public static final int GET_PUBLISHED_AUTHORS
- See Also:
- Constant Field Values
GET_RECENT_PUBLISHED_NOTES
public static final int GET_RECENT_PUBLISHED_NOTES
- See Also:
- Constant Field Values
GET_PUBLISHED_NOTES_BY_AUTHOR
public static final int GET_PUBLISHED_NOTES_BY_AUTHOR
- See Also:
- Constant Field Values
SAVE_COMMENT
public static final int SAVE_COMMENT
- See Also:
- Constant Field Values
GET_COMMENTS_FOR_NOTE
public static final int GET_COMMENTS_FOR_NOTE
- See Also:
- Constant Field Values
action
private int action
param
private java.lang.Object param
NotesAction
public NotesAction(int action,
java.lang.Object param)
NotesAction
public NotesAction(int action)
getAction
public int getAction()
getParam
public java.lang.Object getParam()