Uses of Interface
org.alfresco.service.cmr.invitation.InvitationSearchCriteria
-
Packages that use InvitationSearchCriteria 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. -
-
Uses of InvitationSearchCriteria in org.alfresco.repo.invitation
Classes in org.alfresco.repo.invitation that implement InvitationSearchCriteria Modifier and Type Class Description classInvitationSearchCriteriaImplMethods in org.alfresco.repo.invitation with parameters of type InvitationSearchCriteria Modifier and Type Method Description java.util.List<Invitation>InvitationServiceImpl. searchInvitation(InvitationSearchCriteria criteria)Deprecated.java.util.List<Invitation>InvitationServiceImpl. searchInvitation(InvitationSearchCriteria criteria, int limit)This is the general search invitation method returningInvitationThis is the recommended method to use for searching invitations; Consider that the performance of the method will be greatly influenced by the limit specified -
Uses of InvitationSearchCriteria in org.alfresco.service.cmr.invitation
Methods in org.alfresco.service.cmr.invitation with parameters of type InvitationSearchCriteria Modifier and Type Method Description java.util.List<Invitation>InvitationService. searchInvitation(InvitationSearchCriteria criteria)Deprecated.java.util.List<Invitation>InvitationService. searchInvitation(InvitationSearchCriteria criteria, int limit)This is the general search invitation method returningInvitationThis is the recommended method to use for searching invitations; Consider that the performance of the method will be greatly influenced by the limit specified
-