|
|||||||||
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.jscript.Presence
public final class Presence
Scripted Presence service for determining online status of People.
Constructor Summary | |
---|---|
Presence()
|
Method Summary | |
---|---|
java.lang.String |
getDetails(ScriptNode person)
Query current online status of given person |
boolean |
hasPresence(ScriptNode person)
Gets whether the Person has configured Presence parameters |
void |
setServiceRegistry(ServiceRegistry serviceRegistry)
Set the service registry |
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 Presence()
Method Detail |
---|
public void setServiceRegistry(ServiceRegistry serviceRegistry)
serviceRegistry
- the service registrypublic boolean hasPresence(ScriptNode person)
person
- the person to query
public java.lang.String getDetails(ScriptNode person)
person
- the person to query
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |