Class TdbThesaurusDesign

All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink, TdbControlObjectProvider

public class TdbThesaurusDesign extends TdbDatabaseDesign
Container and manipulation logic for a thesaurus design.
  • Constructor Details

    • TdbThesaurusDesign

      public TdbThesaurusDesign(TdbSession session, TdbControlObject ob) throws TdbException
      Constructor, creates a container for the thesaurus referenced by the provided Control object
      Parameters:
      session - Active session
      ob - Control object referencing the thesaurus required
      Throws:
      TdbException
    • TdbThesaurusDesign

      public TdbThesaurusDesign(TdbSession session) throws TdbException
      Constructor, creates a new, blank container
      Parameters:
      session - Active session
      Throws:
      TdbException