Package org.openbravo.model.ad.ui
Class ProcessExecution
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.ad.ui.ProcessExecution
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class ProcessExecution extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity ProcessExecution (stored in table AD_Process_Execution_V).
Help: View the results of executed Process Requests' and individual Process executions.
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column Isactive in table AD_Process_Execution_Vstatic String
PROPERTY_CHANNEL
Property channel stored in column Channel in table AD_Process_Execution_Vstatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Process_Execution_Vstatic String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table AD_Process_Execution_Vstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Process_Execution_Vstatic String
PROPERTY_DURATION
Property duration stored in column Runtime in table AD_Process_Execution_Vstatic String
PROPERTY_ENDTIME
Property endTime stored in column End_Time in table AD_Process_Execution_Vstatic String
PROPERTY_GROUP
Property group stored in column Isgroup in table AD_Process_Execution_Vstatic String
PROPERTY_ID
Property id stored in column AD_Process_Run_ID in table AD_Process_Execution_V
Help: Single execution of a Process.static String
PROPERTY_KILLPROCESS
Property killProcess stored in column Killprocess in table AD_Process_Execution_V
Help: Kill background process if the process implements a kill method.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table AD_Process_Execution_Vstatic String
PROPERTY_PARAMS
Property params stored in column Params in table AD_Process_Execution_Vstatic String
PROPERTY_PROCESS
Property process stored in column AD_Process_ID in table AD_Process_Execution_V
Help: The Process field identifies a unique Process or Report in the system.static String
PROPERTY_PROCESSGROUP
Property processGroup stored in column AD_Process_Group_ID in table AD_Process_Execution_V
Help: Process Group to be executed in serials from the Process Request windowstatic String
PROPERTY_PROCESSLOG
Property processLog stored in column Log in table AD_Process_Execution_V
Help: The log of the Process execution.static String
PROPERTY_PROCESSREQUEST
Property processRequest stored in column AD_Process_Request_ID in table AD_Process_Execution_V
Help: Request to run a Process, either directly or scheduled for a later date.static String
PROPERTY_REPORT
Property report stored in column Report in table AD_Process_Execution_Vstatic String
PROPERTY_RESULT
Property result stored in column Result in table AD_Process_Execution_Vstatic String
PROPERTY_SCHEDULERINSTANCE
Property schedulerInstance stored in column Scheduler_Instance in table AD_Process_Execution_Vstatic String
PROPERTY_SECURITYBASEDONROLE
Property securityBasedOnRole stored in column Isrolesecurity in table AD_Process_Execution_V
Help: A flag indicating whether access to an item should be based on a user's role within the system.static String
PROPERTY_STARTTIME
Property startTime stored in column Start_Time in table AD_Process_Execution_Vstatic String
PROPERTY_STATUS
Property status stored in column Status in table AD_Process_Execution_V
Help: Current status of a debt/payment.static String
PROPERTY_TRIGGEREDBYGROUPEXECUTION
Property triggeredByGroupExecution stored in column AD_Process_Run_Group_ID in table AD_Process_Execution_Vstatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Process_Execution_Vstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table AD_Process_Execution_Vstatic String
PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table AD_Process_Execution_V
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contactstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description ProcessExecution()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column AD_Process_Run_ID in table AD_Process_Execution_V
Help: Single execution of a Process.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Process_Execution_V- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table AD_Process_Execution_V- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table AD_Process_Execution_V- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Process_Execution_V- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table AD_Process_Execution_V- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Process_Execution_V- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table AD_Process_Execution_V- See Also:
Traceable
, Constant Field Values
-
PROPERTY_USERCONTACT
public static final String PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table AD_Process_Execution_V
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contact- See Also:
- Constant Field Values
-
PROPERTY_STATUS
public static final String PROPERTY_STATUS
Property status stored in column Status in table AD_Process_Execution_V
Help: Current status of a debt/payment.- See Also:
- Constant Field Values
-
PROPERTY_STARTTIME
public static final String PROPERTY_STARTTIME
Property startTime stored in column Start_Time in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_ENDTIME
public static final String PROPERTY_ENDTIME
Property endTime stored in column End_Time in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_DURATION
public static final String PROPERTY_DURATION
Property duration stored in column Runtime in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_PROCESSLOG
public static final String PROPERTY_PROCESSLOG
Property processLog stored in column Log in table AD_Process_Execution_V
Help: The log of the Process execution.- See Also:
- Constant Field Values
-
PROPERTY_RESULT
public static final String PROPERTY_RESULT
Property result stored in column Result in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_PARAMS
public static final String PROPERTY_PARAMS
Property params stored in column Params in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_REPORT
public static final String PROPERTY_REPORT
Property report stored in column Report in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_CHANNEL
public static final String PROPERTY_CHANNEL
Property channel stored in column Channel in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_SECURITYBASEDONROLE
public static final String PROPERTY_SECURITYBASEDONROLE
Property securityBasedOnRole stored in column Isrolesecurity in table AD_Process_Execution_V
Help: A flag indicating whether access to an item should be based on a user's role within the system.- See Also:
- Constant Field Values
-
PROPERTY_PROCESS
public static final String PROPERTY_PROCESS
Property process stored in column AD_Process_ID in table AD_Process_Execution_V
Help: The Process field identifies a unique Process or Report in the system.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSGROUP
public static final String PROPERTY_PROCESSGROUP
Property processGroup stored in column AD_Process_Group_ID in table AD_Process_Execution_V
Help: Process Group to be executed in serials from the Process Request window- See Also:
- Constant Field Values
-
PROPERTY_PROCESSREQUEST
public static final String PROPERTY_PROCESSREQUEST
Property processRequest stored in column AD_Process_Request_ID in table AD_Process_Execution_V
Help: Request to run a Process, either directly or scheduled for a later date.- See Also:
- Constant Field Values
-
PROPERTY_TRIGGEREDBYGROUPEXECUTION
public static final String PROPERTY_TRIGGEREDBYGROUPEXECUTION
Property triggeredByGroupExecution stored in column AD_Process_Run_Group_ID in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_GROUP
public static final String PROPERTY_GROUP
Property group stored in column Isgroup in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
PROPERTY_KILLPROCESS
public static final String PROPERTY_KILLPROCESS
Property killProcess stored in column Killprocess in table AD_Process_Execution_V
Help: Kill background process if the process implements a kill method.- See Also:
- Constant Field Values
-
PROPERTY_SCHEDULERINSTANCE
public static final String PROPERTY_SCHEDULERINSTANCE
Property schedulerInstance stored in column Scheduler_Instance in table AD_Process_Execution_V- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getUserContact
public User getUserContact()
- See Also:
PROPERTY_USERCONTACT
-
setUserContact
public void setUserContact(User userContact)
- See Also:
PROPERTY_USERCONTACT
-
getStatus
public String getStatus()
- See Also:
PROPERTY_STATUS
-
setStatus
public void setStatus(String status)
- See Also:
PROPERTY_STATUS
-
getStartTime
public Date getStartTime()
- See Also:
PROPERTY_STARTTIME
-
setStartTime
public void setStartTime(Date startTime)
- See Also:
PROPERTY_STARTTIME
-
getEndTime
public Date getEndTime()
- See Also:
PROPERTY_ENDTIME
-
setEndTime
public void setEndTime(Date endTime)
- See Also:
PROPERTY_ENDTIME
-
getDuration
public String getDuration()
- See Also:
PROPERTY_DURATION
-
setDuration
public void setDuration(String duration)
- See Also:
PROPERTY_DURATION
-
getProcessLog
public String getProcessLog()
- See Also:
PROPERTY_PROCESSLOG
-
setProcessLog
public void setProcessLog(String processLog)
- See Also:
PROPERTY_PROCESSLOG
-
isResult
public Boolean isResult()
- See Also:
PROPERTY_RESULT
-
setResult
public void setResult(Boolean result)
- See Also:
PROPERTY_RESULT
-
getParams
public String getParams()
- See Also:
PROPERTY_PARAMS
-
setParams
public void setParams(String params)
- See Also:
PROPERTY_PARAMS
-
getReport
public String getReport()
- See Also:
PROPERTY_REPORT
-
setReport
public void setReport(String report)
- See Also:
PROPERTY_REPORT
-
getChannel
public String getChannel()
- See Also:
PROPERTY_CHANNEL
-
setChannel
public void setChannel(String channel)
- See Also:
PROPERTY_CHANNEL
-
isSecurityBasedOnRole
public Boolean isSecurityBasedOnRole()
- See Also:
PROPERTY_SECURITYBASEDONROLE
-
setSecurityBasedOnRole
public void setSecurityBasedOnRole(Boolean securityBasedOnRole)
- See Also:
PROPERTY_SECURITYBASEDONROLE
-
getProcess
public Process getProcess()
- See Also:
PROPERTY_PROCESS
-
setProcess
public void setProcess(Process process)
- See Also:
PROPERTY_PROCESS
-
getProcessGroup
public ProcessGroup getProcessGroup()
- See Also:
PROPERTY_PROCESSGROUP
-
setProcessGroup
public void setProcessGroup(ProcessGroup processGroup)
- See Also:
PROPERTY_PROCESSGROUP
-
getProcessRequest
public ProcessRequest getProcessRequest()
- See Also:
PROPERTY_PROCESSREQUEST
-
setProcessRequest
public void setProcessRequest(ProcessRequest processRequest)
- See Also:
PROPERTY_PROCESSREQUEST
-
getTriggeredByGroupExecution
public ProcessExecution getTriggeredByGroupExecution()
- See Also:
PROPERTY_TRIGGEREDBYGROUPEXECUTION
-
setTriggeredByGroupExecution
public void setTriggeredByGroupExecution(ProcessExecution triggeredByGroupExecution)
- See Also:
PROPERTY_TRIGGEREDBYGROUPEXECUTION
-
isGroup
public Boolean isGroup()
- See Also:
PROPERTY_GROUP
-
setGroup
public void setGroup(Boolean group)
- See Also:
PROPERTY_GROUP
-
isKillProcess
public Boolean isKillProcess()
- See Also:
PROPERTY_KILLPROCESS
-
setKillProcess
public void setKillProcess(Boolean killProcess)
- See Also:
PROPERTY_KILLPROCESS
-
getSchedulerInstance
public String getSchedulerInstance()
- See Also:
PROPERTY_SCHEDULERINSTANCE
-
setSchedulerInstance
public void setSchedulerInstance(String schedulerInstance)
- See Also:
PROPERTY_SCHEDULERINSTANCE
-
-