Package org.compiere.model
Interface AdempiereProcessor2
-
- All Known Implementing Classes:
MAcctProcessor
,MAlertProcessor
,MRequestProcessor
,MScheduler
,MWorkflowProcessor
public interface AdempiereProcessor2
- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Schedule_ID()
boolean
isIgnoreProcessingTime()
-
-
-
Method Detail
-
isIgnoreProcessingTime
boolean isIgnoreProcessingTime()
- Returns:
- true if previous DateNextRun should be use as base to calculate the new DateNextRun value. False to follow the legacy behaviour where current server time is use as the base to the new DateNextRun value.
-
getAD_Schedule_ID
int getAD_Schedule_ID()
-
-