Package org.openbravo.model.ad.ui
Class ProcessRequest
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.ad.ui.ProcessRequest
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class ProcessRequest extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity ProcessRequest (stored in table AD_Process_Request).
Help: Create a new Process Request to be executed immediately, at a later date or on a recurring basis.
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_Requeststatic String
PROPERTY_CHANNEL
Property channel stored in column Channel in table AD_Process_Request
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_Process_Requeststatic String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table AD_Process_Requeststatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Process_Requeststatic String
PROPERTY_CRONEXPRESSION
Property cronExpression stored in column Cron in table AD_Process_Request
Help: A Quartz cron expression to schedule this Process Request. More information on Quartz cron expression can be found at http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html andstatic String
PROPERTY_DAILYINTERVAL
Property dailyInterval stored in column Daily_Interval in table AD_Process_Request
Help: The daily interval between executions of a process.static String
PROPERTY_DAILYOPTION
Property dailyOption stored in column Daily_Option in table AD_Process_Request
Help: Option to run a Process Request on a daily basis.static String
PROPERTY_DAYINMONTH
Property dayInMonth stored in column Monthly_Specific_Day in table AD_Process_Request
Help: The specific date within each month. For example, specifying 15 will signify the 15th of each month.static String
PROPERTY_DAYOFTHEWEEK
Property dayOfTheWeek stored in column Monthly_Day_Of_Week in table AD_Process_Request
Help: A day within a week.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table AD_Process_Request
Help: A description is limited to 255 characters.static String
PROPERTY_FINISH
Property finish stored in column Scheduled_Finish in table AD_Process_Request
Help: The date and time a Process Request is due to finish (repeating).static String
PROPERTY_FINISHDATE
Property finishDate stored in column Finishes_Date in table AD_Process_Request
Help: The date that this item will finish.static String
PROPERTY_FINISHES
Property finishes stored in column Finishes in table AD_Process_Request
Help: Specifiy that this item should finish.static String
PROPERTY_FINISHTIME
Property finishTime stored in column Finishes_Time in table AD_Process_Request
Help: The time that this item will finish.static String
PROPERTY_FREQUENCY
Property frequency stored in column Frequency in table AD_Process_Request
Help: The frequency is used in conjunction with the frequency type in determining an event. Example: If the Frequency Type is Week and the Frequency is 2 - it is every two weeks.static String
PROPERTY_FRIDAY
Property friday stored in column DAY_Fri in table AD_Process_Request
Help: The day of the week Friday.static String
PROPERTY_HOURLYINTERVAL
Property hourlyInterval stored in column Hourly_Interval in table AD_Process_Request
Help: Interval in hours between an event (such as a process execution).static String
PROPERTY_ID
Property id stored in column AD_Process_Request_ID in table AD_Process_Request
Help: Request to run a Process, either directly or scheduled for a later date.static String
PROPERTY_INTERVALINMINUTES
Property intervalInMinutes stored in column Minutely_Interval in table AD_Process_Request
Help: Interval in minutes between an event (such as a process execution).static String
PROPERTY_INTERVALINSECONDS
Property intervalInSeconds stored in column Secondly_Interval in table AD_Process_Request
Help: Interval in hours between an event (such as a process execution).static String
PROPERTY_ISGROUP
Property isgroup stored in column Isgroup in table AD_Process_Requeststatic String
PROPERTY_MONDAY
Property monday stored in column DAY_Mon in table AD_Process_Request
Help: The day of the week Monday.static String
PROPERTY_MONTHLYOPTION
Property monthlyOption stored in column Monthly_Option in table AD_Process_Request
Help: An option by which to schedule a Process in a monthly manner. The option can be a specific date within each month, the last day of each month, or the Nth selected day within each month, such as the first Wednesday of each month.static String
PROPERTY_NEXTEXECUTION
Property nextExecution stored in column Next_Fire_Time in table AD_Process_Request
Help: The next time a process will execute.static String
PROPERTY_NUMBEROFREPETITIONS
Property numberOfRepetitions stored in column Hourly_Repetitions in table AD_Process_Request
Help: The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.static String
PROPERTY_NUMREPETITIONS
Property numRepetitions stored in column Minutely_Repetitions in table AD_Process_Request
Help: The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.static String
PROPERTY_OPENBRAVOCONTEXT
Property openbravoContext stored in column OB_Context in table AD_Process_Request
Help: The context in which a Process Request was scheduled or executed. The context contains information such as user, client, organization, language, date format etc.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table AD_Process_Requeststatic String
PROPERTY_PARAMS
Property params stored in column Params in table AD_Process_Requeststatic String
PROPERTY_PREVIOUSEXECUTION
Property previousExecution stored in column Previous_Fire_Time in table AD_Process_Request
Help: The last time this Process Request was executed.static String
PROPERTY_PROCESS
Property process stored in column AD_Process_ID in table AD_Process_Request
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_Request
Help: Process Group to be executed in serials from the Process Request windowstatic String
PROPERTY_PROCESSSET
Property processSet stored in column AD_Process_Set_ID in table AD_Process_Request
Help: Unique identifier for a Process Set (a collection of Process Requests).static String
PROPERTY_REPETITIONS
Property repetitions stored in column Secondly_Repetitions in table AD_Process_Request
Help: The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.static String
PROPERTY_RESCHEDULEPROCESS
Property rescheduleProcess stored in column Reschedule in table AD_Process_Request
Help: Reschedule a previoulsy (or currently) scheduled Process Request.static String
PROPERTY_SATURDAY
Property saturday stored in column DAY_Sat in table AD_Process_Request
Help: The day of the week Saturday.static String
PROPERTY_SCHEDULEPROCESS
Property scheduleProcess stored in column Schedule in table AD_Process_Request
Help: Schedule a Process to be executed, either immediately, at a later date or on a recurring basis.static String
PROPERTY_SECURITYBASEDONROLE
Property securityBasedOnRole stored in column Isrolesecurity in table AD_Process_Request
Help: A flag indicating whether access to an item should be based on a user's role within the system.static String
PROPERTY_STARTDATE
Property startDate stored in column Start_Date in table AD_Process_Request
Help: The date on which an item is due to start.static String
PROPERTY_STARTTIME
Property startTime stored in column Start_Time in table AD_Process_Request
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_Process_Request
Help: Current status of a debt/payment.static String
PROPERTY_SUNDAY
Property sunday stored in column DAY_Sun in table AD_Process_Request
Help: The day of the week Sunday.static String
PROPERTY_THURSDAY
Property thursday stored in column DAY_Thu in table AD_Process_Request
Help: The day of the week Thursday.static String
PROPERTY_TIMING
Property timing stored in column Timing_Option in table AD_Process_Request
Help: When to run a Process Request - either immediately, at a later date or on a recurring basis.static String
PROPERTY_TRIGGEREDBYGROUP
Property triggeredByGroup stored in column AD_Process_Request_Group_ID in table AD_Process_Requeststatic String
PROPERTY_TUESDAY
Property tuesday stored in column DAY_Tue in table AD_Process_Request
Help: The day of the week Tuesday.static String
PROPERTY_UNSCHEDULEPROCESS
Property unscheduleProcess stored in column Unschedule in table AD_Process_Request
Help: Unschedule the Process.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Process_Requeststatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table AD_Process_Requeststatic String
PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table AD_Process_Request
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contactstatic String
PROPERTY_WEDNESDAY
Property wednesday stored in column DAY_Wed in table AD_Process_Request
Help: The day of the week Wednesday.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description ProcessRequest()
-
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_Request_ID in table AD_Process_Request
Help: Request to run a Process, either directly or scheduled for a later date.- 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_Request- 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_Request- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table AD_Process_Request- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Process_Request- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table AD_Process_Request- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Process_Request- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table AD_Process_Request- See Also:
Traceable
, Constant Field Values
-
PROPERTY_PROCESS
public static final String PROPERTY_PROCESS
Property process stored in column AD_Process_ID in table AD_Process_Request
Help: The Process field identifies a unique Process or Report in the system.- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table AD_Process_Request
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_USERCONTACT
public static final String PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table AD_Process_Request
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_SECURITYBASEDONROLE
public static final String PROPERTY_SECURITYBASEDONROLE
Property securityBasedOnRole stored in column Isrolesecurity in table AD_Process_Request
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_OPENBRAVOCONTEXT
public static final String PROPERTY_OPENBRAVOCONTEXT
Property openbravoContext stored in column OB_Context in table AD_Process_Request
Help: The context in which a Process Request was scheduled or executed. The context contains information such as user, client, organization, language, date format etc.- See Also:
- Constant Field Values
-
PROPERTY_STATUS
public static final String PROPERTY_STATUS
Property status stored in column Status in table AD_Process_Request
Help: Current status of a debt/payment.- See Also:
- Constant Field Values
-
PROPERTY_NEXTEXECUTION
public static final String PROPERTY_NEXTEXECUTION
Property nextExecution stored in column Next_Fire_Time in table AD_Process_Request
Help: The next time a process will execute.- See Also:
- Constant Field Values
-
PROPERTY_PREVIOUSEXECUTION
public static final String PROPERTY_PREVIOUSEXECUTION
Property previousExecution stored in column Previous_Fire_Time in table AD_Process_Request
Help: The last time this Process Request was executed.- See Also:
- Constant Field Values
-
PROPERTY_FINISH
public static final String PROPERTY_FINISH
Property finish stored in column Scheduled_Finish in table AD_Process_Request
Help: The date and time a Process Request is due to finish (repeating).- See Also:
- Constant Field Values
-
PROPERTY_CHANNEL
public static final String PROPERTY_CHANNEL
Property channel stored in column Channel in table AD_Process_Request
Help: The method by which this Process request was executed/scheduled (Direct, Scheduled, Webservice)- See Also:
- Constant Field Values
-
PROPERTY_TIMING
public static final String PROPERTY_TIMING
Property timing stored in column Timing_Option in table AD_Process_Request
Help: When to run a Process Request - either immediately, at a later date or on a recurring basis.- See Also:
- Constant Field Values
-
PROPERTY_STARTTIME
public static final String PROPERTY_STARTTIME
Property startTime stored in column Start_Time in table AD_Process_Request
Help: The time at which an item is due to, or did, start.- See Also:
- Constant Field Values
-
PROPERTY_STARTDATE
public static final String PROPERTY_STARTDATE
Property startDate stored in column Start_Date in table AD_Process_Request
Help: The date on which an item is due to start.- See Also:
- Constant Field Values
-
PROPERTY_FREQUENCY
public static final String PROPERTY_FREQUENCY
Property frequency stored in column Frequency in table AD_Process_Request
Help: The frequency is used in conjunction with the frequency type in determining an event. Example: If the Frequency Type is Week and the Frequency is 2 - it is every two weeks.- See Also:
- Constant Field Values
-
PROPERTY_INTERVALINSECONDS
public static final String PROPERTY_INTERVALINSECONDS
Property intervalInSeconds stored in column Secondly_Interval in table AD_Process_Request
Help: Interval in hours between an event (such as a process execution).- See Also:
- Constant Field Values
-
PROPERTY_INTERVALINMINUTES
public static final String PROPERTY_INTERVALINMINUTES
Property intervalInMinutes stored in column Minutely_Interval in table AD_Process_Request
Help: Interval in minutes between an event (such as a process execution).- See Also:
- Constant Field Values
-
PROPERTY_HOURLYINTERVAL
public static final String PROPERTY_HOURLYINTERVAL
Property hourlyInterval stored in column Hourly_Interval in table AD_Process_Request
Help: Interval in hours between an event (such as a process execution).- See Also:
- Constant Field Values
-
PROPERTY_DAILYINTERVAL
public static final String PROPERTY_DAILYINTERVAL
Property dailyInterval stored in column Daily_Interval in table AD_Process_Request
Help: The daily interval between executions of a process.- See Also:
- Constant Field Values
-
PROPERTY_REPETITIONS
public static final String PROPERTY_REPETITIONS
Property repetitions stored in column Secondly_Repetitions in table AD_Process_Request
Help: The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.- See Also:
- Constant Field Values
-
PROPERTY_NUMREPETITIONS
public static final String PROPERTY_NUMREPETITIONS
Property numRepetitions stored in column Minutely_Repetitions in table AD_Process_Request
Help: The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.- See Also:
- Constant Field Values
-
PROPERTY_NUMBEROFREPETITIONS
public static final String PROPERTY_NUMBEROFREPETITIONS
Property numberOfRepetitions stored in column Hourly_Repetitions in table AD_Process_Request
Help: The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.- See Also:
- Constant Field Values
-
PROPERTY_MONDAY
public static final String PROPERTY_MONDAY
Property monday stored in column DAY_Mon in table AD_Process_Request
Help: The day of the week Monday.- See Also:
- Constant Field Values
-
PROPERTY_TUESDAY
public static final String PROPERTY_TUESDAY
Property tuesday stored in column DAY_Tue in table AD_Process_Request
Help: The day of the week Tuesday.- See Also:
- Constant Field Values
-
PROPERTY_WEDNESDAY
public static final String PROPERTY_WEDNESDAY
Property wednesday stored in column DAY_Wed in table AD_Process_Request
Help: The day of the week Wednesday.- See Also:
- Constant Field Values
-
PROPERTY_THURSDAY
public static final String PROPERTY_THURSDAY
Property thursday stored in column DAY_Thu in table AD_Process_Request
Help: The day of the week Thursday.- See Also:
- Constant Field Values
-
PROPERTY_FRIDAY
public static final String PROPERTY_FRIDAY
Property friday stored in column DAY_Fri in table AD_Process_Request
Help: The day of the week Friday.- See Also:
- Constant Field Values
-
PROPERTY_SATURDAY
public static final String PROPERTY_SATURDAY
Property saturday stored in column DAY_Sat in table AD_Process_Request
Help: The day of the week Saturday.- See Also:
- Constant Field Values
-
PROPERTY_SUNDAY
public static final String PROPERTY_SUNDAY
Property sunday stored in column DAY_Sun in table AD_Process_Request
Help: The day of the week Sunday.- See Also:
- Constant Field Values
-
PROPERTY_MONTHLYOPTION
public static final String PROPERTY_MONTHLYOPTION
Property monthlyOption stored in column Monthly_Option in table AD_Process_Request
Help: An option by which to schedule a Process in a monthly manner. The option can be a specific date within each month, the last day of each month, or the Nth selected day within each month, such as the first Wednesday of each month.- See Also:
- Constant Field Values
-
PROPERTY_DAYINMONTH
public static final String PROPERTY_DAYINMONTH
Property dayInMonth stored in column Monthly_Specific_Day in table AD_Process_Request
Help: The specific date within each month. For example, specifying 15 will signify the 15th of each month.- See Also:
- Constant Field Values
-
PROPERTY_DAYOFTHEWEEK
public static final String PROPERTY_DAYOFTHEWEEK
Property dayOfTheWeek stored in column Monthly_Day_Of_Week in table AD_Process_Request
Help: A day within a week.- See Also:
- Constant Field Values
-
PROPERTY_FINISHES
public static final String PROPERTY_FINISHES
Property finishes stored in column Finishes in table AD_Process_Request
Help: Specifiy that this item should finish.- See Also:
- Constant Field Values
-
PROPERTY_FINISHTIME
public static final String PROPERTY_FINISHTIME
Property finishTime stored in column Finishes_Time in table AD_Process_Request
Help: The time that this item will finish.- See Also:
- Constant Field Values
-
PROPERTY_FINISHDATE
public static final String PROPERTY_FINISHDATE
Property finishDate stored in column Finishes_Date in table AD_Process_Request
Help: The date that this item will finish.- See Also:
- Constant Field Values
-
PROPERTY_DAILYOPTION
public static final String PROPERTY_DAILYOPTION
Property dailyOption stored in column Daily_Option in table AD_Process_Request
Help: Option to run a Process Request on a daily basis.- See Also:
- Constant Field Values
-
PROPERTY_CRONEXPRESSION
public static final String PROPERTY_CRONEXPRESSION
Property cronExpression stored in column Cron in table AD_Process_Request
Help: A Quartz cron expression to schedule this Process Request. More information on Quartz cron expression can be found at http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html and- See Also:
- Constant Field Values
-
PROPERTY_PROCESSSET
public static final String PROPERTY_PROCESSSET
Property processSet stored in column AD_Process_Set_ID in table AD_Process_Request
Help: Unique identifier for a Process Set (a collection of Process Requests).- See Also:
- Constant Field Values
-
PROPERTY_SCHEDULEPROCESS
public static final String PROPERTY_SCHEDULEPROCESS
Property scheduleProcess stored in column Schedule in table AD_Process_Request
Help: Schedule a Process to be executed, either immediately, at a later date or on a recurring basis.- See Also:
- Constant Field Values
-
PROPERTY_RESCHEDULEPROCESS
public static final String PROPERTY_RESCHEDULEPROCESS
Property rescheduleProcess stored in column Reschedule in table AD_Process_Request
Help: Reschedule a previoulsy (or currently) scheduled Process Request.- See Also:
- Constant Field Values
-
PROPERTY_UNSCHEDULEPROCESS
public static final String PROPERTY_UNSCHEDULEPROCESS
Property unscheduleProcess stored in column Unschedule in table AD_Process_Request
Help: Unschedule the Process.- See Also:
- Constant Field Values
-
PROPERTY_PARAMS
public static final String PROPERTY_PARAMS
Property params stored in column Params in table AD_Process_Request- 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_Request
Help: Process Group to be executed in serials from the Process Request window- See Also:
- Constant Field Values
-
PROPERTY_ISGROUP
public static final String PROPERTY_ISGROUP
Property isgroup stored in column Isgroup in table AD_Process_Request- See Also:
- Constant Field Values
-
PROPERTY_TRIGGEREDBYGROUP
public static final String PROPERTY_TRIGGEREDBYGROUP
Property triggeredByGroup stored in column AD_Process_Request_Group_ID in table AD_Process_Request- 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
-
getProcess
public Process getProcess()
- See Also:
PROPERTY_PROCESS
-
setProcess
public void setProcess(Process process)
- See Also:
PROPERTY_PROCESS
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getUserContact
public User getUserContact()
- See Also:
PROPERTY_USERCONTACT
-
setUserContact
public void setUserContact(User userContact)
- See Also:
PROPERTY_USERCONTACT
-
isSecurityBasedOnRole
public Boolean isSecurityBasedOnRole()
- See Also:
PROPERTY_SECURITYBASEDONROLE
-
setSecurityBasedOnRole
public void setSecurityBasedOnRole(Boolean securityBasedOnRole)
- See Also:
PROPERTY_SECURITYBASEDONROLE
-
getOpenbravoContext
public String getOpenbravoContext()
- See Also:
PROPERTY_OPENBRAVOCONTEXT
-
setOpenbravoContext
public void setOpenbravoContext(String openbravoContext)
- See Also:
PROPERTY_OPENBRAVOCONTEXT
-
getStatus
public String getStatus()
- See Also:
PROPERTY_STATUS
-
setStatus
public void setStatus(String status)
- See Also:
PROPERTY_STATUS
-
getNextExecution
public Date getNextExecution()
- See Also:
PROPERTY_NEXTEXECUTION
-
setNextExecution
public void setNextExecution(Date nextExecution)
- See Also:
PROPERTY_NEXTEXECUTION
-
getPreviousExecution
public Date getPreviousExecution()
- See Also:
PROPERTY_PREVIOUSEXECUTION
-
setPreviousExecution
public void setPreviousExecution(Date previousExecution)
- See Also:
PROPERTY_PREVIOUSEXECUTION
-
getFinish
public Date getFinish()
- See Also:
PROPERTY_FINISH
-
setFinish
public void setFinish(Date finish)
- See Also:
PROPERTY_FINISH
-
getChannel
public String getChannel()
- See Also:
PROPERTY_CHANNEL
-
setChannel
public void setChannel(String channel)
- See Also:
PROPERTY_CHANNEL
-
getTiming
public String getTiming()
- See Also:
PROPERTY_TIMING
-
setTiming
public void setTiming(String timing)
- See Also:
PROPERTY_TIMING
-
getStartTime
public Timestamp getStartTime()
- See Also:
PROPERTY_STARTTIME
-
setStartTime
public void setStartTime(Timestamp startTime)
- See Also:
PROPERTY_STARTTIME
-
getStartDate
public Date getStartDate()
- See Also:
PROPERTY_STARTDATE
-
setStartDate
public void setStartDate(Date startDate)
- See Also:
PROPERTY_STARTDATE
-
getFrequency
public String getFrequency()
- See Also:
PROPERTY_FREQUENCY
-
setFrequency
public void setFrequency(String frequency)
- See Also:
PROPERTY_FREQUENCY
-
getIntervalInSeconds
public Long getIntervalInSeconds()
- See Also:
PROPERTY_INTERVALINSECONDS
-
setIntervalInSeconds
public void setIntervalInSeconds(Long intervalInSeconds)
- See Also:
PROPERTY_INTERVALINSECONDS
-
getIntervalInMinutes
public Long getIntervalInMinutes()
- See Also:
PROPERTY_INTERVALINMINUTES
-
setIntervalInMinutes
public void setIntervalInMinutes(Long intervalInMinutes)
- See Also:
PROPERTY_INTERVALINMINUTES
-
getHourlyInterval
public Long getHourlyInterval()
- See Also:
PROPERTY_HOURLYINTERVAL
-
setHourlyInterval
public void setHourlyInterval(Long hourlyInterval)
- See Also:
PROPERTY_HOURLYINTERVAL
-
getDailyInterval
public Long getDailyInterval()
- See Also:
PROPERTY_DAILYINTERVAL
-
setDailyInterval
public void setDailyInterval(Long dailyInterval)
- See Also:
PROPERTY_DAILYINTERVAL
-
getRepetitions
public Long getRepetitions()
- See Also:
PROPERTY_REPETITIONS
-
setRepetitions
public void setRepetitions(Long repetitions)
- See Also:
PROPERTY_REPETITIONS
-
getNumRepetitions
public Long getNumRepetitions()
- See Also:
PROPERTY_NUMREPETITIONS
-
setNumRepetitions
public void setNumRepetitions(Long numRepetitions)
- See Also:
PROPERTY_NUMREPETITIONS
-
getNumberOfRepetitions
public Long getNumberOfRepetitions()
- See Also:
PROPERTY_NUMBEROFREPETITIONS
-
setNumberOfRepetitions
public void setNumberOfRepetitions(Long numberOfRepetitions)
- See Also:
PROPERTY_NUMBEROFREPETITIONS
-
isMonday
public Boolean isMonday()
- See Also:
PROPERTY_MONDAY
-
setMonday
public void setMonday(Boolean monday)
- See Also:
PROPERTY_MONDAY
-
isTuesday
public Boolean isTuesday()
- See Also:
PROPERTY_TUESDAY
-
setTuesday
public void setTuesday(Boolean tuesday)
- See Also:
PROPERTY_TUESDAY
-
isWednesday
public Boolean isWednesday()
- See Also:
PROPERTY_WEDNESDAY
-
setWednesday
public void setWednesday(Boolean wednesday)
- See Also:
PROPERTY_WEDNESDAY
-
isThursday
public Boolean isThursday()
- See Also:
PROPERTY_THURSDAY
-
setThursday
public void setThursday(Boolean thursday)
- See Also:
PROPERTY_THURSDAY
-
isFriday
public Boolean isFriday()
- See Also:
PROPERTY_FRIDAY
-
setFriday
public void setFriday(Boolean friday)
- See Also:
PROPERTY_FRIDAY
-
isSaturday
public Boolean isSaturday()
- See Also:
PROPERTY_SATURDAY
-
setSaturday
public void setSaturday(Boolean saturday)
- See Also:
PROPERTY_SATURDAY
-
isSunday
public Boolean isSunday()
- See Also:
PROPERTY_SUNDAY
-
setSunday
public void setSunday(Boolean sunday)
- See Also:
PROPERTY_SUNDAY
-
getMonthlyOption
public String getMonthlyOption()
- See Also:
PROPERTY_MONTHLYOPTION
-
setMonthlyOption
public void setMonthlyOption(String monthlyOption)
- See Also:
PROPERTY_MONTHLYOPTION
-
getDayInMonth
public Long getDayInMonth()
- See Also:
PROPERTY_DAYINMONTH
-
setDayInMonth
public void setDayInMonth(Long dayInMonth)
- See Also:
PROPERTY_DAYINMONTH
-
getDayOfTheWeek
public String getDayOfTheWeek()
- See Also:
PROPERTY_DAYOFTHEWEEK
-
setDayOfTheWeek
public void setDayOfTheWeek(String dayOfTheWeek)
- See Also:
PROPERTY_DAYOFTHEWEEK
-
isFinishes
public Boolean isFinishes()
- See Also:
PROPERTY_FINISHES
-
setFinishes
public void setFinishes(Boolean finishes)
- See Also:
PROPERTY_FINISHES
-
getFinishTime
public Timestamp getFinishTime()
- See Also:
PROPERTY_FINISHTIME
-
setFinishTime
public void setFinishTime(Timestamp finishTime)
- See Also:
PROPERTY_FINISHTIME
-
getFinishDate
public Date getFinishDate()
- See Also:
PROPERTY_FINISHDATE
-
setFinishDate
public void setFinishDate(Date finishDate)
- See Also:
PROPERTY_FINISHDATE
-
getDailyOption
public String getDailyOption()
- See Also:
PROPERTY_DAILYOPTION
-
setDailyOption
public void setDailyOption(String dailyOption)
- See Also:
PROPERTY_DAILYOPTION
-
getCronExpression
public String getCronExpression()
- See Also:
PROPERTY_CRONEXPRESSION
-
setCronExpression
public void setCronExpression(String cronExpression)
- See Also:
PROPERTY_CRONEXPRESSION
-
getProcessSet
public String getProcessSet()
- See Also:
PROPERTY_PROCESSSET
-
setProcessSet
public void setProcessSet(String processSet)
- See Also:
PROPERTY_PROCESSSET
-
isScheduleProcess
public Boolean isScheduleProcess()
- See Also:
PROPERTY_SCHEDULEPROCESS
-
setScheduleProcess
public void setScheduleProcess(Boolean scheduleProcess)
- See Also:
PROPERTY_SCHEDULEPROCESS
-
isRescheduleProcess
public Boolean isRescheduleProcess()
- See Also:
PROPERTY_RESCHEDULEPROCESS
-
setRescheduleProcess
public void setRescheduleProcess(Boolean rescheduleProcess)
- See Also:
PROPERTY_RESCHEDULEPROCESS
-
isUnscheduleProcess
public Boolean isUnscheduleProcess()
- See Also:
PROPERTY_UNSCHEDULEPROCESS
-
setUnscheduleProcess
public void setUnscheduleProcess(Boolean unscheduleProcess)
- See Also:
PROPERTY_UNSCHEDULEPROCESS
-
getParams
public String getParams()
- See Also:
PROPERTY_PARAMS
-
setParams
public void setParams(String params)
- See Also:
PROPERTY_PARAMS
-
getProcessGroup
public ProcessGroup getProcessGroup()
- See Also:
PROPERTY_PROCESSGROUP
-
setProcessGroup
public void setProcessGroup(ProcessGroup processGroup)
- See Also:
PROPERTY_PROCESSGROUP
-
isGroup
public Boolean isGroup()
- See Also:
PROPERTY_ISGROUP
-
setGroup
public void setGroup(Boolean isgroup)
- See Also:
PROPERTY_ISGROUP
-
getTriggeredByGroup
public ProcessRequest getTriggeredByGroup()
- See Also:
PROPERTY_TRIGGEREDBYGROUP
-
setTriggeredByGroup
public void setTriggeredByGroup(ProcessRequest triggeredByGroup)
- See Also:
PROPERTY_TRIGGEREDBYGROUP
-
-