Class _EPMDocumentMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.build._BuildSourceMaster,wt.build.BuildSourceMaster,wt.doc._Document,wt.doc._DocumentMaster,Document,DocumentMaster,wt.epm._EPMObject,EPMObject,wt.epm.interfaces._EPMDependencyMaster,EPMDependencyMaster,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.generic._GenericizableMaster,wt.generic.GenericizableMaster,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedFilterable,wt.inf.container._WTContainedIdentified,WTContained,wt.inf.container.WTContainedFilterable,WTContainedIdentified,wt.option._OptionSetAssignable,OptionSetAssignable,_OrganizationOwned,_OrganizationOwnedImpl,wt.org._OrganizationOwnedMaster,wt.org.electronicIdentity._ElectronicallySignable,wt.org.electronicIdentity.ElectronicallySignable,OrganizationOwned,OrganizationOwnedImpl,OrganizationOwnedMaster,wt.projmgmt.deliverable._MasteredSubjectOfDeliverable,wt.projmgmt.deliverable._SubjectOfDeliverable,wt.projmgmt.deliverable.MasteredSubjectOfDeliverable,wt.projmgmt.deliverable.SubjectOfDeliverable,wt.recent.RecentlyVisited,wt.representation._RepresentableMaster,wt.representation._RepresentablesAndMasters,wt.representation.RepresentableMaster,wt.representation.RepresentablesAndMasters,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable,wt.vc._Mastered,Mastered
- Direct Known Subclasses:
EPMDocumentMaster
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates that the named application authored the object.static final StringTheCAD Name of the document.t.static final StringThe default unit of measurement assigned to the document when it is used in a structure.static final StringSupported API: truestatic final StringSupported API: truestatic final StringThe name of the document.static final StringThe number attribute represents the number for this document and all of its versions.static final StringIndicate that the named application owns the object.Fields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionIndicates that the named application authored the object.TheCAD Name of the document.t.The default unit of measurement assigned to the document when it is used in a structure.Supported API: trueSupported API: truegetName()The name of the document.The number attribute represents the number for this document and all of its versions.Supported API: trueSupported API: trueSupported API: trueSupported API: trueIndicate that the named application owns the object.voidsetAuthoringApplication(EPMAuthoringAppType authoringApplication) Indicates that the named application authored the object.voidsetCADName(String CADName) TheCAD Name of the document.t.voidsetDefaultUnit(QuantityUnit defaultUnit) The default unit of measurement assigned to the document when it is used in a structure.voidsetDocSubType(EPMDocSubType docSubType) Supported API: truevoidsetDocType(EPMDocumentType docType) Supported API: truevoidThe name of the document.voidThe number attribute represents the number for this document and all of its versions.voidsetOrganizationReference(WTPrincipalReference organizationReference) Supported API: truevoidsetOwnerApplication(EPMApplicationType ownerApplication) Indicate that the named application owns the object.Methods 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.epm.EPMObject
checkAttributesMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.org.OrganizationOwned
getOrganizationMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
NUMBER
The number attribute represents the number for this document and all of its versions. Conceptually on the EPMSocument, it is actually implemented on the master.Supported API: true
- See Also:
-
NAME
The name of the document.Supported API: true
- See Also:
-
CADNAME
TheCAD Name of the document.t.Supported API: true
- See Also:
-
OWNER_APPLICATION
Indicate that the named application owns the object.The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.
Supported API: true
- See Also:
-
AUTHORING_APPLICATION
Indicates that the named application authored the object.The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.
Supported API: true
- See Also:
-
DOC_TYPE
Supported API: true- See Also:
-
DOC_SUB_TYPE
Supported API: true- See Also:
-
DEFAULT_UNIT
The default unit of measurement assigned to the document when it is used in a structure.Supported API: true
- See Also:
-
-
Method Details
-
getNumber
The number attribute represents the number for this document and all of its versions. Conceptually on the EPMSocument, it is actually implemented on the master.Supported API: true
- See Also:
-
setNumber
The number attribute represents the number for this document and all of its versions. Conceptually on the EPMSocument, it is actually implemented on the master.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getName
The name of the document.Supported API: true
- Specified by:
getNamein interfacewt.projmgmt.deliverable.SubjectOfDeliverable- See Also:
-
setName
The name of the document.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getCADName
TheCAD Name of the document.t.Supported API: true
- See Also:
-
setCADName
TheCAD Name of the document.t.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOwnerApplication
Indicate that the named application owns the object.The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.
Supported API: true
- Specified by:
getOwnerApplicationin interfaceEPMObject- Returns:
- EPMApplicationType
- See Also:
-
setOwnerApplication
Indicate that the named application owns the object.The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.
Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getAuthoringApplication
Indicates that the named application authored the object.The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.
Supported API: true
- Specified by:
getAuthoringApplicationin interfaceEPMObject- Returns:
- EPMAuthoringAppType
- See Also:
-
setAuthoringApplication
public void setAuthoringApplication(EPMAuthoringAppType authoringApplication) throws WTPropertyVetoException Indicates that the named application authored the object.The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.
Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getDocType
Supported API: true- See Also:
-
setDocType
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getDocSubType
Supported API: true- See Also:
-
setDocSubType
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getDefaultUnit
The default unit of measurement assigned to the document when it is used in a structure.Supported API: true
- See Also:
-
setDefaultUnit
The default unit of measurement assigned to the document when it is used in a structure.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOrganizationReference
Supported API: true- Specified by:
getOrganizationReferencein interface_OrganizationOwnedImpl- Specified by:
getOrganizationReferencein interfaceOrganizationOwned- Returns:
- WTPrincipalReference
- See Also:
-
setOrganizationReference
public void setOrganizationReference(WTPrincipalReference organizationReference) throws WTPropertyVetoException Supported API: true- Specified by:
setOrganizationReferencein interface_OrganizationOwnedImpl- Specified by:
setOrganizationReferencein interfaceOrganizationOwned- Throws:
WTPropertyVetoException- 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:
-