Class TableHelperSpec

    • Constructor Summary

      Constructors 
      Constructor Description
      TableHelperSpec​(java.lang.String applicationLogicalName, com.orchestranetworks.service.Session session)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApplicationLogicalName()
      Returns the logical name defined in the {addon.label} dataset.
      com.orchestranetworks.service.Session getSession()
      Returns the current session.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getApplicationLogicalName

        public final java.lang.String getApplicationLogicalName()
        Returns the logical name defined in the {addon.label} dataset. This is represented in the 'Application' table's 'Logical name' field.
      • getSession

        public final com.orchestranetworks.service.Session getSession()
        Returns the current session.