Interface IOpenLTable

    • Method Detail

      • getDisplayName

        String getDisplayName()
        Returns:
        Table name for user. (Firstly will be searched in table properties and then from table header)
      • isExecutable

        boolean isExecutable()
        Returns:
        true if table is executable at OpenL rules runtime. Also it indicates that tests can be created for this table.
      • isVersionable

        boolean isVersionable()
        Returns:
        true if table supports operations over versions
      • isCanContainProperties

        boolean isCanContainProperties()