Uses of Interface
com.redwood.scheduler.api.model.ImportAction
-
Packages that use ImportAction Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of ImportAction in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ImportAction Modifier and Type Field Description static QueryObjectType<ImportAction>
ImportAction. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ImportAction Modifier and Type Method Description ImportAction
ImportRuleSet. createImportAction()
Create a newImportAction
linked to this object.ImportAction
ImportRuleSet. getImportAction()
Deprecated.static ImportAction
BusinessKeyLookup. getImportActionByBusinessKey(SchedulerSession session, String key)
Query an instance ofImportAction
, based on its business key.ImportAction
BusinessKeyResolver. getImportActionByKey(BusinessKey key)
Query an instance ofImportAction
, based on its business key.ImportAction
ImportRuleSet. getImportActionByType(ImportRuleSetActionType type)
Get the ImportAction by ImportRuleSetActionType.ImportAction
SchedulerSession. getImportActionByUniqueId(Long uniqueId)
Get theImportAction
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ImportAction Modifier and Type Method Description RWIterable<ImportAction>
ImportRuleSet. getImportActions()
Get anRWIterable
over an ordered collection ofImportActions
.RWIterable<ImportAction>
Library. getImportActions()
Get anRWIterable
over an ordered collection ofImportActions
.Methods in com.redwood.scheduler.api.model with parameters of type ImportAction Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ImportAction theImportAction)
void
ConcreteObjectCallback. handle(ImportAction theImportAction)
-
Uses of ImportAction in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ImportAction Modifier and Type Method Description Iterator<ImportAction>
ImportRuleSetComp. getImportActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImportActions()
instead.Iterator<ImportAction>
LibraryComp. getImportActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getImportActions()
instead. -
Uses of ImportAction in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return ImportAction Modifier and Type Method Description ImportAction
ImportActionScriptObject. getImportAction()
-