1 package org.enhydra.shark.api.client.wfmodel; 2 3 4 import org.enhydra.shark.api.client.wfbase.*; 5 6 17 public interface WfAssignmentEventAudit extends WfEventAudit { 18 19 24 String old_resource_key () throws BaseException; 25 26 31 String old_resource_name () throws BaseException; 32 33 34 String new_resource_key () throws BaseException; 35 36 String new_resource_name () throws BaseException; 37 38 40 boolean is_accepted () throws BaseException; 41 } | Popular Tags |