|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.jscript.BaseScopableProcessorExtension
org.alfresco.repo.invitation.script.ScriptInvitationService
public class ScriptInvitationService
Script object representing the invitation service. Provides access to invitations from outside the context of a web project or a web site
Constructor Summary | |
---|---|
ScriptInvitationService()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
ScriptInvitation[] |
listInvitations(org.mozilla.javascript.Scriptable props)
List the open invitations. |
void |
setInvitationService(InvitationService invitationService)
Set the invitation service |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Set the node service |
void |
setPersonService(PersonService personService)
Sets the person service. |
Methods inherited from class org.alfresco.repo.jscript.BaseScopableProcessorExtension |
---|
getScope, setScope |
Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension |
---|
getExtensionName, register, setExtensionName, setProcessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptInvitationService()
Method Detail |
---|
public void setInvitationService(InvitationService invitationService)
invitationService
- the invitation servicepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the nodeService to setpublic void setPersonService(PersonService personService)
personService
- the personService to setpublic ScriptInvitation[] listInvitations(org.mozilla.javascript.Scriptable props)
props
- inviteeUserNameprops
- resourceNameprops
- resourceTypeprops
- invitationType
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |