Interface AssociatePartDescriptor
public interface AssociatePartDescriptor
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionReturns EPMWorkspace in which new part is being created.Returns the new part folder object id
Supported API: trueReturns GenericType of new part being created.Returns the maximumAllowed value for the new part being created.Returns the minimumRequired value for the new part being created.Returns Organization of new part being created.Returns Container of new part being created.Returns part name of new part being created.Returns part number of new part being created.Returns value of Source field of new part being created.Returns the Part Type of new part being created.Returns Soft Type id of new part being created.Returns EPMDocument for which new part is being created.Returns ModelItem for which new part is being created.getUnit()Returns value of QunatityUnit of new part being created.Returns View Reference of new part being created.booleanReturns the collapsible flag value for the new part being created.booleanReturns true if the new part being created is of type END item.
-
Method Details
-
getSourceDoc
EPMDocument getSourceDoc()Returns EPMDocument for which new part is being created.
Supported API: true- Returns:
- EPMDocument
-
getSourceModelItem
ModelItem getSourceModelItem()Returns ModelItem for which new part is being created.
Supported API: true- Returns:
- ModelItem
-
getPartNumber
String getPartNumber()Returns part number of new part being created.
Supported API: true- Returns:
- String
-
getPartName
String getPartName()Returns part name of new part being created.
Supported API: true- Returns:
- String
-
getEPMWorkspace
EPMWorkspace getEPMWorkspace()Returns EPMWorkspace in which new part is being created.
Supported API: true- Returns:
- EPMWorkspace
-
getOrganization
WTOrganization getOrganization()Returns Organization of new part being created.
Supported API: true- Returns:
- WTorganization
-
getPartSource
Source getPartSource()Returns value of Source field of new part being created.
Supported API: true- Returns:
- Source
-
getUnit
QuantityUnit getUnit()Returns value of QunatityUnit of new part being created.
Supported API: true- Returns:
- QuantityUnit
-
getSoftTypeId
String getSoftTypeId()Returns Soft Type id of new part being created.
Supported API: true- Returns:
- String
-
getPartContainer
WTContainer getPartContainer()Returns Container of new part being created.
Supported API: true- Returns:
- WTContainer
-
getViewReference
ViewReference getViewReference()Returns View Reference of new part being created.
Supported API: true- Returns:
- ViewReference
-
isEndItem
boolean isEndItem()Returns true if the new part being created is of type END item.
Supported API: true- Returns:
- boolean
-
getGenericType
GenericType getGenericType()Returns GenericType of new part being created.
Supported API: true- Returns:
- GenericType
-
getPartType
PartType getPartType()Returns the Part Type of new part being created.
Supported API: true- Returns:
- PartType
-
getFolderOID
String getFolderOID()Returns the new part folder object id
Supported API: true- Returns:
- String
-
getMinimumRequired
Integer getMinimumRequired()Returns the minimumRequired value for the new part being created.
Supported API: true- Returns:
- Integer
-
getMaximumAllowed
Integer getMaximumAllowed()Returns the maximumAllowed value for the new part being created.
Supported API: true- Returns:
- Integer
-
isCollapsible
boolean isCollapsible()Returns the collapsible flag value for the new part being created.
Supported API: true- Returns:
- boolean
-