Uses of Interface
com.redwood.scheduler.api.model.ModuleState
-
Packages that use ModuleState Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of ModuleState in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ModuleState Modifier and Type Field Description static QueryObjectType<ModuleState>
ModuleState. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ModuleState Modifier and Type Method Description ModuleState
SchedulerSession. createModuleState()
Return a new instance of ModuleState.ModuleState
SchedulerSession. getModuleStateByName(String name)
Get theModuleState
by Name.ModuleState
SchedulerSession. getModuleStateByUniqueId(Long uniqueId)
Get theModuleState
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type ModuleState Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ModuleState theModuleState)
void
ConcreteObjectCallback. handle(ModuleState theModuleState)
-