Interface InvitationSearchCriteria

All Known Implementing Classes:
InvitationSearchCriteriaImpl

public interface InvitationSearchCriteria
Search criteria for invitation service
  • Method Details

    • getInviter

      String getInviter()
      Search by inviter (who started the invitation)
      Returns:
      String
    • getInvitee

      String getInvitee()
      Search by invitee (who is being invited, alfresco userid)
      Returns:
      String
    • getResourceName

      String getResourceName()
      Search by resource name
      Returns:
      the resource name
    • getResourceType

      Invitation.ResourceType getResourceType()
      Search by resource type
      Returns:
      the resource type
    • getInvitationType

      Do you want to search for moderated, nominated or all invitations ?
      Returns:
      the type to search for.