Package org.compiere.model
Interface I_AD_WF_Activity
-
- All Known Implementing Classes:
MWFActivity
,X_AD_WF_Activity
public interface I_AD_WF_Activity
Generated Interface for AD_WF_Activity- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Message_ID
Column name AD_Message_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Table_ID
Column name AD_Table_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_AD_WF_Activity_ID
Column name AD_WF_Activity_IDstatic String
COLUMNNAME_AD_WF_Activity_UU
Column name AD_WF_Activity_UUstatic String
COLUMNNAME_AD_WF_Node_ID
Column name AD_WF_Node_IDstatic String
COLUMNNAME_AD_WF_Process_ID
Column name AD_WF_Process_IDstatic String
COLUMNNAME_AD_WF_Responsible_ID
Column name AD_WF_Responsible_IDstatic String
COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateLastAlert
Column name DateLastAlertstatic String
COLUMNNAME_DynPriorityStart
Column name DynPriorityStartstatic String
COLUMNNAME_EndWaitTime
Column name EndWaitTimestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Priority
Column name Prioritystatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Record_ID
Column name Record_IDstatic String
COLUMNNAME_TextMsg
Column name TextMsgstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WFState
Column name WFStatestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=644static String
Table_Name
TableName=AD_WF_Activity
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.I_AD_Message
getAD_Message()
int
getAD_Message_ID()
Get Message.int
getAD_Org_ID()
Get Organization.I_AD_Table
getAD_Table()
int
getAD_Table_ID()
Get Table.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.int
getAD_WF_Activity_ID()
Get Workflow Activity.String
getAD_WF_Activity_UU()
Get AD_WF_Activity_UUI_AD_WF_Node
getAD_WF_Node()
int
getAD_WF_Node_ID()
Get Node.I_AD_WF_Process
getAD_WF_Process()
int
getAD_WF_Process_ID()
Get Workflow Process.I_AD_WF_Responsible
getAD_WF_Responsible()
int
getAD_WF_Responsible_ID()
Get Workflow Responsible.I_AD_Workflow
getAD_Workflow()
int
getAD_Workflow_ID()
Get Workflow.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateLastAlert()
Get Last Alert.int
getDynPriorityStart()
Get Dyn Priority Start.Timestamp
getEndWaitTime()
Get End Wait.int
getPriority()
Get Priority.int
getRecord_ID()
Get Record ID.String
getTextMsg()
Get Text Message.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getWFState()
Get Workflow State.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowvoid
setAD_Message_ID(int AD_Message_ID)
Set Message.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Table_ID(int AD_Table_ID)
Set Table.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setAD_WF_Activity_ID(int AD_WF_Activity_ID)
Set Workflow Activity.void
setAD_WF_Activity_UU(String AD_WF_Activity_UU)
Set AD_WF_Activity_UUvoid
setAD_WF_Node_ID(int AD_WF_Node_ID)
Set Node.void
setAD_WF_Process_ID(int AD_WF_Process_ID)
Set Workflow Process.void
setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
Set Workflow Responsible.void
setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow.void
setDateLastAlert(Timestamp DateLastAlert)
Set Last Alert.void
setDynPriorityStart(int DynPriorityStart)
Set Dyn Priority Start.void
setEndWaitTime(Timestamp EndWaitTime)
Set End Wait.void
setIsActive(boolean IsActive)
Set Active.void
setPriority(int Priority)
Set Priority.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
setRecord_ID(int Record_ID)
Set Record ID.void
setTextMsg(String TextMsg)
Set Text Message.void
setWFState(String WFState)
Set Workflow State.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_WF_Activity- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=644- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Message_ID
static final String COLUMNNAME_AD_Message_ID
Column name AD_Message_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_WF_Activity_ID
static final String COLUMNNAME_AD_WF_Activity_ID
Column name AD_WF_Activity_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_WF_Activity_UU
static final String COLUMNNAME_AD_WF_Activity_UU
Column name AD_WF_Activity_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_WF_Node_ID
static final String COLUMNNAME_AD_WF_Node_ID
Column name AD_WF_Node_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_WF_Process_ID
static final String COLUMNNAME_AD_WF_Process_ID
Column name AD_WF_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_WF_Responsible_ID
static final String COLUMNNAME_AD_WF_Responsible_ID
Column name AD_WF_Responsible_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Workflow_ID
static final String COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DateLastAlert
static final String COLUMNNAME_DateLastAlert
Column name DateLastAlert- See Also:
- Constant Field Values
-
COLUMNNAME_DynPriorityStart
static final String COLUMNNAME_DynPriorityStart
Column name DynPriorityStart- See Also:
- Constant Field Values
-
COLUMNNAME_EndWaitTime
static final String COLUMNNAME_EndWaitTime
Column name EndWaitTime- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Priority
static final String COLUMNNAME_Priority
Column name Priority- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_Record_ID
static final String COLUMNNAME_Record_ID
Column name Record_ID- See Also:
- Constant Field Values
-
COLUMNNAME_TextMsg
static final String COLUMNNAME_TextMsg
Column name TextMsg- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WFState
static final String COLUMNNAME_WFState
Column name WFState- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Message_ID
void setAD_Message_ID(int AD_Message_ID)
Set Message. System Message
-
getAD_Message_ID
int getAD_Message_ID()
Get Message. System Message
-
getAD_Message
I_AD_Message getAD_Message() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information
-
getAD_Table_ID
int getAD_Table_ID()
Get Table. Database Table information
-
getAD_Table
I_AD_Table getAD_Table() throws RuntimeException
- Throws:
RuntimeException
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setAD_WF_Activity_ID
void setAD_WF_Activity_ID(int AD_WF_Activity_ID)
Set Workflow Activity. Workflow Activity
-
getAD_WF_Activity_ID
int getAD_WF_Activity_ID()
Get Workflow Activity. Workflow Activity
-
setAD_WF_Activity_UU
void setAD_WF_Activity_UU(String AD_WF_Activity_UU)
Set AD_WF_Activity_UU
-
getAD_WF_Activity_UU
String getAD_WF_Activity_UU()
Get AD_WF_Activity_UU
-
setAD_WF_Node_ID
void setAD_WF_Node_ID(int AD_WF_Node_ID)
Set Node. Workflow Node (activity), step or process
-
getAD_WF_Node_ID
int getAD_WF_Node_ID()
Get Node. Workflow Node (activity), step or process
-
getAD_WF_Node
I_AD_WF_Node getAD_WF_Node() throws RuntimeException
- Throws:
RuntimeException
-
setAD_WF_Process_ID
void setAD_WF_Process_ID(int AD_WF_Process_ID)
Set Workflow Process. Actual Workflow Process Instance
-
getAD_WF_Process_ID
int getAD_WF_Process_ID()
Get Workflow Process. Actual Workflow Process Instance
-
getAD_WF_Process
I_AD_WF_Process getAD_WF_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_WF_Responsible_ID
void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
Set Workflow Responsible. Responsible for Workflow Execution
-
getAD_WF_Responsible_ID
int getAD_WF_Responsible_ID()
Get Workflow Responsible. Responsible for Workflow Execution
-
getAD_WF_Responsible
I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Workflow_ID
void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. Workflow or combination of tasks
-
getAD_Workflow_ID
int getAD_Workflow_ID()
Get Workflow. Workflow or combination of tasks
-
getAD_Workflow
I_AD_Workflow getAD_Workflow() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateLastAlert
void setDateLastAlert(Timestamp DateLastAlert)
Set Last Alert. Date when last alert were sent
-
getDateLastAlert
Timestamp getDateLastAlert()
Get Last Alert. Date when last alert were sent
-
setDynPriorityStart
void setDynPriorityStart(int DynPriorityStart)
Set Dyn Priority Start. Starting priority before changed dynamically
-
getDynPriorityStart
int getDynPriorityStart()
Get Dyn Priority Start. Starting priority before changed dynamically
-
setEndWaitTime
void setEndWaitTime(Timestamp EndWaitTime)
Set End Wait. End of sleep time
-
getEndWaitTime
Timestamp getEndWaitTime()
Get End Wait. End of sleep time
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setPriority
void setPriority(int Priority)
Set Priority. Indicates if this request is of a high, medium or low priority.
-
getPriority
int getPriority()
Get Priority. Indicates if this request is of a high, medium or low priority.
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setRecord_ID
void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID
-
getRecord_ID
int getRecord_ID()
Get Record ID. Direct internal record ID
-
setTextMsg
void setTextMsg(String TextMsg)
Set Text Message. Text Message
-
getTextMsg
String getTextMsg()
Get Text Message. Text Message
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setWFState
void setWFState(String WFState)
Set Workflow State. State of the execution of the workflow
-
getWFState
String getWFState()
Get Workflow State. State of the execution of the workflow
-
-