1 25 package org.ofbiz.workflow; 26 27 34 public interface WfCreateProcessEventAudit extends WfEventAudit { 35 36 40 public String pActivityKey() throws WfException; 41 42 46 public String pProcessKey() throws WfException; 47 48 52 public String pProcessName() throws WfException; 53 54 58 public String pProcessMgrName() throws WfException; 59 60 64 public String pProcessMgrVersion() throws WfException; 65 66 } | Popular Tags |