Class ScriptAPIFactory
- java.lang.Object
-
- org.eclipse.birt.report.engine.api.script.element.ScriptAPIFactory
-
- All Implemented Interfaces:
IScriptAPIFactory
@Deprecated public class ScriptAPIFactory extends java.lang.Object implements IScriptAPIFactory
Deprecated.Class to create some structure instances.
-
-
Constructor Summary
Constructors Constructor Description ScriptAPIFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IDataBinding
createDataBinding()
Deprecated.CreateIDataBinding
IFilterCondition
createFilterCondition()
Deprecated.CreateIFilterCondition
IHideRule
createHideRule()
Deprecated.CreateIHideRule
instanceIHighlightRule
createHighLightRule()
Deprecated.CreateIHighLightRule
ISortCondition
createSortCondition()
Deprecated.CreateISortCondition
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.
-
-
-
Method Detail
-
getInstance
public static ScriptAPIFactory getInstance()
Deprecated.Returns the ODAProviderFactory instance.- Returns:
- ODAProviderFactory instance.
-
getBaseFactory
public static IScriptAPIFactory getBaseFactory()
Deprecated.
-
initeTheFactory
public static void initeTheFactory(IScriptAPIFactory base)
Deprecated.Set the base factory for this class. This method should be called before any other operation.- Parameters:
base
- The real factory class used to create the script structure.
-
releaseInstance
public static void releaseInstance()
Deprecated.Singleton instance release method.
-
createDataBinding
public IDataBinding createDataBinding()
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIDataBinding
- Specified by:
createDataBinding
in interfaceIScriptAPIFactory
- Returns:
- instance
-
createFilterCondition
public IFilterCondition createFilterCondition()
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIFilterCondition
- Specified by:
createFilterCondition
in interfaceIScriptAPIFactory
- Returns:
- instance
-
createHideRule
public IHideRule createHideRule()
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIHideRule
instance- Specified by:
createHideRule
in interfaceIScriptAPIFactory
- Returns:
- IHideRule
-
createHighLightRule
public IHighlightRule createHighLightRule()
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIHighLightRule
- Specified by:
createHighLightRule
in interfaceIScriptAPIFactory
- Returns:
- instance
-
createSortCondition
public ISortCondition createSortCondition()
Deprecated.Description copied from interface:IScriptAPIFactory
CreateISortCondition
- Specified by:
createSortCondition
in interfaceIScriptAPIFactory
- Returns:
- instance
-
-