/** * Provides the public interface for the invitation service that is used * to invite users to sites. *
* Two types of invitation are provided, Nominated invitations, where a user * nominates another user to become a member of a site and moderated invitations where a user askes to become a member of a site and * its then up to an administrator to either accept or reject the invitation. */ @PackageMarker package org.alfresco.service.cmr.invitation; import org.alfresco.util.PackageMarker;