Package wt.doc
Class _WTDocumentConfigSpec
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.doc._WTDocumentConfigSpec
- 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,wt.vc.config._PersistableConfigSpec,ConfigSpec,wt.vc.config.PersistableConfigSpec
- Direct Known Subclasses:
WTDocumentConfigSpec
public abstract class _WTDocumentConfigSpec
extends Simple
implements wt.ownership.Ownable, wt.vc.config.PersistableConfigSpec, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringIf true, the BaselineConfigSpec is active.static final StringSupported API: truestatic final StringIf true, the PromotionNoticeConfigSpec is active.static final StringSupported API: truestatic final StringIf true, the SandboxConfigSpec is active.static final StringSupported API: truestatic final StringIf true, the WTDocumentStandardConfigSpec is active.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 TypeMethodDescriptionSupported API: trueSupported API: trueSupported API: trueSupported API: truebooleanIf true, the BaselineConfigSpec is active.booleanIf true, the PromotionNoticeConfigSpec is active.booleanIf true, the SandboxConfigSpec is active.booleanIf true, the WTDocumentStandardConfigSpec is active.voidsetBaseline(BaselineConfigSpec baseline) Supported API: truevoidsetBaselineActive(boolean baselineActive) If true, the BaselineConfigSpec is active.voidsetPromotionNotice(PromotionNoticeConfigSpec promotionNotice) Supported API: truevoidsetPromotionNoticeActive(boolean promotionNoticeActive) If true, the PromotionNoticeConfigSpec is active.voidsetSandbox(SandboxConfigSpec sandbox) Supported API: truevoidsetSandboxActive(boolean sandboxActive) If true, the SandboxConfigSpec is active.voidsetStandard(WTDocumentStandardConfigSpec standard) Supported API: truevoidsetStandardActive(boolean standardActive) If true, the WTDocumentStandardConfigSpec is active.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, getIdentityMethods inherited from interface wt.vc.config.PersistableConfigSpec
duplicate
-
Field Details
-
BASELINE_ACTIVE
If true, the BaselineConfigSpec is active.Supported API: true
- See Also:
-
STANDARD_ACTIVE
If true, the WTDocumentStandardConfigSpec is active.Supported API: true
- See Also:
-
SANDBOX_ACTIVE
If true, the SandboxConfigSpec is active.Supported API: true
- See Also:
-
PROMOTION_NOTICE_ACTIVE
If true, the PromotionNoticeConfigSpec is active.Supported API: true
- See Also:
-
SANDBOX
Supported API: true- See Also:
-
BASELINE
Supported API: true- See Also:
-
STANDARD
Supported API: true- See Also:
-
PROMOTION_NOTICE
Supported API: true- See Also:
-
-
Method Details
-
isBaselineActive
public boolean isBaselineActive()If true, the BaselineConfigSpec is active.Supported API: true
- See Also:
-
setBaselineActive
public void setBaselineActive(boolean baselineActive) If true, the BaselineConfigSpec is active.Supported API: true
- See Also:
-
isStandardActive
public boolean isStandardActive()If true, the WTDocumentStandardConfigSpec is active.Supported API: true
- See Also:
-
setStandardActive
public void setStandardActive(boolean standardActive) If true, the WTDocumentStandardConfigSpec is active.Supported API: true
- See Also:
-
isSandboxActive
public boolean isSandboxActive()If true, the SandboxConfigSpec is active.Supported API: true
- See Also:
-
setSandboxActive
public void setSandboxActive(boolean sandboxActive) If true, the SandboxConfigSpec is active.Supported API: true
- See Also:
-
isPromotionNoticeActive
public boolean isPromotionNoticeActive()If true, the PromotionNoticeConfigSpec is active.Supported API: true
- See Also:
-
setPromotionNoticeActive
public void setPromotionNoticeActive(boolean promotionNoticeActive) If true, the PromotionNoticeConfigSpec is active.Supported API: true
- See Also:
-
getSandbox
Supported API: true- See Also:
-
setSandbox
Supported API: true- See Also:
-
getBaseline
Supported API: true- See Also:
-
setBaseline
Supported API: true- See Also:
-
getStandard
Supported API: true- See Also:
-
setStandard
Supported API: true- See Also:
-
getPromotionNotice
Supported API: true- See Also:
-
setPromotionNotice
Supported API: true- See Also:
-