Class ScriptAPIFactory
java.lang.Object
org.eclipse.birt.report.engine.api.script.element.ScriptAPIFactory
- All Implemented Interfaces:
IScriptAPIFactory
Deprecated.
Class to create some structure instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.CreateIDataBinding
Deprecated.CreateIFilterCondition
Deprecated.CreateIHideRule
instanceDeprecated.CreateIHighLightRule
Deprecated.CreateISortCondition
static IScriptAPIFactory
Deprecated.static ScriptAPIFactory
Deprecated.Returns the ODAProviderFactory instance.static void
Deprecated.Set the base factory for this class.static void
Deprecated.Singleton instance release method.
-
Constructor Details
-
ScriptAPIFactory
public ScriptAPIFactory()Deprecated.
-
-
Method Details
-
getInstance
Deprecated.Returns the ODAProviderFactory instance.- Returns:
- ODAProviderFactory instance.
-
getBaseFactory
Deprecated. -
initeTheFactory
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
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIDataBinding
- Specified by:
createDataBinding
in interfaceIScriptAPIFactory
- Returns:
- instance
-
createFilterCondition
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIFilterCondition
- Specified by:
createFilterCondition
in interfaceIScriptAPIFactory
- Returns:
- instance
-
createHideRule
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIHideRule
instance- Specified by:
createHideRule
in interfaceIScriptAPIFactory
- Returns:
- IHideRule
-
createHighLightRule
Deprecated.Description copied from interface:IScriptAPIFactory
CreateIHighLightRule
- Specified by:
createHighLightRule
in interfaceIScriptAPIFactory
- Returns:
- instance
-
createSortCondition
Deprecated.Description copied from interface:IScriptAPIFactory
CreateISortCondition
- Specified by:
createSortCondition
in interfaceIScriptAPIFactory
- Returns:
- instance
-