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.access._AdHocControlled
ENTRY_SETFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.vc._Iterated
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.access.AdHocControlled
serialVersionUIDFields inherited from interface wt.vc.Iterated
serialVersionUIDFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUE -
Method Summary
Modifier and TypeMethodDescriptionThe owner of the session iteration.voidsetSessionOwner(WTPrincipalReference sessionOwner) The owner of the session iteration.Methods inherited from interface wt.access._AdHocControlled
getEntrySet, setEntrySetMethods inherited from interface wt.fc.adminlock._AdministrativelyLockable
getAdministrativeLock, setAdministrativeLockMethods inherited from interface wt.admin._DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomainMethods inherited from interface wt.vc._Iterated
getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setIterationInfo, setMaster, setMasterReferenceMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.access._SecurityLabeled
getSecurityLabels, setSecurityLabelsMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType
-
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:
-