Interface ImportActionScriptObject
- 
 public interface ImportActionScriptObject
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getDataContainer()ImportActiongetImportAction()ImportRuleSetgetImportRuleSet()UserJobContextgetJobContext()List<SchedulerEntity>getObjects()PartitiongetTargetPartition()Map<Long,ImportActionUnresolvedObject>getUnresolvedObjects()
 
- 
- 
- 
Method Detail- 
getObjectsList<SchedulerEntity> getObjects() 
 - 
getImportRuleSetImportRuleSet getImportRuleSet() 
 - 
getTargetPartitionPartition getTargetPartition() 
 - 
getUnresolvedObjectsMap<Long,ImportActionUnresolvedObject> getUnresolvedObjects() 
 - 
getImportActionImportAction getImportAction() 
 - 
getJobContextUserJobContext getJobContext() 
 
- 
 
-