org.alfresco.service.cmr.invitation
Interface InvitationSearchCriteria

All Known Implementing Classes:
InvitationSearchCriteriaImpl

public interface InvitationSearchCriteria

Search criteria for invitation service


Nested Class Summary
static class InvitationSearchCriteria.InvitationType
          What type of invitations to search for ?
 
Method Summary
 InvitationSearchCriteria.InvitationType getInvitationType()
          Do you want to search for moderated, nominated or all invitations ?
 java.lang.String getInvitee()
          Search by invitee (who is being invited, alfresco userid)
 java.lang.String getInviter()
          Search by inviter (who started the invitation)
 java.lang.String getResourceName()
          Search by resource name
 Invitation.ResourceType getResourceType()
          Search by resource type
 

Method Detail

getInviter

java.lang.String getInviter()
Search by inviter (who started the invitation)

Returns:

getInvitee

java.lang.String getInvitee()
Search by invitee (who is being invited, alfresco userid)

Returns:

getResourceName

java.lang.String getResourceName()
Search by resource name

Returns:
the resource name

getResourceType

Invitation.ResourceType getResourceType()
Search by resource type

Returns:
the resource type

getInvitationType

InvitationSearchCriteria.InvitationType getInvitationType()
Do you want to search for moderated, nominated or all invitations ?

Returns:
the type to search for.


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