Uses of Interface
com.redwood.scheduler.api.model.RegistryEntry
-
Packages that use RegistryEntry Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of RegistryEntry in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type RegistryEntry Modifier and Type Field Description static QueryObjectType<RegistryEntry>
RegistryEntry. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return RegistryEntry Modifier and Type Method Description RegistryEntry
SchedulerSession. createRegistryEntry()
Return a new instance of RegistryEntry.RegistryEntry
SchedulerSession. createRegistryEntryByPath(RegistryRoot root, String path)
Create a RegistryEntry for the given path.RegistryEntry
RegistryEntry. getChildRegistryEntryByName(String name)
Get the RegistryEntry by NameParent.RegistryEntry
RegistryEntry. getParentRegistryEntry()
Get the ParentRegistryEntry.static RegistryEntry
BusinessKeyLookup. getRegistryEntryByBusinessKey(SchedulerSession session, String key)
Query an instance ofRegistryEntry
, based on its business key.RegistryEntry
BusinessKeyResolver. getRegistryEntryByKey(BusinessKey key)
Query an instance ofRegistryEntry
, based on its business key.RegistryEntry
SchedulerSession. getRegistryEntryByNameParent(String name, RegistryEntry parentRegistryEntry)
Get theRegistryEntry
by NameParent.RegistryEntry
SchedulerSession. getRegistryEntryByParentPath(RegistryEntry parent, String path)
Get a RegistryEntry for the given path.RegistryEntry
SchedulerSession. getRegistryEntryByPath(String path)
Get a RegistryEntry for the given path.RegistryEntry
SchedulerSession. getRegistryEntryByUniqueId(Long uniqueId)
Get theRegistryEntry
by UniqueId.RegistryEntry
SchedulerSession. getUserRegistryEntryByPath(String path)
Get a user RegistryEntry for the given path.Methods in com.redwood.scheduler.api.model that return types with arguments of type RegistryEntry Modifier and Type Method Description RWIterable<RegistryEntry>
RegistryEntry. getChildRegistryEntries()
Get anRWIterable
over a collection ofChildRegistryEntries
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type RegistryEntry Modifier and Type Method Description RegistryEntry
SchedulerSession. getRegistryEntryByNameParent(String name, RegistryEntry parentRegistryEntry)
Get theRegistryEntry
by NameParent.RegistryEntry
SchedulerSession. getRegistryEntryByParentPath(RegistryEntry parent, String path)
Get a RegistryEntry for the given path.void
AbstractConcreteObjectCallback. handle(RegistryEntry theRegistryEntry)
void
ConcreteObjectCallback. handle(RegistryEntry theRegistryEntry)
void
RegistryEntry. setParentRegistryEntry(RegistryEntry newParentRegistryEntry)
Set the value for ParentRegistryEntry. -
Uses of RegistryEntry in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type RegistryEntry Modifier and Type Method Description Iterator<RegistryEntry>
RegistryEntryComp. getChildRegistryEntries()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usegetChildRegistryEntries()
instead.
-