public interface InvitationSearchCriteria
Modifier and Type | Interface and Description |
---|---|
static class |
InvitationSearchCriteria.InvitationType
What type of invitations to search for ?
|
Modifier and Type | Method and Description |
---|---|
InvitationSearchCriteria.InvitationType |
getInvitationType()
Do you want to search for moderated, nominated or all invitations ?
|
String |
getInvitee()
Search by invitee (who is being invited, alfresco userid)
|
String |
getInviter()
Search by inviter (who started the invitation)
|
String |
getResourceName()
Search by resource name
|
Invitation.ResourceType |
getResourceType()
Search by resource type
|
String getInviter()
String getInvitee()
String getResourceName()
Invitation.ResourceType getResourceType()
InvitationSearchCriteria.InvitationType getInvitationType()
Copyright © 2005–2017 Alfresco Software. All rights reserved.