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. -
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.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
-
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:
-