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.2" from WorkflowModel.idl Thursday, September 24, 2009 9:13:25 AM 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

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

old_resource_name

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

new_resource_key

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

new_resource_name

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

is_accepted

boolean is_accepted()
                    throws BaseException
Throws:
BaseException