org.enhydra.shark.api.client.wfservice
Interface WfPackageEventAudit

All Superinterfaces:
BaseBusinessObject, java.io.Serializable, WfEventAudit

public interface WfPackageEventAudit
extends WfEventAudit

Specialization of WfEventAudit interface that represents events considering XPDL management (load, unload and update of packages).


Method Summary
 java.lang.String package_id()
          Returns package Id of package related to this event.
 java.lang.String package_version()
          Returns package version of package related to this event.
 java.lang.String resource_username()
          Returns the username of resource that performed operation related to this event.
 
Methods inherited from interface org.enhydra.shark.api.client.wfmodel.WfEventAudit
activity_key, activity_name, event_type, process_key, process_mgr_name, process_mgr_version, process_name, source, time_stamp
 

Method Detail

package_id

public java.lang.String package_id()
                            throws java.lang.Exception
Returns package Id of package related to this event.

Throws:
java.lang.Exception

package_version

public java.lang.String package_version()
                                 throws java.lang.Exception
Returns package version of package related to this event.

Throws:
java.lang.Exception

resource_username

public java.lang.String resource_username()
                                   throws java.lang.Exception
Returns the username of resource that performed operation related to this event.

Throws:
java.lang.Exception