org.enhydra.shark.corba
Class WfDataEventAuditCORBA

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.WorkflowModel._WfDataEventAuditImplBase
          extended byorg.enhydra.shark.corba.WfDataEventAuditCORBA
All Implemented Interfaces:
BaseBusinessObject, BaseBusinessObjectOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler, org.omg.CORBA.Object, java.io.Serializable, WfDataEventAudit, WfDataEventAuditOperations, WfEventAudit, WfEventAuditOperations

public class WfDataEventAuditCORBA
extends _WfDataEventAuditImplBase

WfDataEventAuditImpl - Workflow Event Audit implementation

See Also:
Serialized Form

Constructor Summary
protected WfDataEventAuditCORBA(Collective toJoin, WfDataEventAudit ea)
           
 
Method Summary
 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.WorkflowModel._WfDataEventAuditImplBase
_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

WfDataEventAuditCORBA

protected WfDataEventAuditCORBA(Collective toJoin,
                                WfDataEventAudit ea)
Method Detail

source

public WfExecutionObject source()
                         throws BaseException,
                                SourceNotAvailable
Throws:
BaseException
SourceNotAvailable

time_stamp

public org.omg.TimeBase.UtcT time_stamp()
                                 throws BaseException
Throws:
BaseException

event_type

public java.lang.String event_type()
                            throws BaseException
Throws:
BaseException

activity_key

public java.lang.String activity_key()
                              throws BaseException
Throws:
BaseException

activity_name

public java.lang.String activity_name()
                               throws BaseException
Throws:
BaseException

process_key

public java.lang.String process_key()
                             throws BaseException
Throws:
BaseException

process_name

public java.lang.String process_name()
                              throws BaseException
Throws:
BaseException

process_mgr_name

public java.lang.String process_mgr_name()
                                  throws BaseException
Throws:
BaseException

process_mgr_version

public java.lang.String process_mgr_version()
                                     throws BaseException
Throws:
BaseException

old_data

public NameValue[] old_data()
                     throws BaseException
Throws:
BaseException

new_data

public NameValue[] new_data()
                     throws BaseException
Throws:
BaseException