Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.contact.infos
Class XContactAddInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.contact.infos.XContactAddInfo


public class XContactAddInfo
extends XDTO

Contact Add Information DTO.

  1. ContactID can be specified for an existing User.
  2. ContactEMailAddress can be set for an unknown User.

Field Summary
 String ContactEMailAddress
          A User's email/login name for a User that is not as yet registered with Waggle.
 XObjectID ContactID
          The User ID if they are an already registered Waggle User in either the internal or external Realm.
 boolean ContactSendInvitation
          Send an invitation.

 

Constructor Summary
XContactAddInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ContactID

public XObjectID ContactID
The User ID if they are an already registered Waggle User in either the internal or external Realm.

ContactEMailAddress

public String ContactEMailAddress
A User's email/login name for a User that is not as yet registered with Waggle. If the User is in the External Realm they will be a Named User. If the User is in the Internal realm they will be a Guest User. Only Named Users can add Guest Users.

ContactSendInvitation

public boolean ContactSendInvitation
Send an invitation. If true is specified an invitation will be sent now. If false is specified an invitation will not be sent until the User is added to a Conversation's membership.

Constructor Detail

XContactAddInfo

public XContactAddInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.