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.Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUE -
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.enterprise.Simple
getBusinessType, getIdentity, initializeMethods inherited from class wt.enterprise._Simple
getAdministrativeLock, getDomainRef, getEventSet, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setEventSet, setInheritedDomain, setSecurityLabels, super_readExternal_Simple, super_readVersion_Simple, super_writeExternal_SimpleMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.vc.config.ConfigSpec
appendSearchCriteria, getRelationalConfigSpec, processMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
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:
-