com.ebmwebsourcing.bpmneditor.collaboration.comet.server
Class DeltaServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
de.novanic.eventservice.service.RemoteEventServiceServlet
com.ebmwebsourcing.bpmneditor.collaboration.comet.server.DeltaServiceImpl
- All Implemented Interfaces:
- DeltaService, com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, de.novanic.eventservice.service.EventExecutorService, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class DeltaServiceImpl
- extends de.novanic.eventservice.service.RemoteEventServiceServlet
- implements DeltaService
- See Also:
- Serialized Form
| Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
| Methods inherited from class de.novanic.eventservice.service.RemoteEventServiceServlet |
addEvent, addEventUserSpecific, getEventFilter, getRequest, isUserRegistered, isUserRegistered, removeEventFilter, setEventFilter |
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
| Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeltaServiceImpl
public DeltaServiceImpl()
joinCollaboration
public void joinCollaboration(User user,
java.lang.String name)
- Specified by:
joinCollaboration in interface DeltaService
pushCurrentState
public void pushCurrentState(User master,
java.util.ArrayList<com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel> state)
- Specified by:
pushCurrentState in interface DeltaService
leaveCollaboration
public void leaveCollaboration(User user)
- Specified by:
leaveCollaboration in interface DeltaService
changeDrawingPanel
public void changeDrawingPanel(User user,
java.lang.String defsId)
- Specified by:
changeDrawingPanel in interface DeltaService
closeDrawingPanel
public void closeDrawingPanel(User user,
java.lang.String defsId)
- Specified by:
closeDrawingPanel in interface DeltaService
newDrawingPanel
public void newDrawingPanel(User user,
com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel defs)
- Specified by:
newDrawingPanel in interface DeltaService
submitModification
public void submitModification(User user,
CometLogEntry entry)
- Specified by:
submitModification in interface DeltaService
lock
public boolean lock(User user)
- Specified by:
lock in interface DeltaService
unlock
public boolean unlock(User user)
- Specified by:
unlock in interface DeltaService
connnect
public CollaborationStatus connnect(java.lang.String editorID)
- Specified by:
connnect in interface DeltaService
disconnect
public boolean disconnect(java.lang.String editorID)
- Specified by:
disconnect in interface DeltaService
createCollaboration
public Collaboration createCollaboration(java.lang.String editorId,
java.lang.String collaborationName,
UserGroup coworkers)
- Specified by:
createCollaboration in interface DeltaService
Copyright © 2010 eBM WebSourcing. All Rights Reserved.