Uses of Class
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user.User

Packages that use User
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.editor   
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event   
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.service   
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to   
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user   
com.ebmwebsourcing.bpmneditor.collaboration.comet.server   
 

Uses of User in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.editor
 

Constructors in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.editor with parameters of type User
CometStandAloneBPMNEditor(User u, Collaboration c)
           
 

Uses of User in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event that return User
 User UserChangeEvent.getUser()
           
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event with parameters of type User
 void UserChangeEvent.setUser(User user)
           
 

Constructors in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event with parameters of type User
UserChangeEvent(Collaboration collaboration, User user)
           
UserJoinedCollaborationEvent(Collaboration collaboration, User user)
           
UserLeftCollaborationEvent(Collaboration collaboration, User user)
           
 

Uses of User in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.service
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.service with parameters of type User
 void DeltaService.changeDrawingPanel(User user, java.lang.String defsId)
           
 void DeltaServiceAsync.changeDrawingPanel(User user, java.lang.String defsId, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 void DeltaService.closeDrawingPanel(User user, java.lang.String defsId)
           
 void DeltaServiceAsync.closeDrawingPanel(User user, java.lang.String defsId, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 void DeltaService.joinCollaboration(User user, java.lang.String name)
           
 void DeltaServiceAsync.joinCollaboration(User user, java.lang.String name, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 void DeltaService.leaveCollaboration(User user)
           
 void DeltaServiceAsync.leaveCollaboration(User user, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 boolean DeltaService.lock(User user)
           
 void DeltaServiceAsync.lock(User user, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
           
 void DeltaService.newDrawingPanel(User user, com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel defs)
           
 void DeltaServiceAsync.newDrawingPanel(User user, com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel defs, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 void DeltaService.pushCurrentState(User master, java.util.ArrayList<com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel> state)
           
 void DeltaServiceAsync.pushCurrentState(User master, java.util.ArrayList<com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel> state, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 void DeltaService.submitModification(User user, CometLogEntry entry)
           
 void DeltaServiceAsync.submitModification(User user, CometLogEntry entry, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 boolean DeltaService.unlock(User user)
           
 void DeltaServiceAsync.unlock(User user, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
           
 

Uses of User in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to that return User
 User CollaborationStatus.getUserById(java.lang.String userId)
           
 

Uses of User in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user
 

Subclasses of User in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user
 class BasicUser
           
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user that return User
 User Collaboration.getMaster()
           
 User Collaboration.getUser(java.lang.String userId)
           
 User Collaboration.removeParticipant(User user)
           
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user that return types with arguments of type User
 java.util.Collection<User> UserGroup.getUsers()
           
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user with parameters of type User
 void Collaboration.addParticipant(User user)
           
 void UserGroup.addUser(User user)
           
 boolean UserGroup.isInGroup(User user)
           
 boolean Collaboration.isInvited(User u)
           
 boolean Collaboration.isMaster(User u)
           
 User Collaboration.removeParticipant(User user)
           
 void UserGroup.removeUser(User user)
           
 void Collaboration.setMaster(User master)
           
 

Method parameters in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user with type arguments of type User
 void UserGroup.setUsers(java.util.Set<User> users)
           
 

Uses of User in com.ebmwebsourcing.bpmneditor.collaboration.comet.server
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.server with parameters of type User
 void DeltaServiceImpl.changeDrawingPanel(User user, java.lang.String defsId)
           
 void DeltaServiceImpl.closeDrawingPanel(User user, java.lang.String defsId)
           
 void DeltaServiceImpl.joinCollaboration(User user, java.lang.String name)
           
 void DeltaServiceImpl.leaveCollaboration(User user)
           
 boolean DeltaServiceImpl.lock(User user)
           
 void DeltaServiceImpl.newDrawingPanel(User user, com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel defs)
           
 void DeltaServiceImpl.pushCurrentState(User master, java.util.ArrayList<com.ebmwebsourcing.bpmneditor.presentation.gwt.client.bpmneditor.bpmn2.renderer.DefinitionsSyntaxModel> state)
           
 void DeltaServiceImpl.submitModification(User user, CometLogEntry entry)
           
 boolean DeltaServiceImpl.unlock(User user)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.