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, com.redwood.scheduler.api.model.enumeration.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 date, 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, com.redwood.scheduler.api.model.enumeration.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)
static DateTimeZone
DateTimeZone. valueOf(TimeZone timeZone, 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 .)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 date, 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<com.redwood.scheduler.api.model.ForecastJob>
JobForecaster. forecast(com.redwood.scheduler.api.model.SchedulerSession session, DateTimeZone at)
Create forecast jobs for all active job groups at the specified date.RWIterable<com.redwood.scheduler.api.model.ForecastJob>
JobForecaster. forecastJobs(com.redwood.scheduler.api.model.SchedulerSession session, DateTimeZone begin, DateTimeZone end, List<Long> jobUniqueIds)
Create forecast jobs for all active job groups at the specified date range.Map<Long,com.redwood.scheduler.api.model.ForecastJob>
JobForecaster. forecastJobs(com.redwood.scheduler.api.model.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(com.redwood.scheduler.api.model.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(com.redwood.scheduler.api.model.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(com.redwood.scheduler.api.model.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
TimeEstimate. getTime()
Get the value for this estimate. -
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<com.redwood.scheduler.api.model.ForecastJob>
JobForecasterComp. forecast(com.redwood.scheduler.api.model.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<com.redwood.scheduler.api.model.ForecastJob>
JobForecasterComp. forecastJobs(com.redwood.scheduler.api.model.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<com.redwood.scheduler.api.model.SchedulerEntity>
SchedulerSessionComp. getChangedObjects(Iterator<com.redwood.scheduler.api.model.ObjectDefinition> objectDefinitions, DateTimeZone start, DateTimeZone end, com.redwood.scheduler.api.model.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)
-