org.alfresco.service.cmr.invitation
Interface ModeratedInvitation

All Superinterfaces:
Invitation

public interface ModeratedInvitation
extends Invitation

The moderated invitation request is a model object for who, needs to be added or removed from which resource with which attributes. Invitations are processed by the InvitationService

See Also:
InvitationService

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.invitation.Invitation
Invitation.InvitationType, Invitation.ResourceType
 
Method Summary
 java.lang.String getInviteeComments()
          The invitee comments - why does the invitee want access ?
 
Methods inherited from interface org.alfresco.service.cmr.invitation.Invitation
getInvitationType, getInviteeUserName, getInviteId, getResourceName, getResourceType, getRoleName
 

Method Detail

getInviteeComments

java.lang.String getInviteeComments()
The invitee comments - why does the invitee want access ?

Returns:
invitee comments


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.