|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QuerySource
This interface is a query source according to "ISO 10303-22::9.3.12 query_source" It defines the source of a query execution. In the current JSDAI version it is supported only for local queries. This interface should not be considered stable.
| Method Summary | |
|---|---|
ASdaiModel |
getQuerySourceDomain()
Returns domain in which to perform a search. |
jsdai.query.SerializableRef |
getQuerySourceDomainRef()
|
jsdai.query.SerializableRef |
getQuerySourceInstanceRef()
|
AEntity |
getQuerySourceInstances()
Returns starting instances which serve as the first input instance set for a query. |
int |
query(java.lang.String where,
EEntity entity,
AEntity result)
SDAI query according to part 22. |
| Method Detail |
|---|
int query(java.lang.String where,
EEntity entity,
AEntity result)
throws SdaiException
This method is not implemented. SdaiException FN_NAVL will be thrown if this method is invoked.
where - a String valueentity - an EEntity valueresult - an AEntity value
int value
SdaiException - FN_NAVL, function not available.
ASdaiModel getQuerySourceDomain()
throws SdaiException
SdaiException - if an error occurs during the operation
or in underlying JSDAI operations
AEntity getQuerySourceInstances()
throws SdaiException
AEntity containing the instances or null
this aggregate consists all instances in query source domain
SdaiException - if an error occurs during the operation
or in underlying JSDAI operations
jsdai.query.SerializableRef getQuerySourceInstanceRef()
throws SdaiException
SdaiException
jsdai.query.SerializableRef getQuerySourceDomainRef()
throws SdaiException
SdaiException
|
Copyright © LKSoftWare GmbH, 1999-2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||