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