Uses of Class
org.alfresco.repo.invitation.script.ScriptInvitation
Packages that use ScriptInvitation
-
Uses of ScriptInvitation in org.alfresco.repo.invitation.script
Subclasses of ScriptInvitation in org.alfresco.repo.invitation.scriptModifier and TypeClassDescriptionclassJava script moderated invitation for the Java Script APIclassJava script moderated invitation for the Java Script APIMethods in org.alfresco.repo.invitation.script that return ScriptInvitationModifier and TypeMethodDescriptionScriptInvitation<?>[]ScriptInvitationService.listInvitations(org.mozilla.javascript.Scriptable props) List the open invitations. props specifies optional properties to constrain the search.ScriptInvitationFactory.toScriptInvitation(Invitation invitation) -
Uses of ScriptInvitation in org.alfresco.repo.site.script
Methods in org.alfresco.repo.site.script that return ScriptInvitationModifier and TypeMethodDescriptionSite.getInvitation(String invitationId) Get an invitation to this web siteSite.inviteModerated(String inviteeComments, String inviteeUserName, String inviteeRole) Create new moderated invitation to this web siteSite.inviteNominated(String inviteeUserName, String inviteeRole, String acceptUrl, String rejectUrl) Create new nominated invitation to this web siteSite.inviteNominated(String inviteeFirstName, String inviteeLastName, String inviteeEmail, String inviteeRole, String acceptUrl, String rejectUrl) Create new nominated invitation to this web siteScriptInvitation<?>[]Site.listInvitations()list the outstanding invitations for this site Map of name / invitationScriptInvitation<?>[]Site.listInvitations(org.mozilla.javascript.Scriptable props) List the open invitations for this web site. props specifies optional properties to be searched.