public interface ScriptRule extends Rule
The following features are supported:
SecurityPackage.getScriptRule()
Modifier and Type | Method and Description |
---|---|
Script |
getCallbackScript()
Returns the value of the 'Callback Script' reference.
|
Script |
getScript()
Returns the value of the 'Script' reference.
|
void |
setCallbackScript(Script value)
Sets the value of the '
Callback Script ' reference. |
void |
setScript(Script value)
Sets the value of the '
Script ' reference. |
getActionFilter, getFilterScript, getId, getIdFilter, getRuleType, getTypeFilter, setActionFilter, setFilterScript, setId, setIdFilter, setTypeFilter
Script getScript()
If the meaning of the 'Script' reference isn't clear, there really should be more of a description here...
setScript(Script)
,
SecurityPackage.getScriptRule_Script()
void setScript(Script value)
Script
' reference.
value
- the new value of the 'Script' reference.getScript()
Script getCallbackScript()
If the meaning of the 'Callback Script' reference isn't clear, there really should be more of a description here...
setCallbackScript(Script)
,
SecurityPackage.getScriptRule_CallbackScript()
void setCallbackScript(Script value)
Callback Script
' reference.
value
- the new value of the 'Callback Script' reference.getCallbackScript()