Package com.ptc.windchill.mpml.nc
Class NCFileHelperData
java.lang.Object
com.ptc.windchill.mpml.nc.NCFileHelperData
This class is meant to help in the parsing of NC/XML files.
It contains services to store temporarily the objects existing in the database at the time of import. These objects
will most likely be checked out, updated or allocated.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the additional attribute holder used by the client.getResourceData(WTPartMaster resourceMaster) Retrieve the resource data for given MPMResourceMaster.Retrieve the resource data holder used by the client.voidsetAdditionalAttribute(Object attribute) Cache the additional attribute for future use.voidsetResourcesData(List<NCFileResouceData> resourceDatas) Cache the resource data for future use.
-
Method Details
-
setAdditionalAttribute
Cache the additional attribute for future use.
Supported API: true- Parameters:
Object- attribute to cache.
-
getAdditionalAttribute
Retrieve the additional attribute holder used by the client.
Supported API: true- Returns:
- The additional attribute.
-
setResourcesData
Cache the resource data for future use.
Supported API: true- Parameters:
resource- data to cache.
-
getResourcesData
Retrieve the resource data holder used by the client.
Supported API: true- Returns:
- The resource data.
-
getResourceData
Retrieve the resource data for given MPMResourceMaster.
Supported API: true- Returns:
- The resource data.
-