Class DocumentGraphValidator


  • public class DocumentGraphValidator
    extends java.lang.Object
    Validates that there are no cycles between document types (exception: self-reference is allowed). Example: if document B inherits A, then A cannot have a document reference to B.
    Author:
    bjorncs
    • Constructor Detail

      • DocumentGraphValidator

        public DocumentGraphValidator()
    • Method Detail

      • validateDocumentGraph

        public void validateDocumentGraph​(java.util.List<SDDocumentType> documents)