Uses of Class
org.alfresco.service.cmr.invitation.InvitationSearchCriteria.InvitationType
-
Packages that use InvitationSearchCriteria.InvitationType 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.InvitationType in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation that return InvitationSearchCriteria.InvitationType Modifier and Type Method Description InvitationSearchCriteria.InvitationTypeInvitationSearchCriteriaImpl. getInvitationType()Methods in org.alfresco.repo.invitation with parameters of type InvitationSearchCriteria.InvitationType Modifier and Type Method Description voidInvitationSearchCriteriaImpl. setInvitationType(InvitationSearchCriteria.InvitationType invitationType) -
Uses of InvitationSearchCriteria.InvitationType in org.alfresco.service.cmr.invitation
Methods in org.alfresco.service.cmr.invitation that return InvitationSearchCriteria.InvitationType Modifier and Type Method Description InvitationSearchCriteria.InvitationTypeInvitationSearchCriteria. getInvitationType()Do you want to search for moderated, nominated or all invitations ?static InvitationSearchCriteria.InvitationTypeInvitationSearchCriteria.InvitationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InvitationSearchCriteria.InvitationType[]InvitationSearchCriteria.InvitationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-