Package org.enhydra.shark.api.client.wfbase

Derived from OMG interface.

See:
          Description

Interface Summary
BaseBusinessObject Java version of OMG's interface.
BaseIterator Java implementation of OMG's interface.
 

Class Summary
BaseError Java implementation of OMG's data type.
 

Exception Summary
BaseException Java implementation of OMG defined exception.
GrammarNotSupported OMG definition: The GrammarNotSuported exception is raised when the input parameter of the set_query_grammar on a BaseIterator specifies a query grammar that is not supported by the iterator.
InvalidQuery Our current implementation of engine never throws this exception, because it does not check queries before actually interpreting them.
NameMismatch Our implementation of engine never throws this exception, because from its point of view, setting names in expressions has no meaning.
 

Package org.enhydra.shark.api.client.wfbase Description

Derived from OMG interface. Contains some common interfaces and exceptions used in other modules.