org.omg.WorkflowModel
Class _WfProcessIteratorStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.WorkflowModel._WfProcessIteratorStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, BaseIterator, BaseIteratorOperations, WfProcessIterator, WfProcessIteratorOperations

public class _WfProcessIteratorStub
extends org.omg.CORBA.portable.ObjectImpl
implements WfProcessIterator

org/omg/WorkflowModel/_WfProcessIteratorStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Friday, July 11, 2008 1:11:16 PM CEST

See Also:
Serialized Form

Constructor Summary
_WfProcessIteratorStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 WfProcess[] get_next_n_sequence(int max_number)
           
 WfProcess get_next_object()
           
 WfProcess[] get_previous_n_sequence(int max_number)
           
 WfProcess 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.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

_WfProcessIteratorStub

public _WfProcessIteratorStub()
Method Detail

get_next_object

public WfProcess get_next_object()
                          throws BaseException
Specified by:
get_next_object in interface WfProcessIteratorOperations
Throws:
BaseException

get_previous_object

public WfProcess get_previous_object()
                              throws BaseException
Specified by:
get_previous_object in interface WfProcessIteratorOperations
Throws:
BaseException

get_next_n_sequence

public WfProcess[] get_next_n_sequence(int max_number)
                                throws BaseException
Specified by:
get_next_n_sequence in interface WfProcessIteratorOperations
Throws:
BaseException

get_previous_n_sequence

public WfProcess[] get_previous_n_sequence(int max_number)
                                    throws BaseException
Specified by:
get_previous_n_sequence in interface WfProcessIteratorOperations
Throws:
BaseException

query_expression

public java.lang.String query_expression()
                                  throws BaseException
Specified by:
query_expression in interface BaseIteratorOperations
Throws:
BaseException

set_query_expression

public void set_query_expression(java.lang.String query)
                          throws BaseException,
                                 InvalidQuery
Specified by:
set_query_expression in interface BaseIteratorOperations
Throws:
BaseException
InvalidQuery

names_in_expression

public NameValue[] names_in_expression()
                                throws BaseException
Specified by:
names_in_expression in interface BaseIteratorOperations
Throws:
BaseException

set_names_in_expression

public void set_names_in_expression(NameValue[] query)
                             throws BaseException,
                                    NameMismatch
Specified by:
set_names_in_expression in interface BaseIteratorOperations
Throws:
BaseException
NameMismatch

query_grammar

public java.lang.String query_grammar()
                               throws BaseException
Specified by:
query_grammar in interface BaseIteratorOperations
Throws:
BaseException

set_query_grammar

public void set_query_grammar(java.lang.String query_grammmar)
                       throws BaseException,
                              GrammarNotSupported
Specified by:
set_query_grammar in interface BaseIteratorOperations
Throws:
BaseException
GrammarNotSupported

how_many

public int how_many()
             throws BaseException
Specified by:
how_many in interface BaseIteratorOperations
Throws:
BaseException

goto_start

public void goto_start()
                throws BaseException
Specified by:
goto_start in interface BaseIteratorOperations
Throws:
BaseException

goto_end

public void goto_end()
              throws BaseException
Specified by:
goto_end in interface BaseIteratorOperations
Throws:
BaseException

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl