|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NominatedInvitationProcess
The Invitation process is the interface provided by the invitation service to be implemented by each resource handler This invitation process is where someone nominates an invitee who then needs to accept or reject the nomination.
Method Summary | |
---|---|
void |
accept(Invitation request)
invitee accepts this request |
void |
cancel(Invitation request)
cancel this request |
Invitation |
invite(Invitation request,
java.lang.String comment)
|
void |
reject(Invitation request)
invitee rejects this request |
Method Detail |
---|
Invitation invite(Invitation request, java.lang.String comment)
invite
in interface InvitationProcess
void accept(Invitation request)
request
- void reject(Invitation request)
request
- void cancel(Invitation request)
cancel
in interface InvitationProcess
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |