Uses of Interface
com.redwood.scheduler.api.model.ProcessServerCheckLog
-
Packages that use ProcessServerCheckLog Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ProcessServerCheckLog in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ProcessServerCheckLog Modifier and Type Field Description static QueryObjectType<ProcessServerCheckLog>
ProcessServerCheckLog. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ProcessServerCheckLog Modifier and Type Method Description ProcessServerCheckLog
ProcessServerCheck. createProcessServerCheckLog()
Create a newProcessServerCheckLog
linked to this object.ProcessServerCheckLog
ProcessServerCheckLogParameter. getProcessServerCheckLog()
Get the ProcessServerCheckLog.ProcessServerCheckLog
ProcessServerCheck. getProcessServerCheckLogByCreationTime(DateTimeZone creationTime)
Get the ProcessServerCheckLog by ProcessServerCheckCreationTime.ProcessServerCheckLog
SchedulerSession. getProcessServerCheckLogByUniqueId(Long uniqueId)
Get theProcessServerCheckLog
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ProcessServerCheckLog Modifier and Type Method Description RWIterable<ProcessServerCheckLog>
ProcessServerCheck. getProcessServerCheckLogs()
Get anRWIterable
over an ordered collection ofProcessServerCheckLogs
.Methods in com.redwood.scheduler.api.model with parameters of type ProcessServerCheckLog Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ProcessServerCheckLog theProcessServerCheckLog)
void
ConcreteObjectCallback. handle(ProcessServerCheckLog theProcessServerCheckLog)
-
Uses of ProcessServerCheckLog in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ProcessServerCheckLog Modifier and Type Method Description Iterator<ProcessServerCheckLog>
ProcessServerCheckComp. getProcessServerCheckLogs()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServerCheck.getProcessServerCheckLogs()
instead.
-