org.omg.WorkflowModel
Interface WfAssignmentEventAuditOperations

All Superinterfaces:
BaseBusinessObjectOperations, WfEventAuditOperations
All Known Subinterfaces:
WfAssignmentEventAudit
All Known Implementing Classes:
_WfAssignmentEventAuditImplBase, _WfAssignmentEventAuditStub, WfAssignmentEventAuditPOA

public interface WfAssignmentEventAuditOperations
extends WfEventAuditOperations

org/omg/WorkflowModel/WfAssignmentEventAuditOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from WorkflowModel.idl Friday, May 18, 2007 2:01:20 PM CEST


Method Summary
 boolean is_accepted()
           
 java.lang.String new_resource_key()
           
 java.lang.String new_resource_name()
           
 java.lang.String old_resource_key()
           
 java.lang.String old_resource_name()
           
 
Methods inherited from interface org.omg.WorkflowModel.WfEventAuditOperations
activity_key, activity_name, event_type, process_key, process_mgr_name, process_mgr_version, process_name, source, time_stamp
 

Method Detail

old_resource_key

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

old_resource_name

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

new_resource_key

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

new_resource_name

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

is_accepted

public boolean is_accepted()
                    throws BaseException
Throws:
BaseException