org.omg.WorkflowModel
Interface WfEventAuditOperations

All Superinterfaces:
BaseBusinessObjectOperations
All Known Subinterfaces:
WfAssignmentEventAudit, WfAssignmentEventAuditOperations, WfCreateProcessEventAudit, WfCreateProcessEventAuditOperations, WfDataEventAudit, WfDataEventAuditOperations, WfEventAudit, WfStateEventAudit, WfStateEventAuditOperations
All Known Implementing Classes:
_WfAssignmentEventAuditImplBase, _WfAssignmentEventAuditStub, _WfCreateProcessEventAuditImplBase, _WfCreateProcessEventAuditStub, _WfDataEventAuditImplBase, _WfDataEventAuditStub, _WfEventAuditImplBase, _WfEventAuditStub, _WfStateEventAuditImplBase, _WfStateEventAuditStub, WfAssignmentEventAuditPOA, WfCreateProcessEventAuditPOA, WfDataEventAuditPOA, WfEventAuditPOA, WfStateEventAuditPOA

public interface WfEventAuditOperations
extends BaseBusinessObjectOperations

org/omg/WorkflowModel/WfEventAuditOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Monday, December 24, 2007 5:43:48 PM CET


Method Summary
 java.lang.String activity_key()
           
 java.lang.String activity_name()
           
 java.lang.String event_type()
           
 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()
           
 

Method Detail

source

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

time_stamp

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

event_type

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

activity_key

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

activity_name

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

process_key

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

process_name

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

process_mgr_name

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

process_mgr_version

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