Decision Center API

ilog.rules.teamserver.web.components.intelliruleeditor
Interface IlrClientScriptFileValueEditorProvider

All Superinterfaces:
IlrClientScriptValueEditorProvider

public interface IlrClientScriptFileValueEditorProvider
extends IlrClientScriptValueEditorProvider

Provides an interface which has to be implemented by any custom value editor used in the intellirule editor Must be used when the script is defined in a javascript file


Method Summary
 String getClientScriptModuleName()
          Returns the name of the module of the editor
 String getClientScriptModulePath()
          Returns the path of the module of the editor
 
Methods inherited from interface ilog.rules.teamserver.web.components.intelliruleeditor.IlrClientScriptValueEditorProvider
getClientScriptClassName
 

Method Detail

getClientScriptModulePath

String getClientScriptModulePath()
Returns the path of the module of the editor

Returns:
a path that point to the location of the editor's module

getClientScriptModuleName

String getClientScriptModuleName()
Returns the name of the module of the editor

Returns:
the name of the module

Decision Center API

© Copyright IBM Corp. 1987, 2013