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 ?
|
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
|
java.lang.String getInviter()
java.lang.String getInvitee()
java.lang.String getResourceName()
Invitation.ResourceType getResourceType()
InvitationSearchCriteria.InvitationType getInvitationType()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.