Package wt.epm
Class _EPMDocConfigSpec
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.epm._EPMDocConfigSpec
- 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:
EPMDocConfigSpec
public abstract class _EPMDocConfigSpec
extends Simple
implements wt.ownership.Ownable, wt.vc.config.PersistableConfigSpec, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf true, the asStoredConfigSpec is activestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringIf true, theBaselineConfigSpec is active.static final StringSupported API: truestatic final StringIf true, the EPMDocChangeConfigSpec is active.static final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringIf true, the IteratedFolderedConfigSpec is active.static final StringSupported API: truestatic final StringIf true, theLifeCycleConfigSpec is active.static final StringSupported API: truestatic final StringIf true, the PromotionNoticeConfigSpec is active.static final StringIf true, the SandboxConfigSpec 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: trueSupported API: trueSupported API: trueSupported API: truebooleanIf true, the asStoredConfigSpec is activebooleanIf true, theBaselineConfigSpec is active.booleanIf true, the EPMDocChangeConfigSpec is active.booleanSupported API: truebooleanIf true, the IteratedFolderedConfigSpec is active.booleanIf true, theLifeCycleConfigSpec is active.booleanIf true, the PromotionNoticeConfigSpec is active.booleanIf true, the SandboxConfigSpec is active.voidsetAsStoredActive(boolean asStoredActive) If true, the asStoredConfigSpec is activevoidsetAsStoredConfig(EPMAsStoredConfigSpec asStoredConfig) Supported API: truevoidsetBaseline(BaselineConfigSpec baseline) Supported API: truevoidsetBaselineActive(boolean baselineActive) If true, theBaselineConfigSpec is active.voidsetChange(EPMDocChangeConfigSpec change) Supported API: truevoidsetChangeActive(boolean changeActive) If true, the EPMDocChangeConfigSpec is active.voidsetEffectivity(EffectivityConfigSpec effectivity) Supported API: truevoidsetEffectivityActive(boolean effectivityActive) Supported API: truevoidsetFoldered(IteratedFolderedConfigSpec foldered) Supported API: truevoidsetFolderedActive(boolean folderedActive) If true, the IteratedFolderedConfigSpec is active.voidsetLifeCycle(LifeCycleConfigSpec lifeCycle) Supported API: truevoidsetLifeCycleActive(boolean lifeCycleActive) If true, theLifeCycleConfigSpec is active.voidsetPromotionNotice(PromotionNoticeConfigSpec promotionNotice) Supported API: truevoidsetPromotionNoticeActive(boolean promotionNoticeActive) If true, the PromotionNoticeConfigSpec is active.voidsetSandboxActive(boolean sandboxActive) If true, the SandboxConfigSpec 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, theBaselineConfigSpec is active.Supported API: true
- See Also:
-
LIFE_CYCLE_ACTIVE
If true, theLifeCycleConfigSpec is active.Supported API: true
- See Also:
-
FOLDERED_ACTIVE
If true, the IteratedFolderedConfigSpec is active.Supported API: true
- See Also:
-
EFFECTIVITY_ACTIVE
Supported API: true- See Also:
-
AS_STORED_ACTIVE
If true, the asStoredConfigSpec is activeSupported API: true
- See Also:
-
PROMOTION_NOTICE_ACTIVE
If true, the PromotionNoticeConfigSpec is active.Supported API: true
- See Also:
-
SANDBOX_ACTIVE
If true, the SandboxConfigSpec is active.Supported API: true
- See Also:
-
CHANGE_ACTIVE
If true, the EPMDocChangeConfigSpec is active.Supported API: true
- See Also:
-
BASELINE
Supported API: true- See Also:
-
LIFE_CYCLE
Supported API: true- See Also:
-
FOLDERED
Supported API: true- See Also:
-
EFFECTIVITY
Supported API: true- See Also:
-
AS_STORED_CONFIG
Supported API: true- See Also:
-
PROMOTION_NOTICE
Supported API: true- See Also:
-
CHANGE
Supported API: true- See Also:
-
-
Method Details
-
isBaselineActive
public boolean isBaselineActive()If true, theBaselineConfigSpec is active.Supported API: true
- See Also:
-
setBaselineActive
public void setBaselineActive(boolean baselineActive) If true, theBaselineConfigSpec is active.Supported API: true
- See Also:
-
isLifeCycleActive
public boolean isLifeCycleActive()If true, theLifeCycleConfigSpec is active.Supported API: true
- See Also:
-
setLifeCycleActive
public void setLifeCycleActive(boolean lifeCycleActive) If true, theLifeCycleConfigSpec is active.Supported API: true
- See Also:
-
isFolderedActive
public boolean isFolderedActive()If true, the IteratedFolderedConfigSpec is active.Supported API: true
- See Also:
-
setFolderedActive
public void setFolderedActive(boolean folderedActive) If true, the IteratedFolderedConfigSpec is active.Supported API: true
- See Also:
-
isEffectivityActive
public boolean isEffectivityActive()Supported API: true- See Also:
-
setEffectivityActive
public void setEffectivityActive(boolean effectivityActive) Supported API: true- See Also:
-
isAsStoredActive
public boolean isAsStoredActive()If true, the asStoredConfigSpec is activeSupported API: true
- See Also:
-
setAsStoredActive
public void setAsStoredActive(boolean asStoredActive) If true, the asStoredConfigSpec is activeSupported 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:
-
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:
-
isChangeActive
public boolean isChangeActive()If true, the EPMDocChangeConfigSpec is active.Supported API: true
- See Also:
-
setChangeActive
public void setChangeActive(boolean changeActive) If true, the EPMDocChangeConfigSpec is active.Supported API: true
- See Also:
-
getBaseline
Supported API: true- See Also:
-
setBaseline
Supported API: true- See Also:
-
getLifeCycle
Supported API: true- See Also:
-
setLifeCycle
Supported API: true- See Also:
-
getFoldered
Supported API: true- See Also:
-
setFoldered
Supported API: true- See Also:
-
getEffectivity
Supported API: true- See Also:
-
setEffectivity
Supported API: true- See Also:
-
getAsStoredConfig
Supported API: true- See Also:
-
setAsStoredConfig
Supported API: true- See Also:
-
getPromotionNotice
Supported API: true- See Also:
-
setPromotionNotice
Supported API: true- See Also:
-
getChange
Supported API: true- See Also:
-
setChange
Supported API: true- See Also:
-