com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user
Class Collaboration
java.lang.Object
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.user.Collaboration
- All Implemented Interfaces:
- java.io.Serializable
public class Collaboration
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Collaboration
public Collaboration()
Collaboration
public Collaboration(java.lang.String name,
java.lang.String domainName,
UserGroup invitedParticipants)
addParticipant
public void addParticipant(User user)
removeParticipant
public User removeParticipant(User user)
isMaster
public boolean isMaster(User u)
getUser
public User getUser(java.lang.String userId)
getName
public java.lang.String getName()
getDomainName
public java.lang.String getDomainName()
getInvitedParticipants
public UserGroup getInvitedParticipants()
getPresentParticipants
public UserGroup getPresentParticipants()
setName
public void setName(java.lang.String name)
setDomainName
public void setDomainName(java.lang.String domainName)
setInvitedParticipants
public void setInvitedParticipants(UserGroup invitedParticipants)
setPresentParticipants
public void setPresentParticipants(UserGroup presentParticipants)
isInvited
public boolean isInvited(User u)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
getMaster
public User getMaster()
setMaster
public void setMaster(User master)
Copyright © 2010 eBM WebSourcing. All Rights Reserved.