| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommunityInviter
SPI interface that can be implemented to provide concrete Communities invitation facilities for a specific messaging communications method such as email, IM, notifications or any other channel that an application needs.
The overview of community functionality contains a description of the community framework.
| Method Summary | |
|---|---|
|  void | destroy()Allows InvitationValidationTextGeneratorimplementations the opportunity to release any
 resources obtained during init or to perform any
 necessary cleanup operations. | 
|  void | init(InvitationDetails details)Allows CommunityInviterimplementations the opportunity to perform any necessary initialization
 operations such as obtaining necessary resources such as
 database connections or loading file contents. | 
|  void | sendInvitations(InviteeIterator invitees)Sends individual invitations to the set of Inviteescontained within the inputInviteeIterator, according
 to the details for the invitation as contained in the inputInvitationDetailsargument. | 
| Method Detail | 
|---|
void init(InvitationDetails details)
          throws InviteException
CommunityInviter
 implementations the opportunity to perform any necessary initialization
 operations such as obtaining necessary resources such as
 database connections or loading file contents.
details - the specific details of the invitation
InviteException
void sendInvitations(InviteeIterator invitees)
                     throws InviteException
Invitees
 contained within the input InviteeIterator, according
 to the details for the invitation as contained in the input
 InvitationDetails argument.
invitees - an iterator containing all invitees to invite
InviteExceptionvoid destroy()
InvitationValidationTextGenerator
 implementations the opportunity to release any
 resources obtained during init or to perform any
 necessary cleanup operations.
| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||