Uses of Interface
com.redwood.scheduler.api.model.ExportRuleItem
-
Packages that use ExportRuleItem Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ExportRuleItem in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ExportRuleItem Modifier and Type Field Description static QueryObjectType<ExportRuleItem>
ExportRuleItem. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ExportRuleItem Modifier and Type Method Description ExportRuleItem
ExportRuleSet. createExportRuleItem()
Create a newExportRuleItem
linked to this object.ExportRuleItem
SchedulerSession. getExportRuleItemByUniqueId(Long uniqueId)
Get theExportRuleItem
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ExportRuleItem Modifier and Type Method Description RWIterable<ExportRuleItem>
ExportRuleSet. getExportRuleItems()
Get anRWIterable
over a collection ofExportRuleItems
, the collection will be ordered by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type ExportRuleItem Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ExportRuleItem theExportRuleItem)
void
ConcreteObjectCallback. handle(ExportRuleItem theExportRuleItem)
-
Uses of ExportRuleItem in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ExportRuleItem Modifier and Type Method Description Iterator<ExportRuleItem>
ExportRuleSetComp. getExportRuleItems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRuleSet.getExportRuleItems()
instead.
-