org.omg.WorkflowModel
Class _WfActivityIteratorStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.WorkflowModel._WfActivityIteratorStub
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, BaseIterator, BaseIteratorOperations, WfActivityIterator, WfActivityIteratorOperations
public class _WfActivityIteratorStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements WfActivityIterator
org/omg/WorkflowModel/_WfActivityIteratorStub.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from WorkflowModel.idl
Thursday, September 24, 2009 9:19:09 AM CEST
- See Also:
- Serialized Form
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 |
_WfActivityIteratorStub
public _WfActivityIteratorStub()
get_next_object
public WfActivity get_next_object()
throws BaseException
- Specified by:
get_next_object
in interface WfActivityIteratorOperations
- Throws:
BaseException
get_previous_object
public WfActivity get_previous_object()
throws BaseException
- Specified by:
get_previous_object
in interface WfActivityIteratorOperations
- Throws:
BaseException
get_next_n_sequence
public WfActivity[] get_next_n_sequence(int max_number)
throws BaseException
- Specified by:
get_next_n_sequence
in interface WfActivityIteratorOperations
- Throws:
BaseException
get_previous_n_sequence
public WfActivity[] get_previous_n_sequence(int max_number)
throws BaseException
- Specified by:
get_previous_n_sequence
in interface WfActivityIteratorOperations
- 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