Package wt.eff
Class _EffConfigSpecGroup
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.eff._EffConfigSpecGroup
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,ConfigSpec
- Direct Known Subclasses:
EffConfigSpecGroup
public abstract class _EffConfigSpecGroup
extends Simple
implements ConfigSpec, wt.ownership.Ownable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringThe ViewConfigSpec is used to append view-related information to the QuerySpec and process view-dependent objects in the result. -
Method Summary
Modifier and TypeMethodDescriptionDerived from_ViewConfigSpec.getVariation1()Derived from_ViewConfigSpec.getVariation2()getView()Supported API: trueThe ViewConfigSpec is used to append view-related information to the QuerySpec and process view-dependent objects in the result.voidsetVariation1(Variation1 variation1) voidsetVariation2(Variation2 variation2) voidSupported API: truevoidsetViewConfigSpec(ViewConfigSpec viewConfigSpec) The ViewConfigSpec is used to append view-related information to the QuerySpec and process view-dependent objects in the result.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.vc.config.ConfigSpec
appendSearchCriteria, getRelationalConfigSpec, processMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
VIEW_CONFIG_SPEC
The ViewConfigSpec is used to append view-related information to the QuerySpec and process view-dependent objects in the result.Supported API: true
- See Also:
-
VIEW
Supported API: true- See Also:
-
VARIATION1
Supported API: true- See Also:
-
VARIATION2
Supported API: true- See Also:
-
-
Method Details
-
getViewConfigSpec
The ViewConfigSpec is used to append view-related information to the QuerySpec and process view-dependent objects in the result.Supported API: true
- See Also:
-
setViewConfigSpec
The ViewConfigSpec is used to append view-related information to the QuerySpec and process view-dependent objects in the result.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getView
Supported API: true- Throws:
ObjectNoLongerExistsException- See Also:
-
setView
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getVariation1
Derived from_ViewConfigSpec.getVariation1()Supported API: true
- See Also:
-
setVariation1
Derived from_ViewConfigSpec.setVariation1(wt.vc.views.Variation1)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getVariation2
Derived from_ViewConfigSpec.getVariation2()Supported API: true
- See Also:
-
setVariation2
Derived from_ViewConfigSpec.setVariation2(wt.vc.views.Variation2)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-