Interface ImportActionScriptObject
-
public interface ImportActionScriptObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getDataContainer()
com.redwood.scheduler.api.model.ImportAction
getImportAction()
com.redwood.scheduler.api.model.ImportRuleSet
getImportRuleSet()
UserJobContext
getJobContext()
List<com.redwood.scheduler.api.model.SchedulerEntity>
getObjects()
com.redwood.scheduler.api.model.Partition
getTargetPartition()
Map<Long,ImportActionUnresolvedObject>
getUnresolvedObjects()
-
-
-
Method Detail
-
getObjects
List<com.redwood.scheduler.api.model.SchedulerEntity> getObjects()
-
getImportRuleSet
com.redwood.scheduler.api.model.ImportRuleSet getImportRuleSet()
-
getTargetPartition
com.redwood.scheduler.api.model.Partition getTargetPartition()
-
getUnresolvedObjects
Map<Long,ImportActionUnresolvedObject> getUnresolvedObjects()
-
getImportAction
com.redwood.scheduler.api.model.ImportAction getImportAction()
-
getJobContext
UserJobContext getJobContext()
-
-