Package wt.eff
Class DefaultValidEffsDelegate
java.lang.Object
wt.eff.DefaultValidEffsDelegate
- All Implemented Interfaces:
Externalizable,Serializable,ValidEffsDelegate
- Direct Known Subclasses:
ConfigurationItemValidEffsDelegate
@Deprecated
public class DefaultValidEffsDelegate
extends Object
implements ValidEffsDelegate, Externalizable
Deprecated.
Default delegate, using introspection to determine the valid Eff classes.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionClass[]getValidEffForms(EffContext effContext) Deprecated.Replaced byStandardValidEffsDelegate.getValidEffForms(EffContext)Class[]getValidEffs(Class parentType, EffContext context) Deprecated.Replaced byStandardValidEffsDelegate.getValidEffs(Class, EffContext)Class[]getValidEffs(EffContext context) Deprecated.Replaced byStandardValidEffsDelegate.getValidEffs(EffContext)
-
Method Details
-
getValidEffs
Deprecated.Replaced byStandardValidEffsDelegate.getValidEffs(EffContext)Returns valid Eff classes based solely on introspection (this delegate is essentially operates at the class, not instance, level).
Supported API: true- Specified by:
getValidEffsin interfaceValidEffsDelegate- Parameters:
context-- Returns:
- Class[]
-
getValidEffs
Deprecated.Replaced byStandardValidEffsDelegate.getValidEffs(Class, EffContext)Returns valid EffRecord classes based solely on introspection (this delegate is essentially operates at the class, not instance, level).
Supported API: true- Specified by:
getValidEffsin interfaceValidEffsDelegate- Parameters:
parentType-context-- Returns:
- Class[]
-
getValidEffForms
Deprecated.Replaced byStandardValidEffsDelegate.getValidEffForms(EffContext)Returns valid EffForm/i> classes based on trace code of context if it is aWTPartMaster.
Supported API: true- Specified by:
getValidEffFormsin interfaceValidEffsDelegate- Parameters:
effContext- effectivity context- Returns:
- Class[]
-
StandardValidEffsDelegate