public class ScriptAPIFactory extends java.lang.Object implements IScriptAPIFactory
Constructor and Description |
---|
ScriptAPIFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IDataBinding |
createDataBinding()
Deprecated.
Create
IDataBinding |
IFilterCondition |
createFilterCondition()
Deprecated.
Create
IFilterCondition |
IHideRule |
createHideRule()
Deprecated.
Create
IHideRule instance |
IHighlightRule |
createHighLightRule()
Deprecated.
Create
IHighLightRule |
ISortCondition |
createSortCondition()
Deprecated.
Create
ISortCondition |
static IScriptAPIFactory |
getBaseFactory()
Deprecated.
|
static ScriptAPIFactory |
getInstance()
Deprecated.
Returns the ODAProviderFactory instance.
|
static void |
initeTheFactory(IScriptAPIFactory base)
Deprecated.
Set the base factory for this class.
|
static void |
releaseInstance()
Deprecated.
Singleton instance release method.
|
public static ScriptAPIFactory getInstance()
public static IScriptAPIFactory getBaseFactory()
public static void initeTheFactory(IScriptAPIFactory base)
base
- The real factory class used to create the script structure.public static void releaseInstance()
public IDataBinding createDataBinding()
IScriptAPIFactory
IDataBinding
createDataBinding
in interface IScriptAPIFactory
public IFilterCondition createFilterCondition()
IScriptAPIFactory
IFilterCondition
createFilterCondition
in interface IScriptAPIFactory
public IHideRule createHideRule()
IScriptAPIFactory
IHideRule
instancecreateHideRule
in interface IScriptAPIFactory
public IHighlightRule createHighLightRule()
IScriptAPIFactory
IHighLightRule
createHighLightRule
in interface IScriptAPIFactory
public ISortCondition createSortCondition()
IScriptAPIFactory
ISortCondition
createSortCondition
in interface IScriptAPIFactory
Copyright © 2008 Actuate Corp. All rights reserved.