Uses of Interface
com.redwood.scheduler.api.model.ExportRule
-
Packages that use ExportRule Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ExportRule in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ExportRule Modifier and Type Field Description static QueryObjectType<ExportRule>
ExportRule. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ExportRule Modifier and Type Method Description ExportRule
ExportRuleSet. createExportRule()
Create a newExportRule
linked to this object.static ExportRule
BusinessKeyLookup. getExportRuleByBusinessKey(SchedulerSession session, String key)
Query an instance ofExportRule
, based on its business key.ExportRule
BusinessKeyResolver. getExportRuleByKey(BusinessKey key)
Query an instance ofExportRule
, based on its business key.ExportRule
ExportRuleSet. getExportRuleByName(String name)
Get the ExportRule by NameExportRuleSet.ExportRule
SchedulerSession. getExportRuleByUniqueId(Long uniqueId)
Get theExportRule
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ExportRule Modifier and Type Method Description RWIterable<ExportRule>
ExportRuleSet. getExportRules()
Get anRWIterable
over a collection ofExportRules
, the collection will be ordered by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type ExportRule Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ExportRule theExportRule)
void
ConcreteObjectCallback. handle(ExportRule theExportRule)
-
Uses of ExportRule in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ExportRule Modifier and Type Method Description Iterator<ExportRule>
ExportRuleSetComp. getExportRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRuleSet.getExportRules()
instead.
-