Package com.dassault_systemes.catweb.databackend.dataType

   
Interface DataIF

 
Class Hierarchy
com.dassault_systemes.catweb.databackend.dataType.DataIF
Class Location

Framework : CATJDataAccessBasicModel

Module : PLAdatabackend

Class Description

public interface DataIF

Interface to communicate beetween the Driver and the Portal Product Explorer.
Two methods are provided:

Field Summary

Constructor Summary

Method Summary
PELeaf[] QueryRoot(Object iSearch, PEType iTypeOfObject, String iEnvironment)
PELeaf[] openNode(PENode iNode)


Field Detail

Constructor Detail

Method Detail

QueryRoot

    PELeaf[] QueryRoot(Object iSearch, PEType iTypeOfObject, String iEnvironment)

Enables to query Root conforming to a certain criteria.

Parameters:
iSearch
The iSearch Object is an instance of String if you made a simple query or is an instance of ElementOfQuery if you made an extended query.
iTypeOfObject
The PEtype of Object needed.
iEnvironment
The environment to perform the query.
Returns:
Returns the result of the query as an array of PELeaf.

openNode

    PELeaf[] openNode(PENode iNode)

Asks a Driver to open a Node.

Parameters:
iNode
The node to open.
Returns:
Returns the result of the opening of the node as an array of PELeaf.


Copyright © 2000, Dassault Systèmes. All rights reserved