Class BaseView

    • Method Detail

      • currentVersion

        public Version currentVersion()
        Description copied from interface: View
        Get the current version for this view, or null if there are no versions.
        Specified by:
        currentVersion in interface View
        Returns:
        the current view version.
      • version

        public Version version​(int versionId)
        Description copied from interface: View
        Get a version in this view by ID.
        Specified by:
        version in interface View
        Parameters:
        versionId - version ID
        Returns:
        a Version, or null if the ID cannot be found
      • versions

        public Iterable<Version> versions()
        Description copied from interface: View
        Get the versions of this view.
        Specified by:
        versions in interface View
        Returns:
        an Iterable of versions of this view.
      • properties

        public Map<String,​String> properties()
        Description copied from interface: View
        Return a map of string properties for this view.
        Specified by:
        properties in interface View
        Returns:
        this view's properties map