Uses of Class
org.alfresco.service.cmr.invitation.Invitation.InvitationType
-
Packages that use Invitation.InvitationType Package Description org.alfresco.service.cmr.invitation Provides the public interface for the invitation service that is used to invite users to sites. -
-
Uses of Invitation.InvitationType in org.alfresco.service.cmr.invitation
Methods in org.alfresco.service.cmr.invitation that return Invitation.InvitationType Modifier and Type Method Description Invitation.InvitationTypeInvitation. getInvitationType()What sort of invitation is this ?static Invitation.InvitationTypeInvitation.InvitationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Invitation.InvitationType[]Invitation.InvitationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-