Package wt.change2
Class WTChangeInvestigation
java.lang.Object
wt.fc._WTObject
- 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._IdentityAccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.IdentityAccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.change2._ChangeAnalysisIfc,wt.change2._ChangeInvestigationIfc,wt.change2._ChangeItem,wt.change2._WTChangeInvestigationTypeInterface,ChangeAnalysisIfc,ChangeInvestigationIfc,ChangeItem,ChangeItemIfc,wt.change2.WTChangeInvestigationTypeInterface,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,WTContained.class,wt.access.IdentityAccessControlled.class,wt.change2.WTChangeInvestigationTypeInterface.class},extendable=true,versions={-3906873073766679684L,-8531824092647790830L},properties=@GeneratedProperty(name="description",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="An end-user provided statement to describe this WTChangeInvestigation.",constraints=@PropertyConstraints(lowerLimit=1,upperLimit=4000)),foreignKeys=@GeneratedForeignKey(name="WTChangeInvestigationMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=WTChangeInvestigationMaster.class,cascade=false,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(getAccess=PRIVATE)),myRole=@MyRole(name="iteration",cascade=false)),derivedProperties={@DerivedProperty(name="number",derivedFrom="master>number",supportedAPI=PUBLIC),@DerivedProperty(name="name",derivedFrom="master>name",supportedAPI=PUBLIC)},tableProperties=@TableProperties(compositeIndex2="+ state.state",compositeIndex3="+ state.state",oracleTableSize=LARGE),iconProperties=@IconProperties(standardIcon="netmarkets/images/chginvst.gif",openIcon="netmarkets/images/chginvst.gif"))
public class WTChangeInvestigation
extends _WTChangeInvestigation
A Windchill provided reference implementation of a ChangeInvestigation.
Depending on its suitability, the site may use it as is, extend it or
disregard it entirely and extend the abstract ChangeInvestigation class
instead.
Each WTChangeInvestigation instance is assigned a unique number which is generated by the system when the change investigation is stored in the database.
Use the newWTChangeInvestigation static factory method(s),
not the WTChangeInvestigation 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: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._WTChangeInvestigation
DESCRIPTION, EXTERNALIZATION_VERSION_UIDFields inherited from class wt.change2._ChangeInvestigation
COMPLETED_BY_REFERENCE, NAME, NUMBER, ROOT_CAUSE_COMPLETED_DATE, ROOT_CAUSE_TEXTFields inherited from class wt.change2._ChangeAnalysis
ACTION_REQUIRED, RESULTSFields inherited from class wt.change2._VersionableChangeItem
CHANGE_APPLICATION_LOCK, CREATOR, INVESTIGATION_COMPLETED, INVESTIGATION_REQUIRED, LATEST, NEED_DATE, ORIGINATED_BY, ORIGINATING_LOCATION, RESOLUTION_DATEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.access._AdHocControlled
ENTRY_SETFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.content._ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATIONFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface wt.index._Indexable
INDEXER_SETFields 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.lifecycle._LifeCycleManaged
LIFE_CYCLE_AT_GATE, LIFE_CYCLE_BASIC, LIFE_CYCLE_NAME, LIFE_CYCLE_STATE, LIFE_CYCLE_TEMPLATE, STATEFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.vc._OneOffVersioned
ONE_OFF_VERSION_IDENTIFIER, ONE_OFF_VERSION_INFOFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedVersion
ORGANIZATION_REFERENCEFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_IDENTITY, TEAM_NAME, TEAM_TEMPLATE_ID, TEAM_TEMPLATE_IDENTITY, TEAM_TEMPLATE_NAMEFields inherited from interface wt.enterprise._Templateable
TEMPLATE, TEMPLATEDFields inherited from interface wt.type._Typed
TYPE_DEFINITION_REFERENCEFields inherited from interface wt.vc._Versioned
VERSION_IDENTIFIER, VERSION_INFOFields inherited from interface wt.change2._WTChangeInvestigationTypeInterface
TYPE_INFO_WTCHANGE_INVESTIGATIONFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.folder.CabinetBased
FOLDER_PATH, LOCATIONFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.org.OrganizationOwned
ORGANIZATIONFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.vc.Versioned
MASTER_SERIESFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the attribute: NAME.Gets the value of the attribute: NUMBER.protected voidinitialize(String name) Supports initialization, following construction of an instance.protected voidSupports initialization, following construction of an instance.static WTChangeInvestigationFor internal use.static WTChangeInvestigationA new-factory method that construct an initialized instance of a WTChangeInvestigation with the given name.static WTChangeInvestigation
Supported API: truevoidSets the value of the attribute: NAME.voidSets the value of the attribute: NUMBER.Methods inherited from class wt.change2._WTChangeInvestigation
getAttributeContainer, getClassInfo, getConceptualClassname, getDescription, getType, getTypeDefinitionReference, getTypeInfoWTChangeInvestigation, readExternal, readExternal, readVersion, setAttributeContainer, setDescription, setTypeDefinitionReference, setTypeInfoWTChangeInvestigation, super_readExternal_WTChangeInvestigation, super_readVersion_WTChangeInvestigation, super_writeExternal_WTChangeInvestigation, writeExternal, writeExternalMethods inherited from class wt.change2.ChangeInvestigation
getCabinetReference, getFolderPath, getLocationMethods inherited from class wt.change2._ChangeInvestigation
getCabinet, getCabinetName, getCompletedByReference, getContentVector, getFolderingInfo, getHttpVector, getOperation, getParentFolder, getRootCauseCompletedDate, getRootCauseText, isHasContents, readVersion, setCompletedByReference, setContentVector, setFolderingInfo, setHasContents, setHttpVector, setOperation, setRootCauseCompletedDate, setRootCauseText, super_readExternal_ChangeInvestigation, super_readVersion_ChangeInvestigation, super_writeExternal_ChangeInvestigationMethods inherited from class wt.change2.ChangeAnalysis
isActionRequiredMethods inherited from class wt.change2._ChangeAnalysis
getActionRequired, getContainer, getContainerName, getContainerReference, getResults, readVersion, setActionRequired, setContainer, setContainerReference, setResults, super_readExternal_ChangeAnalysis, super_readVersion_ChangeAnalysis, super_writeExternal_ChangeAnalysisMethods inherited from class wt.change2.VersionableChangeItem
checkAttributes, getCreator, getOrganization, getOrganizationReference, getOrganizationUniqueIdentifier, getVersionIdentifier, initialize, setCreator, setOrganization, setOrganizationReferenceMethods inherited from class wt.change2._VersionableChangeItem
getAdministrativeLock, getBranchIdentifier, getChangeApplicationLock, getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getDomainRef, getEntrySet, getEventSet, getFederatableInfo, getIndexerSet, getInvestigationCompleted, getInvestigationRequired, getIterationIdentifier, getIterationInfo, getIterationNote, getLifeCycleName, getLifeCycleState, getLifeCycleTemplate, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getNeedDate, getOneOffVersionIdentifier, getOneOffVersionInfo, getOrganizationCodingSystem, getOrganizationName, getOriginatedBy, getOriginatingLocation, getOwnership, getResolutionDate, getSecurityLabels, getState, getTeamId, getTeamIdentity, getTeamName, getTeamTemplateId, getTeamTemplateIdentity, getTeamTemplateName, getTemplate, getVersionInfo, isInheritedDomain, isLatest, isLatestIteration, isLifeCycleAtGate, isLifeCycleBasic, isTemplated, readVersion, setAdministrativeLock, setChangeApplicationLock, setControlBranch, setDomainRef, setEntrySet, setEventSet, setFederatableInfo, setIndexerSet, setInheritedDomain, setInvestigationCompleted, setInvestigationRequired, setIterationInfo, setLatest, setMaster, setMasterReference, setNeedDate, setOneOffVersionInfo, setOriginatedBy, setOriginatingLocation, setOwnership, setResolutionDate, setSecurityLabels, setState, setTeamId, setTeamTemplateId, setTemplate, setVersionInfo, super_readExternal_VersionableChangeItem, super_readVersion_VersionableChangeItem, super_writeExternal_VersionableChangeItemMethods inherited from class wt.fc.WTObject
duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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.inf.container._WTContained
getContainer, getContainerName, getContainerReference, setContainer, setContainerReferenceMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
getNumber
Gets the value of the attribute: NUMBER. A unique number assigned to this WTChangeInvestigation when it is first stored in database.
Supported API: true- Overrides:
getNumberin class_WTChangeInvestigation- Returns:
- String
- See Also:
-
setNumber
Sets the value of the attribute: NUMBER. A unique number assigned to this WTChangeInvestigation when it is first stored in database.
Supported API: true- Overrides:
setNumberin class_WTChangeInvestigation- Parameters:
a_Number-- Throws:
WTPropertyVetoException- See Also:
-
getName
Gets the value of the attribute: NAME. An end-user provided name for this WTChangeInvestigation.
Supported API: true- Specified by:
getNamein interfaceCabinetBased- Specified by:
getNamein interfacewt.projmgmt.deliverable.SubjectOfDeliverable- Overrides:
getNamein class_WTChangeInvestigation- Returns:
- String
- See Also:
-
setName
Sets the value of the attribute: NAME. An end-user provided name for this WTChangeInvestigation.
Supported API: true- Overrides:
setNamein class_WTChangeInvestigation- Parameters:
a_Name-- Throws:
WTPropertyVetoException- See Also:
-
newWTChangeInvestigation
For internal use. Do Not Use.
Supported API: true- Returns:
- WTChangeInvestigation
- Throws:
WTException
-
newWTChangeInvestigation
A new-factory method that construct an initialized instance of a WTChangeInvestigation with the given name.
Supported API: true- Parameters:
name-- Returns:
- WTChangeInvestigation
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
name-- Throws:
WTException
-
newWTChangeInvestigation
public static WTChangeInvestigation newWTChangeInvestigation(WTChangeInvestigationMaster master) throws WTException
Supported API: true- Parameters:
master-- Returns:
- WTChangeInvestigation
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
master-- Throws:
WTException
-