Interface ImportActionUnresolvedObject
-
public interface ImportActionUnresolvedObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessKey
getBusinessKey()
Map<Long,String>
getLocationsUsed()
String
getObjectType()
String
getPath()
List<BusinessKey>
getReferringKeys()
boolean
isResolved()
void
replaceWith(SchedulerEntity se)
-
-
-
Method Detail
-
getObjectType
String getObjectType()
-
getPath
String getPath()
-
getBusinessKey
BusinessKey getBusinessKey()
-
getReferringKeys
List<BusinessKey> getReferringKeys()
-
replaceWith
void replaceWith(SchedulerEntity se)
-
isResolved
boolean isResolved()
-
-