Interface InvitationSearchCriteria
- All Known Implementing Classes:
InvitationSearchCriteriaImpl
public interface InvitationSearchCriteria
Search criteria for invitation service
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumWhat type of invitations to search for ? -
Method Summary
Modifier and TypeMethodDescriptionDo you want to search for moderated, nominated or all invitations ?Search by invitee (who is being invited, alfresco userid)Search by inviter (who started the invitation)Search by resource nameSearch by resource type
-
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
InvitationSearchCriteria.InvitationType getInvitationType()Do you want to search for moderated, nominated or all invitations ?- Returns:
- the type to search for.
-