Package wt.inf.template
Class _DefaultWTContainerTemplate
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.inf.template._DefaultWTContainerTemplate
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.content._ContentHolder,ContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainerTemplate,WTContained,WTContainerTemplate,wt.inf.template.ContainerDefinition,ContainerTemplateDefinition,wt.locks._Lockable,Lockable,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,_AdHocStringVersioned,_Iterated,wt.vc._Versionable,AdHocStringVersioned,Iterated,Versionable,wt.vc.wip._Workable,Workable
- Direct Known Subclasses:
DefaultWTContainerTemplate
public abstract class _DefaultWTContainerTemplate
extends WTObject
implements ContentHolder, wt.inf.template.ContainerDefinition, WTContained, AdHocStringVersioned, WTContainerTemplate, Workable, DomainAdministered, Notifiable, wt.access.PolicyAccessControlled, SecurityLabeled, Externalizable
- See Also:
-
Field Summary
Fields inherited from interface wt.vc._AdHocStringVersioned
AD_HOC_STRING_IDENTIFIERFields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAME -
Method Summary
Modifier and TypeMethodDescriptionThis attribute persists the ad-hoc identifier provided by some client/process.Derived attribute for displaying the Control Branch in query results.Derived fromWTPrincipalReference.getEMail()Derived fromWTPrincipalReference.getFullName()Derived fromWTPrincipalReference.getName()Derived from_IterationInfo.getIdentifier()Derived from_IterationInfo.getNote()The master for an iteration.The master for an iteration.Derived from_IterationInfo.getModifier()Derived fromWTPrincipalReference.getEMail()Derived fromWTPrincipalReference.getFullName()Derived fromWTPrincipalReference.getName()booleanDerived from_IterationInfo.isLatest()voidsetAdHocStringIdentifier(String adHocStringIdentifier) This attribute persists the ad-hoc identifier provided by some client/process.voidThe master for an iteration.voidsetMasterReference(ObjectReference the_masterReference) The master for an iteration.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.fc.Persistable
checkAttributes
-
Method Details
-
getMaster
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
-
getMasterReference
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
getMasterReferencein interface_Iterated- See Also:
-
setMaster
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
setMasterin interface_Iterated- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setMasterReference
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
setMasterReferencein interface_Iterated- Throws:
WTPropertyVetoException- See Also:
-
getAdHocStringIdentifier
This attribute persists the ad-hoc identifier provided by some client/process. This identifier is typically wrapped by another, more appropriately named attribute, such as "name".Supported API: true
- Specified by:
getAdHocStringIdentifierin interface_AdHocStringVersioned- See Also:
-
setAdHocStringIdentifier
This attribute persists the ad-hoc identifier provided by some client/process. This identifier is typically wrapped by another, more appropriately named attribute, such as "name".Supported API: true
- Specified by:
setAdHocStringIdentifierin interface_AdHocStringVersioned- Throws:
WTPropertyVetoException- See Also:
-
getControlBranch
Derived attribute for displaying the Control Branch in query results.Supported API: true
- Specified by:
getControlBranchin interface_Iterated- See Also:
-
getIterationNote
Derived from_IterationInfo.getNote()Supported API: true
- Specified by:
getIterationNotein interface_Iterated- See Also:
-
getCreatorEMail
Derived fromWTPrincipalReference.getEMail()Supported API: true
- Specified by:
getCreatorEMailin interface_Iterated- See Also:
-
getCreatorName
Derived fromWTPrincipalReference.getName()Supported API: true
- Specified by:
getCreatorNamein interface_Iterated- See Also:
-
getCreatorFullName
Derived fromWTPrincipalReference.getFullName()Supported API: true
- Specified by:
getCreatorFullNamein interface_Iterated- See Also:
-
getModifier
Derived from_IterationInfo.getModifier()Supported API: true
- Specified by:
getModifierin interface_Iterated- See Also:
-
getModifierEMail
Derived fromWTPrincipalReference.getEMail()Supported API: true
- Specified by:
getModifierEMailin interface_Iterated- See Also:
-
getModifierName
Derived fromWTPrincipalReference.getName()Supported API: true
- Specified by:
getModifierNamein interface_Iterated- See Also:
-
getModifierFullName
Derived fromWTPrincipalReference.getFullName()Supported API: true
- Specified by:
getModifierFullNamein interface_Iterated- See Also:
-
getIterationIdentifier
Derived from_IterationInfo.getIdentifier()Supported API: true
- Specified by:
getIterationIdentifierin interface_Iterated- See Also:
-
isLatestIteration
public boolean isLatestIteration()Derived from_IterationInfo.isLatest()Supported API: true
- Specified by:
isLatestIterationin interface_Iterated- See Also:
-