org.omg.WfBase
Interface BaseIteratorOperations

All Known Subinterfaces:
BaseIterator, WfActivityIterator, WfActivityIteratorOperations, WfAssignmentIterator, WfAssignmentIteratorOperations, WfEventAuditIterator, WfEventAuditIteratorOperations, WfProcessIterator, WfProcessIteratorOperations, WfProcessMgrIterator, WfProcessMgrIteratorOperations, WfResourceIterator, WfResourceIteratorOperations
All Known Implementing Classes:
_BaseIteratorImplBase, _BaseIteratorStub, _WfActivityIteratorImplBase, _WfActivityIteratorStub, _WfAssignmentIteratorImplBase, _WfAssignmentIteratorStub, _WfEventAuditIteratorImplBase, _WfEventAuditIteratorStub, _WfProcessIteratorImplBase, _WfProcessIteratorStub, _WfProcessMgrIteratorImplBase, _WfProcessMgrIteratorStub, _WfResourceIteratorImplBase, _WfResourceIteratorStub, BaseIteratorPOA, WfActivityIteratorPOA, WfAssignmentIteratorPOA, WfEventAuditIteratorPOA, WfProcessIteratorPOA, WfProcessMgrIteratorPOA, WfResourceIteratorPOA

public interface BaseIteratorOperations

org/omg/WfBase/BaseIteratorOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WfBase.idl Friday, July 11, 2008 10:31:24 PM CEST


Method Summary
 void goto_end()
           
 void goto_start()
           
 int how_many()
           
 NameValue[] names_in_expression()
           
 java.lang.String query_expression()
           
 java.lang.String query_grammar()
           
 void set_names_in_expression(NameValue[] query)
           
 void set_query_expression(java.lang.String query)
           
 void set_query_grammar(java.lang.String query_grammmar)
           
 

Method Detail

query_expression

java.lang.String query_expression()
                                  throws BaseException
Throws:
BaseException

set_query_expression

void set_query_expression(java.lang.String query)
                          throws BaseException,
                                 InvalidQuery
Throws:
BaseException
InvalidQuery

names_in_expression

NameValue[] names_in_expression()
                                throws BaseException
Throws:
BaseException

set_names_in_expression

void set_names_in_expression(NameValue[] query)
                             throws BaseException,
                                    NameMismatch
Throws:
BaseException
NameMismatch

query_grammar

java.lang.String query_grammar()
                               throws BaseException
Throws:
BaseException

set_query_grammar

void set_query_grammar(java.lang.String query_grammmar)
                       throws BaseException,
                              GrammarNotSupported
Throws:
BaseException
GrammarNotSupported

how_many

int how_many()
             throws BaseException
Throws:
BaseException

goto_start

void goto_start()
                throws BaseException
Throws:
BaseException

goto_end

void goto_end()
              throws BaseException
Throws:
BaseException