Package wt.vc.sessioniteration
Interface _SessionEditedIteration
- All Superinterfaces:
wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.fc.adminlock._AdministrativelyLockable,wt.admin._DomainAdministered,_Iterated,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,AdministrativelyLockable,DomainAdministered,Iterated,NetFactor,ObjectMappable,Persistable,wt.access.PolicyAccessControlled,SecurityLabeled,Serializable
- All Known Subinterfaces:
SessionEditedIteration
- All Known Implementing Classes:
wt.productfamily._ProductFamily,_ProductFamilyMember,wt.productfamily._ProductModel,wt.productfamily._ProductModelGroup,_WTProductConfiguration,_WTProductInstance2,ProductFamily,ProductFamilyMember,ProductModel,ProductModelGroup,WTProductConfiguration,WTProductInstance2
public interface _SessionEditedIteration
extends Iterated, wt.access.PolicyAccessControlled, SecurityLabeled, AdHocControlled
-
Field Summary
FieldsFields 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 TypeMethodDescriptionThe owner of the session iteration.voidsetSessionOwner(WTPrincipalReference sessionOwner) The owner of the session iteration.Methods inherited from interface wt.vc._Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setMaster, setMasterReferenceMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
SESSION_OWNER
The owner of the session iteration.Supported API: true
- See Also:
-
-
Method Details
-
getSessionOwner
WTPrincipalReference getSessionOwner()The owner of the session iteration.Supported API: true
- See Also:
-
setSessionOwner
The owner of the session iteration.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-