Package org.openbravo.model.ad.access
Class ProcessGroupExecution
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.ad.access.ProcessGroupExecution
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class ProcessGroupExecution extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity ProcessGroupExecution (stored in table AD_Progroupexe_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_Progroupexe_Vstatic String
PROPERTY_CHANNEL
Property channel stored in column Channel in table AD_Progroupexe_V
Help: The method by which this Process request was executed/scheduled (Direct, Scheduled, Webservice)static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Progroupexe_Vstatic String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table AD_Progroupexe_Vstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Progroupexe_Vstatic String
PROPERTY_DURATION
Property duration stored in column Runtime in table AD_Progroupexe_V
Help: Elapsed time from when the Process began to when the Process finished its execution. The result is displayed in an hours, minutes, seconds and milliseconds format (HH:MM:SS:sss).static String
PROPERTY_ENDTIME
Property endTime stored in column END_Time in table AD_Progroupexe_V
Help: The time the process execution finished.static String
PROPERTY_ID
Property id stored in column AD_Progroupexe_V_ID in table AD_Progroupexe_Vstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table AD_Progroupexe_Vstatic String
PROPERTY_PROCESS
Property process stored in column AD_Process_ID in table AD_Progroupexe_V
Help: The Process field identifies a unique Process or Report in the system.static String
PROPERTY_PROCESSLOG
Property processLog stored in column Log in table AD_Progroupexe_V
Help: The log of the Process execution.static String
PROPERTY_PROCESSREQUEST
Property processRequest stored in column AD_Process_Request_ID in table AD_Progroupexe_V
Help: Request to run a Process, either directly or scheduled for a later date.static String
PROPERTY_PROCESSRUN
Property processRun stored in column AD_Process_Run_ID in table AD_Progroupexe_V
Help: Single execution of a Process.static String
PROPERTY_STARTTIME
Property startTime stored in column Start_Time in table AD_Progroupexe_V
Help: The time at which an item is due to, or did, start.static String
PROPERTY_STATUS
Property status stored in column Status in table AD_Progroupexe_V
Help: Current status of a debt/payment.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Progroupexe_Vstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table AD_Progroupexe_Vstatic String
PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table AD_Progroupexe_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 ProcessGroupExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChannel()
Client
getClient()
Client fieldUser
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditString
getDuration()
Date
getEndTime()
String
getEntityName()
String
getId()
Organization
getOrganization()
Gets organization fieldProcess
getProcess()
String
getProcessLog()
ProcessRequest
getProcessRequest()
ProcessRun
getProcessRun()
Date
getStartTime()
String
getStatus()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userUser
getUserContact()
Boolean
isActive()
Gets active fieldvoid
setActive(Boolean active)
Sets active fieldvoid
setChannel(String channel)
void
setClient(Client client)
Client fieldvoid
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setDuration(String duration)
void
setEndTime(Date endTime)
void
setId(String id)
void
setOrganization(Organization organization)
Sets organization fieldvoid
setProcess(Process process)
void
setProcessLog(String processLog)
void
setProcessRequest(ProcessRequest processRequest)
void
setProcessRun(ProcessRun processRun)
void
setStartTime(Date startTime)
void
setStatus(String status)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit uservoid
setUserContact(User userContact)
-
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_Progroupexe_V_ID in table AD_Progroupexe_V- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Progroupexe_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_Progroupexe_V- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table AD_Progroupexe_V- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Progroupexe_V- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table AD_Progroupexe_V- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Progroupexe_V- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table AD_Progroupexe_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_Progroupexe_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_Progroupexe_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_Progroupexe_V
Help: The time at which an item is due to, or did, start.- See Also:
- Constant Field Values
-
PROPERTY_ENDTIME
public static final String PROPERTY_ENDTIME
Property endTime stored in column END_Time in table AD_Progroupexe_V
Help: The time the process execution finished.- See Also:
- Constant Field Values
-
PROPERTY_DURATION
public static final String PROPERTY_DURATION
Property duration stored in column Runtime in table AD_Progroupexe_V
Help: Elapsed time from when the Process began to when the Process finished its execution. The result is displayed in an hours, minutes, seconds and milliseconds format (HH:MM:SS:sss).- See Also:
- Constant Field Values
-
PROPERTY_PROCESSLOG
public static final String PROPERTY_PROCESSLOG
Property processLog stored in column Log in table AD_Progroupexe_V
Help: The log of the Process execution.- See Also:
- Constant Field Values
-
PROPERTY_CHANNEL
public static final String PROPERTY_CHANNEL
Property channel stored in column Channel in table AD_Progroupexe_V
Help: The method by which this Process request was executed/scheduled (Direct, Scheduled, Webservice)- See Also:
- Constant Field Values
-
PROPERTY_PROCESS
public static final String PROPERTY_PROCESS
Property process stored in column AD_Process_ID in table AD_Progroupexe_V
Help: The Process field identifies a unique Process or Report in the system.- 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_Progroupexe_V
Help: Request to run a Process, either directly or scheduled for a later date.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSRUN
public static final String PROPERTY_PROCESSRUN
Property processRun stored in column AD_Process_Run_ID in table AD_Progroupexe_V
Help: Single execution of a Process.- 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
-
getChannel
public String getChannel()
- See Also:
PROPERTY_CHANNEL
-
setChannel
public void setChannel(String channel)
- See Also:
PROPERTY_CHANNEL
-
getProcess
public Process getProcess()
- See Also:
PROPERTY_PROCESS
-
setProcess
public void setProcess(Process process)
- See Also:
PROPERTY_PROCESS
-
getProcessRequest
public ProcessRequest getProcessRequest()
- See Also:
PROPERTY_PROCESSREQUEST
-
setProcessRequest
public void setProcessRequest(ProcessRequest processRequest)
- See Also:
PROPERTY_PROCESSREQUEST
-
getProcessRun
public ProcessRun getProcessRun()
- See Also:
PROPERTY_PROCESSRUN
-
setProcessRun
public void setProcessRun(ProcessRun processRun)
- See Also:
PROPERTY_PROCESSRUN
-
-