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.1"
from WfBase.idl
Friday, May 18, 2007 2:02:04 PM CEST
query_expression
public java.lang.String query_expression()
throws BaseException
- Throws:
BaseException
set_query_expression
public void set_query_expression(java.lang.String query)
throws BaseException,
InvalidQuery
- Throws:
BaseException
InvalidQuery
names_in_expression
public NameValue[] names_in_expression()
throws BaseException
- Throws:
BaseException
set_names_in_expression
public void set_names_in_expression(NameValue[] query)
throws BaseException,
NameMismatch
- Throws:
BaseException
NameMismatch
query_grammar
public java.lang.String query_grammar()
throws BaseException
- Throws:
BaseException
set_query_grammar
public void set_query_grammar(java.lang.String query_grammmar)
throws BaseException,
GrammarNotSupported
- Throws:
BaseException
GrammarNotSupported
how_many
public int how_many()
throws BaseException
- Throws:
BaseException
goto_start
public void goto_start()
throws BaseException
- Throws:
BaseException
goto_end
public void goto_end()
throws BaseException
- Throws:
BaseException