|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_WF_EventAudit
org.compiere.wf.MWFEventAudit
public class MWFEventAudit
Workflow Event Audit
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_WF_EventAudit |
|---|
AD_USER_ID_AD_Reference_ID, EVENTTYPE_AD_Reference_ID, EVENTTYPE_ProcessCompleted, EVENTTYPE_ProcessCreated, EVENTTYPE_StateChanged, WFSTATE_Aborted, WFSTATE_AD_Reference_ID, WFSTATE_Completed, WFSTATE_NotStarted, WFSTATE_Running, WFSTATE_Suspended, WFSTATE_Terminated |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MWFEventAudit(MWFActivity activity)
Activity Constructor |
|
MWFEventAudit(Properties ctx,
int AD_WF_EventAudit_ID,
String trxName)
Standard Constructor |
|
MWFEventAudit(Properties ctx,
ResultSet rs,
String trxName)
Load Cosntructors |
|
| Method Summary | |
|---|---|
static MWFEventAudit[] |
get(Properties ctx,
int AD_WF_Process_ID)
Deprecated. Deprecated since 3.4.0. Use instead get(Properties, int, String) |
static MWFEventAudit[] |
get(Properties ctx,
int AD_WF_Process_ID,
int AD_WF_Node_ID)
Deprecated. Deprecated since 3.4.0. Use instead get(Properties, int, int, String) |
static MWFEventAudit[] |
get(Properties ctx,
int AD_WF_Process_ID,
int AD_WF_Node_ID,
String trxName)
Get Event Audit for node |
static MWFEventAudit[] |
get(Properties ctx,
int AD_WF_Process_ID,
String trxName)
Get Event Audit for node |
String |
getNodeName()
Get Node Name |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MWFEventAudit(Properties ctx,
int AD_WF_EventAudit_ID,
String trxName)
ctx - contextAD_WF_EventAudit_ID - idtrxName - transaction
public MWFEventAudit(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MWFEventAudit(MWFActivity activity)
activity - activity| Method Detail |
|---|
public static MWFEventAudit[] get(Properties ctx,
int AD_WF_Process_ID,
int AD_WF_Node_ID)
get(Properties, int, int, String)
ctx - contextAD_WF_Process_ID - processAD_WF_Node_ID - optional node
public static MWFEventAudit[] get(Properties ctx,
int AD_WF_Process_ID,
int AD_WF_Node_ID,
String trxName)
ctx - contextAD_WF_Process_ID - processAD_WF_Node_ID - optional nodetrxName -
public static MWFEventAudit[] get(Properties ctx,
int AD_WF_Process_ID)
get(Properties, int, String)
ctx - contextAD_WF_Process_ID - process
public static MWFEventAudit[] get(Properties ctx,
int AD_WF_Process_ID,
String trxName)
ctx - contextAD_WF_Process_ID - processtrxName -
public String getNodeName()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||