core / pragma.content / ContentData / validateIds /
validateIds #
abstract fun validateIds(idsToValidate: Set<CorrespondingIds>, contentType: String)
Part of validation steps - checks that all IDs passed in are contained in this ContentData map.
Function is implemented in the base class and should not be overwritten.
Parameters #
idsToValidate  | Set of CorrespondingIds: which contain both the idToValidate and the parentId.  | 
contentType  | The content type which the idToValidate is nested in.  | 
Throws #
pragma.PragmaException  | PragmaError.InventoryService_CrossContentValidationError  |