|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.jscript.Behaviour
public class Behaviour
Object representing the behaviour information
Constructor Summary | |
---|---|
Behaviour(ServiceRegistry services,
java.lang.String name,
java.lang.Object[] args)
Constructor |
Method Summary | |
---|---|
java.io.Serializable[] |
getArgs()
The argument values |
java.lang.String |
getName()
Get the policy name |
void |
setScope(org.mozilla.javascript.Scriptable scope)
Set the Scriptable global scope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Behaviour(ServiceRegistry services, java.lang.String name, java.lang.Object[] args)
services
- the service registryname
- the name of the policy associated with this behaviourargs
- the argument valuesMethod Detail |
---|
public void setScope(org.mozilla.javascript.Scriptable scope)
Scopeable
setScope
in interface Scopeable
Scopeable.setScope(org.mozilla.javascript.Scriptable)
public java.lang.String getName()
public java.io.Serializable[] getArgs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |