Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces |
|
Interface ENOVIDataResolutionObject
|
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVIDataResolutionObject
Framework : ENOVWebSrvr
Module : EWS0Infra
public interface ENOVIDataResolutionObject
This interface provides methods to retrieve objects from their uuid.
DRIVER_CATEGORY
String DRIVER_CATEGORY
The category value passed to the ENOVWebDriverDefinition class to retrieve the driver instance.
getObjectFromUUID
ENOVIDataObject getObjectFromUUID(String iUUID)
Retrieves the object given its uuid using the ENOVTypeMask.READ_MASK
getObjectFromUUID
ENOVIDataObject getObjectFromUUID(String iUUID, ENOVTypeMask iMask)
Retrieves the object given its uuid using given mask
getObjectsFromUUIDs
ENOVIDataObject[] getObjectsFromUUIDs(String[] iUUIDs)
Retrieves a list of objects using the ENOVTypeMask.READ_MASK
getObjectsFromUUIDs
ENOVIDataObject[] getObjectsFromUUIDs(String[] iUUIDs, ENOVTypeMask iMask)
Retrieves a list of objects using the given mask
Copyright © 2000, Dassault Systèmes. All rights reserved