Package com.dassault_systemes.catweb.databackend.dataType |
com.dassault_systemes.catweb.databackend.dataType.DataIF
Framework : CATJDataAccessBasicModel
Module : PLAdatabackend
public interface DataIF
Interface to communicate beetween the Driver and the Portal Product Explorer.
Two methods are provided:
- QueryRoot which enables you to query object of a certain PEType and environement
which conforms to a certain criteria. A simple criteria, the query is a String,
or an extended criteria, the query is an array of attribute, operator, operand.
- openNode which enable you to get the children of a Node.
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