Updated list of operations.
On Thu, Sep 23, 2010 at 5:45 PM, Lennard de Rijk <[email protected]>wrote:
>
> Hi all,
>
> With the implementation of the Robot API under way we have pushed out
> the interface under which all robot operations will be implemented [0].
> While we are working on the event generation for robots in the passive API
> we would like to ask you (the community) for help with implementing the
> operations that robots must be able to perform. The list of operations
> indicated by their value in OperationType class and roughly sorted on
> difficulty are listed below. You can pick whatever you like, be it easy or
> something you would like robots to do as soon as everything is in place.
>
>
>
To be done:
- WAVELET_ADD_PARTICIPANT_NEWSYNTAX("wavelet.addParticipant"),
- WAVELET_REMOVE_PARTICIPANT_NEWSYNTAX("wavelet.removeParticipant")
- WAVELET_REMOVE_SELF("wavelet.removeSelf")
- BLIP_CONTINUE_THREAD("blip.continueThread")
- BLIP_CREATE_CHILD("blip.createChild")
- BLIP_DELETE("blip.delete")
- DOCUMENT_DELETE("document.delete")
- DOCUMENT_DELETE_ANNOTATION("document.deleteAnnotation")
- DOCUMENT_APPEND_MARKUP("document.appendMarkup")
- DOCUMENT_APPEND_STYLED_TEXT("document.appendStyledText")
- DOCUMENT_INSERT("document.insert")
- DOCUMENT_REPLACE("document.replace")
- DOCUMENT_APPEND_ELEMENT("document.appendElement")
- DOCUMENT_DELETE_ELEMENT("document.deleteElement")
- DOCUMENT_INSERT_ELEMENT("document.insertElement")
- DOCUMENT_INSERT_ELEMENT_AFTER("document.insertElementAfter")
- DOCUMENT_INSERT_ELEMENT_BEFORE("document.insertElementBefore")
- DOCUMENT_MODIFY_ELEMENT_ATTRS("document.modifyElementAttrs")
- DOCUMENT_REPLACE_ELEMENT("document.replaceElement")
- DOCUMENT_APPEND_INLINE_BLIP("document.appendInlineBlip")
- DOCUMENT_INSERT_INLINE_BLIP("document.insertInlineBlip")
-
DOCUMENT_INSERT_INLINE_BLIP_AFTER_ELEMENT("document.insertInlineBlipAfterElement")
- DOCUMENT_SET_ANNOTATION("document.setAnnotation")
- DOCUMENT_SET_ANNOTATION_NORANGE("document.setAnnotationNoRange")
- DOCUMENT_APPEND("document.append")
- WAVELET_APPEND_DATADOC("wavelet.appendDatadoc")
- WAVELET_SET_DATADOC("wavelet.setDatadoc")
- ROBOT_NOTIFY("robot.notify")
Being worked on:
- DOCUMENT_MODIFY("document.modify")
- ROBOT_FETCH_WAVE("robot.fetchWave")
Completed:
- WAVELET_CREATE("wavelet.create")
- ROBOT_CREATE_WAVELET("robot.createWavelet")
- WAVELET_APPEND_BLIP("wavelet.appendBlip")
Greetings,
Lennard
--
You received this message because you are subscribed to the Google Groups "Wave
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en.