Interface ImportActionUnresolvedObject
- 
 public interface ImportActionUnresolvedObject
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessKeygetBusinessKey()Map<Long,String>getLocationsUsed()StringgetObjectType()StringgetPath()List<BusinessKey>getReferringKeys()booleanisResolved()voidreplaceWith(SchedulerEntity se)
 
- 
- 
- 
Method Detail- 
getObjectTypeString getObjectType() 
 - 
getPathString getPath() 
 - 
getBusinessKeyBusinessKey getBusinessKey() 
 - 
getReferringKeysList<BusinessKey> getReferringKeys() 
 - 
replaceWithvoid replaceWith(SchedulerEntity se) 
 - 
isResolvedboolean isResolved() 
 
- 
 
-