Package | Description |
---|---|
org.alfresco.repo.invitation |
The implementation of the Invitation Service.
|
org.alfresco.service.cmr.invitation |
Provides the public interface for the invitation service that is used
to invite users to sites.
|
Modifier and Type | Class and Description |
---|---|
class |
InvitationSearchCriteriaImpl |
Modifier and Type | Method and Description |
---|---|
List<Invitation> |
InvitationServiceImpl.searchInvitation(InvitationSearchCriteria criteria)
Deprecated.
|
List<Invitation> |
InvitationServiceImpl.searchInvitation(InvitationSearchCriteria criteria,
int limit)
This is the general search invitation method returning
Invitation
This is the recommended method to use for searching invitations; Consider
that the performance of the method will be greatly influenced by the
limit specified |
Modifier and Type | Method and Description |
---|---|
List<Invitation> |
InvitationService.searchInvitation(InvitationSearchCriteria criteria)
Deprecated.
|
List<Invitation> |
InvitationService.searchInvitation(InvitationSearchCriteria criteria,
int limit)
This is the general search invitation method returning
Invitation
This is the recommended method to use for searching invitations; Consider
that the performance of the method will be greatly influenced by the
limit specified |
Copyright © 2005–2017 Alfresco Software. All rights reserved.