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