org.omg.WorkflowModel
Class _WfDataEventAuditStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.WorkflowModel._WfDataEventAuditStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, BaseBusinessObject, BaseBusinessObjectOperations, WfDataEventAudit, WfDataEventAuditOperations, WfEventAudit, WfEventAuditOperations

public class _WfDataEventAuditStub
extends org.omg.CORBA.portable.ObjectImpl
implements WfDataEventAudit

org/omg/WorkflowModel/_WfDataEventAuditStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Thursday, June 4, 2009 11:12:12 AM CEST

See Also:
Serialized Form

Constructor Summary
_WfDataEventAuditStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 java.lang.String activity_key()
           
 java.lang.String activity_name()
           
 java.lang.String event_type()
           
 NameValue[] new_data()
           
 NameValue[] old_data()
           
 java.lang.String process_key()
           
 java.lang.String process_mgr_name()
           
 java.lang.String process_mgr_version()
           
 java.lang.String process_name()
           
 WfExecutionObject source()
           
 org.omg.TimeBase.UtcT time_stamp()
           
 
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

_WfDataEventAuditStub

public _WfDataEventAuditStub()
Method Detail

old_data

public NameValue[] old_data()
                     throws BaseException
Specified by:
old_data in interface WfDataEventAuditOperations
Throws:
BaseException

new_data

public NameValue[] new_data()
                     throws BaseException
Specified by:
new_data in interface WfDataEventAuditOperations
Throws:
BaseException

source

public WfExecutionObject source()
                         throws BaseException,
                                SourceNotAvailable
Specified by:
source in interface WfEventAuditOperations
Throws:
BaseException
SourceNotAvailable

time_stamp

public org.omg.TimeBase.UtcT time_stamp()
                                 throws BaseException
Specified by:
time_stamp in interface WfEventAuditOperations
Throws:
BaseException

event_type

public java.lang.String event_type()
                            throws BaseException
Specified by:
event_type in interface WfEventAuditOperations
Throws:
BaseException

activity_key

public java.lang.String activity_key()
                              throws BaseException
Specified by:
activity_key in interface WfEventAuditOperations
Throws:
BaseException

activity_name

public java.lang.String activity_name()
                               throws BaseException
Specified by:
activity_name in interface WfEventAuditOperations
Throws:
BaseException

process_key

public java.lang.String process_key()
                             throws BaseException
Specified by:
process_key in interface WfEventAuditOperations
Throws:
BaseException

process_name

public java.lang.String process_name()
                              throws BaseException
Specified by:
process_name in interface WfEventAuditOperations
Throws:
BaseException

process_mgr_name

public java.lang.String process_mgr_name()
                                  throws BaseException
Specified by:
process_mgr_name in interface WfEventAuditOperations
Throws:
BaseException

process_mgr_version

public java.lang.String process_mgr_version()
                                     throws BaseException
Specified by:
process_mgr_version in interface WfEventAuditOperations
Throws:
BaseException

_ids

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