Class RegulatorySubmission
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.qualitymanagement.regmstr._RegulatorySubmission
com.ptc.qualitymanagement.regmstr.RegulatorySubmission
- All Implemented Interfaces:
com.ptc.qualitymanagement.qms._QMSValidatable,com.ptc.qualitymanagement.qms.QMSManageable,com.ptc.qualitymanagement.qms.QMSValidatable,com.ptc.qualitymanagement.regmstr._RegulatorySubmissionTypeInterface,com.ptc.qualitymanagement.regmstr.RegulatorySubmissionTypeInterface,com.ptc.tabledata._TableDataHolder,TableDataHolder,Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._IdentityAccessControlled,wt.access._PolicyAccessControlled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.IdentityAccessControlled,wt.access.PolicyAccessControlled,wt.admin._DomainAdministered,DomainAdministered,wt.content._ContentHolder,wt.content._FormatContentHolder,ContentHolder,FormatContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,wt.lifecycle._IteratedLifeCycleManaged,_LifeCycleManaged,IteratedLifeCycleManaged,LifeCycleManaged,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,wt.reservation._Reservable,Reservable,_TeamManaged,TeamManaged,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,_Iterated,Iterated
@GenAsPersistable(superClass=WTObject.class,interfaces={wt.type.Typed.class,IteratedLifeCycleManaged.class,WTContained.class,FormatContentHolder.class,wt.access.PolicyAccessControlled.class,Foldered.class,LifeCycleManaged.class,wt.ownership.Ownable.class,com.ptc.qualitymanagement.qms.QMSValidatable.class,Reservable.class,com.ptc.qualitymanagement.regmstr.RegulatorySubmissionTypeInterface.class,Indexable.class,Notifiable.class,TableDataHolder.class,wt.access.IdentityAccessControlled.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="remoteIdentifier",type=java.lang.String.class,columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="remoteURL",type=java.lang.String.class),@GeneratedProperty(name="certificateNumber",type=java.lang.String.class,columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="submittedDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="approvalDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="expirationDate",type=java.sql.Timestamp.class,columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="expired",type=boolean.class),@GeneratedProperty(name="submissionID",type=java.lang.String.class,columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="submissionStage",type=com.ptc.qualitymanagement.regmstr.SubmissionStage.class),@GeneratedProperty(name="terminatedDate",type=java.sql.Timestamp.class,columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="submissionPayload",type=java.lang.String.class,columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="acknowledgementPayload",type=java.lang.String.class,columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="dueDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="rejectedDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="submissionMethod",type=SubmissionMethod.class,constraints=@PropertyConstraints(upperLimit=40)),@GeneratedProperty(name="reportType",type=SubmissionReportType.class,constraints=@PropertyConstraints(upperLimit=80)),@GeneratedProperty(name="followupID",type=java.lang.String.class,columnProperties=@ColumnProperties(index=true),constraints=@PropertyConstraints(upperLimit=200))},foreignKeys={@GeneratedForeignKey(myRoleIsRoleA=true,foreignKeyRole=@ForeignKeyRole(name="subject",type=WTObject.class,constraints=@PropertyConstraints(required=false)),myRole=@MyRole(name="submission")),@GeneratedForeignKey(myRoleIsRoleA=true,foreignKeyRole=@ForeignKeyRole(name="submittedTo",type=com.ptc.qualitymanagement.masterdata.entity.MDEntity.class,constraints=@PropertyConstraints(required=false)),myRole=@MyRole(name="submission")),@GeneratedForeignKey(name="RegulatorySubmissionMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=RegulatorySubmissionMaster.class,cascade=false,constraints=@PropertyConstraints(required=true),supportedAPI=PUBLIC),myRole=@MyRole(name="iteration",cascade=false,supportedAPI=PUBLIC))},derivedProperties={@DerivedProperty(name="name",derivedFrom="master>name",supportedAPI=PUBLIC),@DerivedProperty(name="number",derivedFrom="master>number",supportedAPI=PUBLIC)},tableProperties=@TableProperties(compositeIndex1="submittedToReference.key.id",compositeIndex2="subjectReference.key.id",compositeIndex3="expired+expirationDate+iterationInfo.latest"))
public class RegulatorySubmission
extends _RegulatorySubmission
Use the newRegulatorySubmission static factory method(s), not the RegulatorySubmission
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:
-
Field Summary
Fields inherited from class com.ptc.qualitymanagement.regmstr._RegulatorySubmission
ACKNOWLEDGEMENT_PAYLOAD, APPROVAL_DATE, CERTIFICATE_NUMBER, DUE_DATE, EXPIRATION_DATE, EXPIRED, EXTERNALIZATION_VERSION_UID, FOLLOWUP_ID, NAME, NUMBER, REJECTED_DATE, REMOTE_IDENTIFIER, REMOTE_URL, REPORT_TYPE, SUBJECT, SUBJECT_REFERENCE, SUBMISSION_ID, SUBMISSION_METHOD, SUBMISSION_PAYLOAD, SUBMISSION_STAGE, SUBMITTED_DATE, SUBMITTED_TO, SUBMITTED_TO_REFERENCE, TERMINATED_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.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface wt.content._FormatContentHolder
FORMAT, FORMAT_NAME, PRIMARYFields 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.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface com.ptc.qualitymanagement.regmstr._RegulatorySubmissionTypeInterface
TYPE_INFO_REGULATORY_SUBMISSIONFields 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.type._Typed
TYPE_DEFINITION_REFERENCEFields 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.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescriptionprotected voidSupports initialization, following construction of an instance.static RegulatorySubmissionDefault factory for the class.static RegulatorySubmissionnewRegulatorySubmission(String subType, String name, String number, WTObject subject, WTContainer container) Default factory for the class.Methods inherited from class com.ptc.qualitymanagement.regmstr._RegulatorySubmission
getAcknowledgementPayload, getAdministrativeLock, getApprovalDate, getAttributeContainer, getBranchIdentifier, getCabinet, getCabinetName, getCertificateNumber, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getContentVector, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getDomainRef, getDueDate, getEntrySet, getEventSet, getExpirationDate, getFolderingInfo, getFollowupID, getFormat, getFormatName, getHttpVector, getIndexerSet, getIterationIdentifier, getIterationInfo, getIterationNote, getLifeCycleName, getLifeCycleState, getLifeCycleTemplate, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getName, getNumber, getOperation, getOwnership, getParentFolder, getPrimary, getRejectedDate, getRemoteIdentifier, getRemoteURL, getReportType, getState, getSubjectReference, getSubmissionID, getSubmissionMethod, getSubmissionPayload, getSubmissionStage, getSubmittedDate, getSubmittedTo, getSubmittedToReference, getTeamId, getTeamIdentity, getTeamName, getTeamTemplateId, getTeamTemplateIdentity, getTeamTemplateName, getTerminatedDate, getType, getTypeDefinitionReference, getTypeInfoRegulatorySubmission, isExpired, isHasContents, isInheritedDomain, isLatestIteration, isLifeCycleAtGate, isLifeCycleBasic, readExternal, readExternal, readVersion, setAcknowledgementPayload, setAdministrativeLock, setApprovalDate, setAttributeContainer, setCertificateNumber, setContainer, setContainerReference, setContentVector, setControlBranch, setDomainRef, setDueDate, setEntrySet, setEventSet, setExpirationDate, setExpired, setFolderingInfo, setFollowupID, setFormat, setHasContents, setHttpVector, setIndexerSet, setInheritedDomain, setIterationInfo, setMaster, setMasterReference, setName, setNumber, setOperation, setOwnership, setPrimary, setRejectedDate, setRemoteIdentifier, setRemoteURL, setReportType, setState, setSubject, setSubjectReference, setSubmissionID, setSubmissionMethod, setSubmissionPayload, setSubmissionStage, setSubmittedDate, setSubmittedTo, setSubmittedToReference, setTeamId, setTeamTemplateId, setTerminatedDate, setTypeDefinitionReference, setTypeInfoRegulatorySubmission, super_readExternal_RegulatorySubmission, super_readVersion_RegulatorySubmission, super_writeExternal_RegulatorySubmission, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, 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.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newRegulatorySubmission
public static RegulatorySubmission newRegulatorySubmission(String subType, String name, String number, WTObject subject, WTContainer container) throws WTException Default factory for the class.
Supported API: true- Returns:
- BlankValue
- Throws:
WTException
-
newRegulatorySubmission
Default factory for the class.
Supported API: true- Returns:
- BlankValue
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classWTObject- Parameters:
name-- Throws:
WTException
-