Package wt.epm.ndi
Interface EPMNDDocument
- All Superinterfaces:
EPMNDObject
- All Known Subinterfaces:
EPMNDDocumentExt
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: alternateRepresentations.Gets the object for the association that plays role: attributes.Gets the value of the attribute: authoringApplicationVersion.Gets the object for the association that plays role: boxExtents.Gets the value of the attribute: cadName.Gets the object for the association that plays role: choiceAssignments.Gets the value of the attribute: container.intGets the value of the attribute: dbKeySize.Gets the value of the attribute: defaultUnit.Gets the object for the association that plays role: dependencies.Gets the value of Global ID
Supported API: trueReturns the lengthScale attribute present on an EPMDocument.Gets the value of the attribute: masterObjectId.Gets the value of the attribute: maximumAllowed;
Supported API: trueGets the value of the attribute: minimumRequired;
Supported API: trueGets the object for the association that plays role: modelItemDependencies.Gets the object for the association that plays role: modelItems.Gets the multi-value of the attribute: securityLabels.Gets the value of the attribute: number.Gets the value of the attribute: organization.Gets the value of the attribute: originalIterationObjectId.Gets the object for the association that plays role: referenceControl.Gets the value of the attribute: securityLabels.Gets the object for the association that plays role: softType.intGets the value of the attribute: updateCounter; Returns update counter for ND document.Gets the value of the attribute: version.booleanGets the value of the attribute: collapsible;
Supported API: truebooleanGets the value of the attribute: derived; returns true if it is derived document
Supported API: truebooleanGets the value of the attribute: placeHolder; Indicates if the newly created CAD Document is a placeholder.Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
getCadName
Gets the value of the attribute: cadName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getMasterObjectId
Gets the value of the attribute: masterObjectId.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-
getOriginalIterationObjectId
Gets the value of the attribute: originalIterationObjectId.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-
getAuthoringApplicationVersion
Gets the value of the attribute: authoringApplicationVersion.
Supported API: true- Returns:
- EPMAuthoringAppVersion
- Throws:
WTException
-
getUpdateCounter
Gets the value of the attribute: updateCounter; Returns update counter for ND document. If ND document update counter different then EPMDocument update counter overridable conflict will be generated. If ND document update counter equals -1 upload service ignore it value.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getNumber
Gets the value of the attribute: number.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getContainer
Gets the value of the attribute: container.
Supported API: true- Returns:
- WTContainer
- Throws:
WTException
-
getOrganization
Gets the value of the attribute: organization.
Supported API: true- Returns:
- WTOrganization
- Throws:
WTException
-
getDbKeySize
Gets the value of the attribute: dbKeySize.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getDefaultUnit
Gets the value of the attribute: defaultUnit.
Supported API: true- Returns:
- QuantityUnit
- Throws:
WTException
-
isPlaceHolder
Gets the value of the attribute: placeHolder; Indicates if the newly created CAD Document is a placeholder. It will become a fully defined document when client gets the real CAD model. User may not publish the document until it is resolved. Till then it will remain in users personal folder.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
isDerived
Gets the value of the attribute: derived; returns true if it is derived document
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getSecurityLabels
Gets the value of the attribute: securityLabels.
Supported API: true- Returns:
- Map<String,String>
- Throws:
WTException-Deprecated
-
getMultiValuedSecurityLabels
Gets the multi-value of the attribute: securityLabels.
Supported API: true- Returns:
- Map<String,String>
- Throws:
WTException
-
getVersion
Gets the value of the attribute: version.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getAttributes
Gets the object for the association that plays role: attributes.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getDependencies
Gets the object for the association that plays role: dependencies.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getReferenceControl
Gets the object for the association that plays role: referenceControl.
Supported API: true- Returns:
- EPMNDReferenceControl
- Throws:
WTException
-
getSoftType
Gets the object for the association that plays role: softType.
Supported API: true- Returns:
- EPMNDSoftType
- Throws:
WTException
-
getBoxExtents
Gets the object for the association that plays role: boxExtents.
Supported API: true- Returns:
- EPMNDBoxExtents
- Throws:
WTException
-
getModelItems
Gets the object for the association that plays role: modelItems.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getModelItemDependencies
Gets the object for the association that plays role: modelItemDependencies.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getAlternateRepresentations
Gets the object for the association that plays role: alternateRepresentations.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getLengthScale
Returns the lengthScale attribute present on an EPMDocument.
Supported API: true- Returns:
- Double
- Throws:
WTException
-
getChoiceAssignments
Gets the object for the association that plays role: choiceAssignments.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getMaximumAllowed
Gets the value of the attribute: maximumAllowed;
Supported API: true- Returns:
- Integer
- Throws:
WTException
-
getMinimumRequired
Gets the value of the attribute: minimumRequired;
Supported API: true- Returns:
- Integer
- Throws:
WTException
-
isCollapsible
Gets the value of the attribute: collapsible;
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getGlobalId
Gets the value of Global ID
Supported API: true- Returns:
- String Global ID
- Throws:
WTException
-