Package overit.geocallapp.wfm.scheduling
Class PropertiesScheduling.Scheduling
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.scheduling.PropertiesScheduling.Scheduling
- Enclosing class:
PropertiesScheduling
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongReturns the maximum past interval (in minutes) for real-time position search.static IntegerReturns the number of scheduling proposal attempts.static booleanRetrieves the double location mode.static booleanRetrieves the double location default source for the address (true = facility, false = activity).static booleanSays if is enabled the scheduling log.Methods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
Method Details
-
getSchedulingProposalAttempts
Returns the number of scheduling proposal attempts.- Returns:
- the number of scheduling proposal attempts
-
isSchedulingLogEnabled
public static boolean isSchedulingLogEnabled()Says if is enabled the scheduling log.- Returns:
trueif the scheduling log is enabled,falseotherwise.
-
isDoubleLocationActive
public static boolean isDoubleLocationActive()Retrieves the double location mode.- Returns:
- the double location mode
-
isDoubleLocationDefaultFacilityAddress
public static boolean isDoubleLocationDefaultFacilityAddress()Retrieves the double location default source for the address (true = facility, false = activity).- Returns:
- the double location source for the address
-
getMaxPastIntervalForRealtimePositionSearch
Returns the maximum past interval (in minutes) for real-time position search.- Returns:
- the maximum past interval for real-time position search
-