Class CAPAChangeInvestigation

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.change2._VersionableChangeItem
wt.change2.VersionableChangeItem
wt.change2._ChangeAnalysis
wt.change2.ChangeAnalysis
wt.change2._ChangeInvestigation
wt.change2.ChangeInvestigation
com.ptc.qualitymanagement.capa.investigation._CAPAChangeInvestigation
com.ptc.qualitymanagement.capa.investigation.CAPAChangeInvestigation
All Implemented Interfaces:
com.ptc.qualitymanagement.capa.investigation._CAPAChangeInvestigationTypeInterface, com.ptc.qualitymanagement.capa.investigation.CAPAChangeInvestigationTypeInterface, 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._ChangeAnalysisIfc, wt.change2._ChangeInvestigationIfc, wt.change2._ChangeItem, ChangeAnalysisIfc, ChangeInvestigationIfc, ChangeItem, ChangeItemIfc, wt.content._ContentHolder, ContentHolder, 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, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.folder._CabinetBased, wt.folder._Foldered, wt.folder._FolderEntry, wt.folder._FolderServiceManaged, wt.folder._IteratedFoldered, CabinetBased, Foldered, FolderEntry, wt.folder.FolderServiceManaged, wt.folder.history.Movable, IteratedFoldered, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, wt.inf.container._WTContainedFilterable, WTContained, 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, wt.org.electronicIdentity._ElectronicallySignable, wt.org.electronicIdentity.ElectronicallySignable, 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.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged, wt.ufid._Federatable, wt.ufid.Federatable, _Iterated, wt.vc._OneOffVersioned, wt.vc._Versionable, wt.vc._Versioned, wt.vc.baseline._Baselineable, Baselineable, Iterated, OneOffVersioned, Versionable, Versioned, wt.workflow.forum._IteratedSubjectOfForum, wt.workflow.forum._SubjectOfForum, wt.workflow.forum.IteratedSubjectOfForum, SubjectOfForum, wt.workflow.notebook._IteratedSubjectOfNotebook, wt.workflow.notebook._SubjectOfNotebook, wt.workflow.notebook.IteratedSubjectOfNotebook, wt.workflow.notebook.SubjectOfNotebook

@GenAsPersistable(superClass=ChangeInvestigation.class,interfaces={wt.type.Typed.class,com.ptc.qualitymanagement.capa.investigation.CAPAChangeInvestigationTypeInterface.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="dueDate",type=java.sql.Timestamp.class,javaDoc="The date by which this root cause analysis should be complete"),@GeneratedProperty(name="rootCauseCompletedDate",type=java.sql.Timestamp.class,javaDoc="It specifies the date on which the Root cause was completed."),@GeneratedProperty(name="conclusionText",type=java.lang.String.class,javaDoc="It stores the description entered while concluding",constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="rootCauseText",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="additionalEventInformation",type=java.lang.String.class,javaDoc="It stores Additional Information.",columnProperties=@ColumnProperties(columnType=INLINE_BLOB))},foreignKeys={@GeneratedForeignKey(name="CAPAChangeInvestigationMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=CAPAChangeInvestigationMaster.class,cascade=false,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(getAccess=PRIVATE)),myRole=@MyRole(name="iteration",cascade=false)),@GeneratedForeignKey(name="CAPAChangeInvestigationUser",foreignKeyRole=@ForeignKeyRole(name="completedBy",type=WTUser.class),myRole=@MyRole(name="theCAPAChangeInvestigation",cardinality=ONE))}) public class CAPAChangeInvestigation extends com.ptc.qualitymanagement.capa.investigation._CAPAChangeInvestigation
Representation for CAPA Change Investigation.

Use the newCAPAChangeInvestigation static factory method(s), not the CAPAChangeInvestigation constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: