org.enhydra.shark.corba
Class WfEventAuditIteratorCORBA

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.WorkflowModel._WfEventAuditIteratorImplBase
          extended byorg.enhydra.shark.corba.WfEventAuditIteratorCORBA
All Implemented Interfaces:
BaseIterator, BaseIteratorOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler, org.omg.CORBA.Object, java.io.Serializable, WfEventAuditIterator, WfEventAuditIteratorOperations

public class WfEventAuditIteratorCORBA
extends _WfEventAuditIteratorImplBase

Iterator for event audits of activity or the process.

Version:
1.0
Author:
Sasa Bojanic
See Also:
Serialized Form

Constructor Summary
protected WfEventAuditIteratorCORBA(Collective toJoin, WfEventAuditIterator iter)
           
 
Method Summary
 WfEventAudit[] get_next_n_sequence(int max_number)
           
 WfEventAudit get_next_object()
           
 WfEventAudit[] get_previous_n_sequence(int max_number)
           
 WfEventAudit get_previous_object()
           
 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)
           
 
Methods inherited from class org.omg.WorkflowModel._WfEventAuditIteratorImplBase
_ids, _invoke
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

WfEventAuditIteratorCORBA

protected WfEventAuditIteratorCORBA(Collective toJoin,
                                    WfEventAuditIterator iter)
                             throws BaseException
Method Detail

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

get_next_object

public WfEventAudit get_next_object()
                             throws BaseException
Throws:
BaseException

get_previous_object

public WfEventAudit get_previous_object()
                                 throws BaseException
Throws:
BaseException

get_next_n_sequence

public WfEventAudit[] get_next_n_sequence(int max_number)
                                   throws BaseException
Throws:
BaseException

get_previous_n_sequence

public WfEventAudit[] get_previous_n_sequence(int max_number)
                                       throws BaseException
Throws:
BaseException