Package wt.change2
Class _VersionableChangeItem
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.change2._VersionableChangeItem
- All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged,com.ptc.windchill.bac.BACManaged,Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.change2._ChangeItem,ChangeItem,ChangeItemIfc,wt.enterprise._Templateable,wt.enterprise.Templateable,wt.facade.persistedcollection._PersistedCollectable,PersistedCollectable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.archive._Archiveable,wt.fc.archive.Archiveable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContainedFilterable,wt.inf.container.WTContainedFilterable,wt.lifecycle._IteratedLifeCycleManaged,_LifeCycleManaged,IteratedLifeCycleManaged,LifeCycleManaged,wt.meeting.actionitem._IteratedSubjectOfActionItem,wt.meeting.actionitem._SubjectOfActionItem,wt.meeting.actionitem.IteratedSubjectOfActionItem,wt.meeting.actionitem.SubjectOfActionItem,wt.notify._Notifiable,Notifiable,_OrganizationOwned,wt.org._OrganizationOwnedVersion,OrganizationOwned,OrganizationOwnedVersion,wt.ownership._Ownable,wt.ownership.Ownable,wt.projmgmt.deliverable._SubjectOfDeliverable,wt.projmgmt.deliverable._VersionedSubjectOfDeliverable,wt.projmgmt.deliverable.SubjectOfDeliverable,wt.projmgmt.deliverable.VersionedSubjectOfDeliverable,wt.recent.RecentlyVisited,wt.reservation._Reservable,Reservable,_TeamManaged,TeamManaged,wt.ufid._Federatable,wt.ufid.Federatable,_Iterated,wt.vc._OneOffVersioned,wt.vc._Versionable,wt.vc._Versioned,Iterated,OneOffVersioned,Versionable,Versioned
- Direct Known Subclasses:
VersionableChangeItem
public abstract class _VersionableChangeItem
extends WTObject
implements ChangeItem, OneOffVersioned, Notifiable, IteratedLifeCycleManaged, DomainAdministered, Indexable, wt.ownership.Ownable, OrganizationOwnedVersion, SecurityLabeled, wt.access.PolicyAccessControlled, wt.ufid.Federatable, PersistedCollectable, wt.meeting.actionitem.IteratedSubjectOfActionItem, wt.projmgmt.deliverable.VersionedSubjectOfDeliverable, Reservable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe reference to a persisted principal who created the object.static final StringFlag that indicates if the investigation is completed.static final StringFlag that indicates if the investigation is required.static final StringThe date by which this change should be completed/implemented.static final StringReference to object representing the originatorstatic final StringReference to object representing the orgininating locationFields 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_NAMEFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
Method Summary
Modifier and TypeMethodDescriptionDerived attribute for displaying the Control Branch in query results.The reference to a persisted principal who created the object.Flag that indicates if the investigation is completed.Flag that indicates if the investigation is required.Derived from_IterationInfo.getIdentifier()Derived from_IterationInfo.getNote()Derived from_LifeCycleState.getState()The master for an iteration.The master for an iteration.Derived from_IterationInfo.getModifier()Derived fromWTPrincipalReference.getEMail()Derived fromWTPrincipalReference.getFullName()Derived fromWTPrincipalReference.getName()The date by which this change should be completed/implemented.Supported API: trueSupported API: trueSupported API: trueReference to object representing the originatorReference to object representing the orgininating locationgetState()Supported API: trueSupported API: trueSupported API: truebooleanDerived from_IterationInfo.isLatest()voidsetInvestigationCompleted(Boolean investigationCompleted) Flag that indicates if the investigation is completed.voidsetInvestigationRequired(Boolean investigationRequired) Flag that indicates if the investigation is required.voidThe master for an iteration.voidsetMasterReference(ObjectReference the_masterReference) The master for an iteration.voidsetNeedDate(Timestamp needDate) The date by which this change should be completed/implemented.voidsetOriginatedBy(ObjectReference originatedBy) Reference to object representing the originatorvoidsetOriginatingLocation(ObjectReference originatingLocation) Reference to object representing the orgininating locationMethods 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.org.OrganizationOwned
getOrganizationMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
CREATOR
The reference to a persisted principal who created the object.Supported API: true
- See Also:
-
NEED_DATE
The date by which this change should be completed/implemented.Supported API: true
- See Also:
-
INVESTIGATION_REQUIRED
Flag that indicates if the investigation is required.Supported API: true
- See Also:
-
INVESTIGATION_COMPLETED
Flag that indicates if the investigation is completed.Supported API: true
- See Also:
-
ORIGINATING_LOCATION
Reference to object representing the orgininating locationSupported API: true
- See Also:
-
ORIGINATED_BY
Reference to object representing the originatorSupported API: true
- See Also:
-
-
Method Details
-
getCreator
The reference to a persisted principal who created the object.Supported API: true
- Specified by:
getCreatorin interface_Iterated- See Also:
-
getNeedDate
The date by which this change should be completed/implemented.Supported API: true
- See Also:
-
setNeedDate
The date by which this change should be completed/implemented.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getInvestigationRequired
Flag that indicates if the investigation is required.Supported API: true
- See Also:
-
setInvestigationRequired
Flag that indicates if the investigation is required.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getInvestigationCompleted
Flag that indicates if the investigation is completed.Supported API: true
- See Also:
-
setInvestigationCompleted
public void setInvestigationCompleted(Boolean investigationCompleted) throws WTPropertyVetoException Flag that indicates if the investigation is completed.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOriginatingLocation
Reference to object representing the orgininating locationSupported API: true
- See Also:
-
setOriginatingLocation
public void setOriginatingLocation(ObjectReference originatingLocation) throws WTPropertyVetoException Reference to object representing the orgininating locationSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOriginatedBy
Reference to object representing the originatorSupported API: true
- See Also:
-
setOriginatedBy
Reference to object representing the originatorSupported API: true
- 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:
-
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:
-
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:
-
getState
Supported API: true- Specified by:
getStatein interface_LifeCycleManaged- See Also:
-
getLifeCycleState
Derived from_LifeCycleState.getState()Supported API: true
- Specified by:
getLifeCycleStatein interface_LifeCycleManaged- See Also:
-
getTeamTemplateId
Supported API: true- Specified by:
getTeamTemplateIdin interface_TeamManaged- See Also:
-
getTeamId
Supported API: true- Specified by:
getTeamIdin interface_TeamManaged- See Also:
-
getOrganizationUniqueIdentifier
Supported API: true- Specified by:
getOrganizationUniqueIdentifierin interface_OrganizationOwned- See Also:
-
getOrganizationCodingSystem
Supported API: true- Specified by:
getOrganizationCodingSystemin interface_OrganizationOwned- See Also:
-
getOrganizationName
Supported API: true- Specified by:
getOrganizationNamein interface_OrganizationOwned- See Also:
-