* Creates a new {@link WfEventAudit} instance.
* @return An instance of the WfEventAudit Interface.
* @throws WfException
*/
public static WfEventAudit getWfEventAudit(WfExecutionObject object, String type) throws WfException {
return new WfEventAuditImpl(object, type);
}