wt.load
Interface ObjectLocator
- All Known Implementing Classes:
- AttributeDefinizerObjectLocator, BusinessEntityObjectLocator, ClassificationNodeObjectLocator, MeasurementSystemObjectLocator, NavigationStructureObjectLocator, QuantityOfMeasureObjectLocator, RankingContextObjectLocator, WTPartObjectLocator, WTTypeDefinitionObjectLocator
- public interface ObjectLocator
An ObjectLocator is an object that when given an identifier, can locate
an instance of an object. The string identifier can be interpreted by
the locator to determine an exact instance of the object.
Supported API: false
Extendable: false
Method Summary |
Object |
locate(String identifer)
Locates an object via the supplied identifier string. |
locate
public Object locate(String identifer)
- Locates an object via the supplied identifier string.
Supported API: false
- Parameters:
identifer
-
- Returns:
- Object