Uses of Interface
com.redwood.scheduler.api.model.RELEntryPoint
-
Packages that use RELEntryPoint Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of RELEntryPoint in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type RELEntryPoint Modifier and Type Field Description static QueryObjectType<RELEntryPoint>
RELEntryPoint. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return RELEntryPoint Modifier and Type Method Description RELEntryPoint
Library. createRELEntryPoint()
Create a newRELEntryPoint
linked to this object.static RELEntryPoint
BusinessKeyLookup. getRELEntryPointByBusinessKey(SchedulerSession session, String key)
Query an instance ofRELEntryPoint
, based on its business key.RELEntryPoint
BusinessKeyResolver. getRELEntryPointByKey(BusinessKey key)
Query an instance ofRELEntryPoint
, based on its business key.RELEntryPoint
Library. getRELEntryPointByName(String name)
Get the RELEntryPoint by UniqueName.RELEntryPoint
SchedulerSession. getRELEntryPointByUniqueId(Long uniqueId)
Get theRELEntryPoint
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type RELEntryPoint Modifier and Type Method Description RWIterable<RELEntryPoint>
Library. getRELEntryPoints()
Get anRWIterable
over an ordered collection ofRELEntryPoints
.RWIterable<RELEntryPoint>
SchedulerSession. getRELEntryPoints()
Get an iterator over all of theRELEntryPoint
s visible to this user.Methods in com.redwood.scheduler.api.model with parameters of type RELEntryPoint Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(RELEntryPoint theRELEntryPoint)
void
ConcreteObjectCallback. handle(RELEntryPoint theRELEntryPoint)
-
Uses of RELEntryPoint in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type RELEntryPoint Modifier and Type Method Description Iterator<RELEntryPoint>
LibraryComp. getRELEntryPoints()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getRELEntryPoints()
instead.Iterator<RELEntryPoint>
SchedulerSessionComp. getRELEntryPoints()
Deprecated.This method is only here to provide binary compatibility with old releases of the software.
-