org.xwiki.invitation.test.po
Interface InspectInvitationsPage.OneMessage

All Known Implementing Classes:
InspectInvitationsPage.AsAdmin.OneMessage, InspectInvitationsPage.AsUser.OneMessage
Enclosing class:
InspectInvitationsPage

public static interface InspectInvitationsPage.OneMessage


Method Summary
 InvitationActionConfirmationElement cancel()
           
 TableElement clickMessageHistory()
           
 InvitationMessageDisplayElement getMessage()
           
 String getStatusAndMemo()
           
 String notSpam(String message)
          Returns the message telling the user that they successfully set the status to not spam
 

Method Detail

getMessage

InvitationMessageDisplayElement getMessage()

notSpam

String notSpam(String message)
Returns the message telling the user that they successfully set the status to not spam


cancel

InvitationActionConfirmationElement cancel()

getStatusAndMemo

String getStatusAndMemo()

clickMessageHistory

TableElement clickMessageHistory()


Copyright © 2004-2013 XWiki. All Rights Reserved.