Uses of Class
com.redwood.scheduler.api.date.DateTimeZone
-
-
Uses of DateTimeZone in com.redwood.scheduler.api.connector.sap.rfc.scripting
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting that return DateTimeZone Modifier and Type Method Description DateTimeZone
EmailAddress. getValidFrom()
This email address is valid from this dateDateTimeZone
EmailAddress. getValidTo()
This email address is valid to this date -
Uses of DateTimeZone in com.redwood.scheduler.api.connector.sap.rfc.scripting.util
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.util that return DateTimeZone Modifier and Type Method Description static DateTimeZone
SapDateTimeAdapter. toDateTimeZone(String sapDate, String sapTime, TimeZone timeZone)
Convert SAP date in the format YYYYMMDD and time in the format HHMMSS to an instance ofDateTimeZone
static DateTimeZone
SapDateTimeAdapter. toDateTimeZone(String sapDateTime, TimeZone timeZone)
Convert a SAP time stamp in the format YYYYMMDDHHMMSS to an instance ofDateTimeZone
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.util with parameters of type DateTimeZone Modifier and Type Method Description static String
SapDateTimeAdapter. toSapDate(DateTimeZone dtz)
Convert an instance ofDateTimeZone
to SAP date in the format YYYYMMDDstatic String
SapDateTimeAdapter. toSapDateTime(DateTimeZone dtz)
Convert an instance ofDateTimeZone
to SAP time stamp in the format YYYYMMDDHHMMSSstatic String
SapDateTimeAdapter. toSapTime(DateTimeZone dtz)
Convert an instance ofDateTimeZone
to SAP time in the format HHMMSS -
Uses of DateTimeZone in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return DateTimeZone Modifier and Type Method Description DateTimeZone
XbpJob. getCreationTime()
Creation time and date of the job TBTCO fields: SDLDATE / SDLTIMEDateTimeZone
XbpJob. getEndTime()
End time and date of the job TBTCO fields: ENDDATE / ENDTIMEDateTimeZone
XbpJob. getModificationTime()
Last modification time and date of the job TBTCO fields: LASTCHDATE / LASTCHTIMEDateTimeZone
XbpJob. getReleaseTime()
Release time and date of the job TBTCO fields: RELDATE / RELTIMEDateTimeZone
XbpJob. getScheduledStartTime()
Scheduled start time and date of the job TBTCO fields: SDLSTRTDT / SDLSTRTTMDateTimeZone
XbpJob. getStartTime()
Start time and date of the job TBTCO fields: STRTDATE / STRTTIMEDateTimeZone
UserDetails. getValidFrom()
This user is valid fromDateTimeZone
UserDetails. getValidTo()
This user is valid toMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp with parameters of type DateTimeZone Modifier and Type Method Description Iterator<XbpJob>
XbpInterface. selectJobs(XbpJobSelectionOption option, String jobnameMask, String usernameMask, SapBatchJobStatus[] statuses, DateTimeZone fromDateTime, DateTimeZone toDateTime)
Select jobs by the name of the job, owner name, status and time -
Uses of DateTimeZone in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint that return DateTimeZone Modifier and Type Method Description DateTimeZone
ConstraintEntityParameter. getInValueDate()
Get the input value of this parameter if it is of type Date. -
Uses of DateTimeZone in com.redwood.scheduler.api.date
Fields in com.redwood.scheduler.api.date declared as DateTimeZone Modifier and Type Field Description static DateTimeZone
DateTimeZone. HIGHEST_SPECIAL_DATE_TIME_ZONE
The dates before this should not be considered normal date values.static DateTimeZone
DateTimeZone. NEVER_DATE
This value will be set if a job will not run.static DateTimeZone
DateTimeZone. RECALC_DATE
This value will be set if a field should be recalculated.static DateTimeZone
DateTimeZone. REQUEUE_DATE
This value in milliseconds will be set on aJob.getScheduledStartTime()
if the Job needs to be requeued.Methods in com.redwood.scheduler.api.date that return DateTimeZone Modifier and Type Method Description static DateTimeZone
DateTimeZone. decodePLSQLDate(String timeStamp)
Constructs a DateTimeZone from a representation like: 1999.03.01 1999.03.01 00:00:00 1999.03.01 00:00:00 GMTstatic DateTimeZone
TimeExpression. evaluate(DateTimeZone in, String expression)
Apply the time expression to the specified date time zone.DateTimeZone
DateTimeZone. expression(String expression)
Applytime expression
expression to this date returning a new DateTimeZone with the modified date.static DateTimeZone
DateTimeZone. expressionNow(String expression)
Applytime expression
expression to the current time.static DateTimeZone
DateTimeZone. from(Date date)
static DateTimeZone
DateTimeZone. from(Date date, ZoneId timeZone)
static DateTimeZone
DateTimeZone. fromXSDDateTime(String dateString)
DateTimeZone
Period. getBegin()
DateTimeZone
Period. getEnd()
DateTimeZone
RecurrenceInfo. getEndDate()
static DateTimeZone
DateTimeZone. getHighDate()
Returns the highest date we operate withstatic DateTimeZone
DateTimeZone. getLookAheadUntil(DateTimeZone from)
Returns the 2-years interval within which we compute the time windows.static DateTimeZone
DateTimeZone. getLowDate()
Returns the lowest date we operate withDateTimeZone
RecurrenceInfo. getStartDateAndTime()
DateTimeZone
DateTimeZone. minus(long newAmountToAdd, TemporalUnit newUnit)
DateTimeZone
DateTimeZone. minus(TemporalAmount newAmountToAdd)
static DateTimeZone
DateTimeZone. now()
Creates a new DateTimeZone at the current system date-time and system-default time zone.static DateTimeZone
DateTimeZone. nowPlusOffset(int amount, TimeUnit timeUnit)
static DateTimeZone
DateTimeZone. of(int year, int month, int day, int hour, int minute, int second, int milli)
Creates a new DateTimeZone with the specified temporal values and the system-default time zone.static DateTimeZone
DateTimeZone. of(int year, int month, int day, int hour, int minute, int second, int milli, ZoneId timeZone)
Creates a new DateTimeZone with the specified temporal values.DateTimeZone
DateFormatter. parse(String value)
DateTimeZone
DateFormatter. parse(TimeZone timeZone, String value)
static DateTimeZone
DateTimeZone. parse(String string, String format)
Parse the string into a date according to the specified Simple Date Format, using the default TimeZone.static DateTimeZone
DateTimeZone. parse(String string, String format, Locale locale)
Parse the string into a date according to the specified Simple Date Format, using the default TimeZone.static DateTimeZone
DateTimeZone. parse(TimeZone timezone, String string, String format)
Parse the string into a date according to the specified Simple Date Format.static DateTimeZone
DateTimeZone. parse(TimeZone timezone, String string, String format, Locale locale)
Parse the string into a date according to the specified Simple Date Format.DateTimeZone
FullISODateParser. parse()
DateTimeZone
DateTimeZone. plus(long newAmountToAdd, TemporalUnit newUnit)
DateTimeZone
DateTimeZone. plus(TemporalAmount newAmountToAdd)
DateTimeZone
DateTimeZone. truncateToHole()
static DateTimeZone
DateTimeZone. valueOf(String str)
Parse our variation on ISO-8601 dates (YYYY/MM/DD HH:MM:SS,FFF ZZZ) as well as real ISO-8601 timestamps as well as Microsoft's interpretation (that doesn't adhere to ISO-31, and thus uses .)static DateTimeZone
DateTimeZone. valueOf(TimeZone timeZone, String str)
DateTimeZone
DateTimeZone. with(TemporalField newField, long newValue)
DateTimeZone
DateTimeZone. withEarlierOffsetAtOverlap()
DateTimeZone
DateTimeZone. withLaterOffsetAtOverlap()
DateTimeZone
DateTimeZone. withZoneSameInstant(ZoneId timeZone)
Methods in com.redwood.scheduler.api.date that return types with arguments of type DateTimeZone Modifier and Type Method Description List<DateTimeZone>
RecurrenceInfo. getDateTimeZones()
static Comparator<DateTimeZone>
DateTimeZone. getUTCComparator()
Methods in com.redwood.scheduler.api.date with parameters of type DateTimeZone Modifier and Type Method Description boolean
DateTimeZone. after(DateTimeZone moment)
boolean
DateTimeZone. before(DateTimeZone moment)
int
DateTimeZone. compareTo(DateTimeZone aDateTimeZone)
boolean
Period. contains(DateTimeZone aDateTimeZone)
Returns true if aDateTimeZone is contained in this period.int
DateTimeZone. daysBetween(DateTimeZone other)
static DateTimeZone
TimeExpression. evaluate(DateTimeZone in, String expression)
Apply the time expression to the specified date time zone.String
DateFormatter. format(DateTimeZone value)
static DateTimeZone
DateTimeZone. getLookAheadUntil(DateTimeZone from)
Returns the 2-years interval within which we compute the time windows.int
Periods. getPeriodFor(DateTimeZone date)
Find the index for the period that contains date.void
DateTimeZone. set(DateTimeZone toCopyFrom)
Sets this DateTimeZone from another DateTimeZone.void
Period. setBegin(DateTimeZone newBegin)
void
Period. setEnd(DateTimeZone newEnd)
Constructors in com.redwood.scheduler.api.date with parameters of type DateTimeZone Constructor Description DateTimeZone(DateTimeZone createCopyFrom)
Period(DateTimeZone newBegin, DateTimeZone newEnd)
-
Uses of DateTimeZone in com.redwood.scheduler.api.directory
Methods in com.redwood.scheduler.api.directory that return DateTimeZone Modifier and Type Method Description DateTimeZone
ListDirectoryResult. getAccessTime()
Access time of the item.DateTimeZone
ListDirectoryResult. getModificationTime()
Modification time of the item. -
Uses of DateTimeZone in com.redwood.scheduler.api.job
Methods in com.redwood.scheduler.api.job with parameters of type DateTimeZone Modifier and Type Method Description RWIterable<ForecastJob>
JobForecaster. forecast(SchedulerSession session, DateTimeZone at)
Create forecast jobs for all active job groups at the specified date.RWIterable<ForecastJob>
JobForecaster. forecastJobs(SchedulerSession session, DateTimeZone begin, DateTimeZone end, List<Long> jobUniqueIds)
Create forecast jobs for all active job groups at the specified date range.Map<Long,ForecastJob>
JobForecaster. forecastJobs(SchedulerSession session, DateTimeZone begin, DateTimeZone end, List<Long> jobUniqueIds, long maxForecastCount)
Create forecast jobs for all active job groups at the specified date range.static List<Long>
JobForecaster. getJobsForProcessServers(SchedulerSession session, List<Long> processServerIds, DateTimeZone jobsFrom, DateTimeZone jobsTo, boolean includeMaintenanceJobs)
A helper function for a request to forecast the jobs in a set of process servers where the scheduled start time of the jobs are in a certain time range.static List<Long>
JobForecaster. getJobsForQueues(SchedulerSession session, List<Long> queueIds, DateTimeZone jobsFrom, DateTimeZone jobsTo, boolean includeMaintenanceJobs)
A helper function for a request to forecast the jobs in a set of queues where the scheduled start time of the jobs are in a certain time range.static List<Long>
JobForecaster. getJobsForRelatedEntity(SchedulerSession session, String entityType, List<Long> entityIds, DateTimeZone jobsFrom, DateTimeZone jobsTo, boolean includeMaintenanceJobs)
A helper function for a request to forecast the jobs in a set of entities (queues, process servers) where the scheduled start time of the jobs are in a certain time range. -
Uses of DateTimeZone in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return DateTimeZone Modifier and Type Method Description DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
TimeWindow. calculateNextClose(DateTimeZone startTime, TimeZone defaultTimeZone)
Returns the next closing time.DateTimeZone
TimeWindow. calculateNextOpen(DateTimeZone startTime, TimeZone defaultTimeZone)
ReturnsstartTime
if the window is already open, or the next opening time.DateTimeZone
BranchedUniqueNamedApplicationObject. getBranchedLastModificationTime()
Get the value for BranchedLastModificationTime.DateTimeZone
JobDefinition. getChangeOwnerTime()
Get the value for ChangeOwnerTime.DateTimeZone
JobGroup. getChangeOwnerTime()
Get the value for ChangeOwnerTime.DateTimeZone
Event. getClearTime()
Get the value for ClearTime.DateTimeZone
Alert. getCreationTime()
Get the value for CreationTime.DateTimeZone
Event. getCreationTime()
Get the value for CreationTime.DateTimeZone
Job. getCreationTime()
Get the value for CreationTime.DateTimeZone
JobNote. getCreationTime()
Get the value for CreationTime.DateTimeZone
MonitorValue. getCreationTime()
Get the value for CreationTime.DateTimeZone
ProcessMonitorLog. getCreationTime()
Get the value for CreationTime.DateTimeZone
ProcessServerCheckLog. getCreationTime()
Get the value for CreationTime.DateTimeZone
ProcessServerStatusLog. getCreationTime()
Get the value for CreationTime.DateTimeZone
PublishApproval. getCreationTime()
Get the value for CreationTime.DateTimeZone
Root. getCreationTime()
Get the value for CreationTime.DateTimeZone
Statistics. getCreationTime()
Get the value for CreationTime.DateTimeZone
UserMessageHistory. getCreationTime()
Get the value for CreationTime.DateTimeZone
JobParameter. getCurrentValueDate()
Get the value for CurrentValueDate.DateTimeZone
TimeWindowElement. getDateFrom()
Get the value for DateFrom.DateTimeZone
TimeWindowElement. getDateTo()
Get the value for DateTo.DateTimeZone
JobGroup. getEndDate()
Get the value for EndDate.DateTimeZone
ObjectSearchCondition. getEndDate()
Get the value for EndDate.DateTimeZone
SubmitFrame. getEndDate()
Get the value for EndDate.DateTimeZone
ForecastJob. getExpectedEndTime()
Get the value for ExpectedEndTime.DateTimeZone
ForecastJob. getExpectedStartTime()
Get the value for ExpectedStartTime.DateTimeZone
RestrictedSchedulerSessionSpecification. getExpiry()
Get the value for Expiry.DateTimeZone
JobFile. getFileLastModificationTime()
Get the value for FileLastModificationTime.DateTimeZone
JobGroupParameter. getInValueDate()
Get the value for InValueDate.DateTimeZone
JobParameter. getInValueDate()
Get the value for InValueDate.DateTimeZone[]
JobParameter. getInValueDateTimeZoneArray()
Get the parameter IN value of the corresponding job definition parameter as DateTimeZone array.DateTimeZone
ForecastJob. getJobGroupEndDate()
Get the value for JobGroupEndDate.DateTimeZone
Job. getJobGroupEndDate()
Get the value for JobGroupEndDate.DateTimeZone
Job. getKeepExpiration()
Get the value for KeepExpiration.DateTimeZone
Alert. getLastModificationTime()
Get the value for LastModificationTime.DateTimeZone
Event. getLastModificationTime()
Get the value for LastModificationTime.DateTimeZone
Job. getLastModificationTime()
Get the value for LastModificationTime.DateTimeZone
JobNote. getLastModificationTime()
Get the value for LastModificationTime.DateTimeZone
MonitorValue. getLastModificationTime()
Get the value for LastModificationTime.DateTimeZone
Root. getLastModificationTime()
Get the value for LastModificationTime.DateTimeZone
Statistics. getLastModificationTime()
Get the value for LastModificationTime.DateTimeZone
PublishApproval. getLastModified()
Get the value for LastModified.DateTimeZone
SAPBatchEvent. getLastSAPModificationTime()
Get the value for LastSAPModificationTime.DateTimeZone
Job. getLastStatusChangeTime()
Get the value for LastStatusChangeTime.DateTimeZone
JobRuntimeLimit. getLimitTime()
Get the value for LimitTime.DateTimeZone
AuditSubjectLogin. getLoginDateTime()
Get the value for LoginDateTime.DateTimeZone
AuditSubjectLogin. getLogoutDateTime()
Get the value for LogoutDateTime.DateTimeZone
ForecastJob. getNextSubmitBaseTime()
Get the value for NextSubmitBaseTime.DateTimeZone
Job. getNextSubmitBaseTime()
Get the value for NextSubmitBaseTime.DateTimeZone
JobGroup. getNextSubmitBaseTime()
Get the value for NextSubmitBaseTime.DateTimeZone
Queue. getNextWindowChange()
Get the value for NextWindowChange.DateTimeZone
QueueProvider. getNextWindowChange()
Get the value for NextWindowChange.DateTimeZone
JobGroupParameter. getOutValueDate()
Get the value for OutValueDate.DateTimeZone
JobParameter. getOutValueDate()
Get the value for OutValueDate.DateTimeZone[]
JobParameter. getOutValueDateTimeZoneArray()
Get the parameter OUT value of the corresponding job definition parameter as DateTimeZone array.DateTimeZone
OracleConnection. getPrivateLastAccesstime()
Get the value for PrivateLastAccesstime.DateTimeZone
ProcessMonitorItem. getProgressEnd()
Get the value for ProgressEnd.DateTimeZone
ProcessMonitorLog. getProgressEnd()
Get the value for ProgressEnd.DateTimeZone
ProcessMonitorItem. getProgressStart()
Get the value for ProgressStart.DateTimeZone
ProcessMonitorLog. getProgressStart()
Get the value for ProgressStart.DateTimeZone
Subject. getProxySubjectEndDate()
Get the value for ProxySubjectEndDate.DateTimeZone
Subject. getProxySubjectStartDate()
Get the value for ProxySubjectStartDate.DateTimeZone
Event. getRaiseTime()
Get the value for RaiseTime.DateTimeZone
Job. getRemoteCreationTime()
Get the value for RemoteCreationTime.DateTimeZone
Job. getRemoteRunEnd()
Get the value for RemoteRunEnd.DateTimeZone
Job. getRemoteRunStart()
Get the value for RemoteRunStart.DateTimeZone
OperatorMessage. getReplyTime()
Get the value for ReplyTime.DateTimeZone
UserMessage. getReplyTime()
Get the value for ReplyTime.DateTimeZone
Job. getRequestedStartTime()
Get the value for RequestedStartTime.DateTimeZone
StatisticsSample. getRequestedStartTime()
Deprecated.This class has been deprecated, use the Statistics class insteadDateTimeZone
WrappedJob. getRequestedStartTime()
Get the value for RequestedStartTime.DateTimeZone
Job. getRunEnd()
Get the value for RunEnd.DateTimeZone
Job. getRunStart()
Get the value for RunStart.DateTimeZone
Job. getRuntimeExpiration()
Get the value for RuntimeExpiration.DateTimeZone
StatisticsSample. getSampleDate()
Deprecated.This class has been deprecated, use the Statistics class insteadDateTimeZone
Job. getScheduledStartTime()
Get the value for ScheduledStartTime.DateTimeZone
ObjectSearchCondition. getStartDate()
Get the value for StartDate.DateTimeZone
ForecastJob. getStartTime()
Get the value for StartTime.DateTimeZone
ProcessMonitorItem. getStatusChanged()
Get the value for StatusChanged.DateTimeZone
SoftwareItem. getTime()
Get the value for Time.DateTimeZone
TimeEstimate. getTime()
Get the value for this estimate.DateTimeZone
MonitorValue. getValueDate()
Get the value for ValueDate.DateTimeZone
JobDatum. getValueDateTimeZone()
Get the value for ValueDateTimeZone.Methods in com.redwood.scheduler.api.model that return types with arguments of type DateTimeZone Modifier and Type Method Description SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone defaultTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.Methods in com.redwood.scheduler.api.model with parameters of type DateTimeZone Modifier and Type Method Description List<Period>
PeriodFunction. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone timeZone, String params)
All changes of the open-close status of this period function.List<Period>
TimeWindow. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone defaultTimeZone)
All changes of the open-close status of this time window.List<Period>
TimeWindowElement. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone defaultTimeZone)
All changes of the open-close status of this time window interval.SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone defaultTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
TimeWindow. calculateNextClose(DateTimeZone startTime, TimeZone defaultTimeZone)
Returns the next closing time.DateTimeZone
TimeWindow. calculateNextOpen(DateTimeZone startTime, TimeZone defaultTimeZone)
ReturnsstartTime
if the window is already open, or the next opening time.RWIterable<SchedulerEntity>
SchedulerSession. getChangedObjects(Iterator<ObjectDefinition> objectDefinitions, DateTimeZone start, DateTimeZone end, Subject[] users)
Obtain all changed SchedulerEntities after start and/or before end and/or changed by users for a given List of ObjectDefinitions.ProcessServerCheckLog
ProcessServerCheck. getProcessServerCheckLogByCreationTime(DateTimeZone creationTime)
Get the ProcessServerCheckLog by ProcessServerCheckCreationTime.ProcessServerStatusLog
ProcessServer. getProcessServerStatusLogByCreationTime(DateTimeZone creationTime)
Get the ProcessServerStatusLog by ProcessServerStatusCreationTime.boolean
PeriodFunction. isOpen(DateTimeZone atTime, TimeZone timeZone, String params)
Returns status of this period function at timestamp atTimeboolean
TimeWindow. isOpen(DateTimeZone atTime, TimeZone defaultTimeZone)
Returns status of this time window atatTime
boolean
TimeWindowElement. isOpen(DateTimeZone atTime, TimeZone defaultTimeZone)
Returns status of this interval atatTime
void
Job. markForArchive(String server, String mark, DateTimeZone deletionDate)
Mark a job for archiving (requires archiving module).void
TimeWindowElement. setDateFrom(DateTimeZone newDateFrom)
Set the value for DateFrom.void
TimeWindowElement. setDateTo(DateTimeZone newDateTo)
Set the value for DateTo.void
ObjectSearchCondition. setEndDate(DateTimeZone newEndDate)
Set the value for EndDate.void
SubmitFrame. setEndDate(DateTimeZone newEndDate)
Set the value for EndDate.void
RestrictedSchedulerSessionSpecification. setExpiry(DateTimeZone newExpiry)
Set the value for Expiry.void
JobParameter. setInValueDate(DateTimeZone newInValueDate)
Set the value for InValueDate.void
JobParameter. setInValueDateTimeZoneArray(DateTimeZone[] value)
Set the parameter IN value of the corresponding job definition parameter as DateTimeZone array.void
Job. setJobGroupEndDate(DateTimeZone newJobGroupEndDate)
Set the value for JobGroupEndDate.void
Job. setKeepExpiration(DateTimeZone newKeepExpiration)
Set the value for KeepExpiration.void
PublishApproval. setLastModified(DateTimeZone newLastModified)
Set the value for LastModified.void
SAPBatchEvent. setLastSAPModificationTime(DateTimeZone newLastSAPModificationTime)
Set the value for LastSAPModificationTime.void
JobRuntimeLimit. setLimitTime(DateTimeZone newLimitTime)
Set the value for LimitTime.void
Job. setNextSubmitBaseTime(DateTimeZone newNextSubmitBaseTime)
Set the value for NextSubmitBaseTime.void
JobParameter. setOutValueDate(DateTimeZone newOutValueDate)
Set the value for OutValueDate.void
JobParameter. setOutValueDateTimeZoneArray(DateTimeZone[] value)
Set the parameter OUT value of the corresponding job definition parameter as DateTimeZone array.void
OracleConnection. setPrivateLastAccesstime(DateTimeZone newPrivateLastAccesstime)
Set the value for PrivateLastAccesstime.void
ProcessMonitorItem. setProgressEnd(DateTimeZone newProgressEnd)
Set the value for ProgressEnd.void
ProcessMonitorItem. setProgressStart(DateTimeZone newProgressStart)
Set the value for ProgressStart.void
Subject. setProxySubjectEndDate(DateTimeZone newProxySubjectEndDate)
Set the value for ProxySubjectEndDate.void
Subject. setProxySubjectStartDate(DateTimeZone newProxySubjectStartDate)
Set the value for ProxySubjectStartDate.void
Job. setRequestedStartTime(DateTimeZone newRequestedStartTime)
Set the value for RequestedStartTime.void
StatisticsSample. setRequestedStartTime(DateTimeZone newRequestedStartTime)
Deprecated.This class has been deprecated, use the Statistics class insteadvoid
WrappedJob. setRequestedStartTime(DateTimeZone newRequestedStartTime)
Set the value for RequestedStartTime.void
StatisticsSample. setSampleDate(DateTimeZone newSampleDate)
Deprecated.This class has been deprecated, use the Statistics class insteadvoid
ObjectSearchCondition. setStartDate(DateTimeZone newStartDate)
Set the value for StartDate.void
ForecastJob. setStartTime(DateTimeZone newStartTime)
Set the value for StartTime.void
JobDatum. setValueDateTimeZone(DateTimeZone newValueDateTimeZone)
Set the value for ValueDateTimeZone. -
Uses of DateTimeZone in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 with parameters of type DateTimeZone Modifier and Type Method Description Iterator<ForecastJob>
JobForecasterComp. forecast(SchedulerSession session, DateTimeZone at)
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobForecaster.forecast(SchedulerSession, DateTimeZone)
instead.Iterator<ForecastJob>
JobForecasterComp. forecastJobs(SchedulerSession session, DateTimeZone begin, DateTimeZone end, List<Long> jobUniqueIds)
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobForecaster.forecastJobs(SchedulerSession, DateTimeZone, DateTimeZone, List)
instead.Iterator<SchedulerEntity>
SchedulerSessionComp. getChangedObjects(Iterator<ObjectDefinition> objectDefinitions, DateTimeZone start, DateTimeZone end, Subject[] users)
Deprecated.This method is only here to provide binary compatibility with old releases of the software. -
Uses of DateTimeZone in com.redwood.scheduler.api.model.interfaces
Methods in com.redwood.scheduler.api.model.interfaces that return DateTimeZone Modifier and Type Method Description DateTimeZone
PeriodFunctionCalculator. nextPotentialStatusChange(DateTimeZone startTime, DateTimeZone endTime, TimeZone timeZone, Properties parameters)
see TimeWindowIntervalMethod#nextPotentialStatusChange(DateTimeZone,DateTimeZone)Methods in com.redwood.scheduler.api.model.interfaces with parameters of type DateTimeZone Modifier and Type Method Description boolean
PeriodFunctionCalculator. isOpen(DateTimeZone atTime, TimeZone timeZone, Properties parameters)
see TimeWindowIntervalMethod#isOpen(DateTimeZone)DateTimeZone
PeriodFunctionCalculator. nextPotentialStatusChange(DateTimeZone startTime, DateTimeZone endTime, TimeZone timeZone, Properties parameters)
see TimeWindowIntervalMethod#nextPotentialStatusChange(DateTimeZone,DateTimeZone) -
Uses of DateTimeZone in com.redwood.scheduler.api.os
Methods in com.redwood.scheduler.api.os that return DateTimeZone Modifier and Type Method Description DateTimeZone
OSUserSession. getLogoffTime()
Get the time when the session will be automatically logged off.DateTimeZone
OSUserSession. getLogonTime()
Get the logon time when the session was created. -
Uses of DateTimeZone in com.redwood.scheduler.api.r2w.publish
Methods in com.redwood.scheduler.api.r2w.publish with parameters of type DateTimeZone Modifier and Type Method Description void
R2WMetaData. setExpiration(DateTimeZone expirationDate)
The expiration date to expire the document on -
Uses of DateTimeZone in com.redwood.scheduler.api.rtx
Methods in com.redwood.scheduler.api.rtx that return DateTimeZone Modifier and Type Method Description DateTimeZone
RTXRow. getDate(int columnIndex)
Get the value of the specified column as a DateTimeZone.DateTimeZone
RTXRow. getDate(RTXColumn column)
Get the value of the specified column as a DateTimeZone.DateTimeZone
RTXRow. getDate(String columnName)
Get the value of the specified column as a DateTimeZone. -
Uses of DateTimeZone in com.redwood.scheduler.api.soap
Methods in com.redwood.scheduler.api.soap that return DateTimeZone Modifier and Type Method Description DateTimeZone
SOAPRequest. getDateTimeZoneByXPath(String xPath)
Use an XPath to get a DateTimeZone from an xsd:date, xsd:time or xsd:dateTime from the response.DateTimeZone
SOAPRequest. getDateTimeZoneByXPath(String xPath, String dateFormat)
Use an XPath to get a DateTimeZone from the response, seeSOAPRequest.getStringByXPath(String)
.DateTimeZone
SOAPQueryJobResult. getJobDatumDateByName(String name)
DateTimeZone
SOAPQueryJobResult. getOutParameterDate(String name)
-