|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.netuix.application.communities.invitations.InviteeFactory
public class InviteeFactory
Factory for creating new instances of Invitee objects. <p/>For more information see the discussion of invitations or the overview of community functionality.
| Constructor Summary | |
|---|---|
InviteeFactory() |
|
| Method Summary | |
|---|---|
static Invitee |
newInvitee(String wlsUserName, MessagingAddress messagingAddress)Creates a new Invitee object using the supplied WLS username and messaging address |
static Invitee |
newInvitee(String wlsUserName, MessagingAddress messagingAddress, Collection<MembershipCapability> capabilities)Creates a new Invitee object using the supplied WLS username, messaging address and collection of desired MembershipCapabilities. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InviteeFactory()
| Method Detail |
|---|
public static Invitee newInvitee(String wlsUserName,
MessagingAddress messagingAddress,
Collection<MembershipCapability> capabilities)
Invitee object using the supplied WLS username, messaging address and collection of desired MembershipCapabilities.wlsUserName - the WLS user to invite, if known. Either this or messagingAddress must be non-nullmessagingAddress - the messaging address to send the invitation to, generally used if the Invitee is not yet a WLS user.capabilities - the MembershipCapabilities that Invitee should receive upon accepting the Invitation.
public static Invitee newInvitee(String wlsUserName,
MessagingAddress messagingAddress)
Invitee object using the supplied WLS username and messaging addresswlsUserName - the WLS user to invite, if known. Either this or messagingAddress must be non-nullmessagingAddress - the messaging address to send the invitation to, generally used if the Invitee is not yet a WLS user
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.