Interface InvitationSearchCriteria
-
- All Known Implementing Classes:
InvitationSearchCriteriaImpl
public interface InvitationSearchCriteriaSearch criteria for invitation service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInvitationSearchCriteria.InvitationTypeWhat type of invitations to search for ?
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvitationSearchCriteria.InvitationTypegetInvitationType()Do you want to search for moderated, nominated or all invitations ?java.lang.StringgetInvitee()Search by invitee (who is being invited, alfresco userid)java.lang.StringgetInviter()Search by inviter (who started the invitation)java.lang.StringgetResourceName()Search by resource nameInvitation.ResourceTypegetResourceType()Search by resource type
-
-
-
Method Detail
-
getInviter
java.lang.String getInviter()
Search by inviter (who started the invitation)- Returns:
- String
-
getInvitee
java.lang.String getInvitee()
Search by invitee (who is being invited, alfresco userid)- Returns:
- String
-
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.
-
-