Interface WorkspaceVersion

  • All Known Implementing Classes:
    WorkspaceFileVersion

    public interface WorkspaceVersion
    The Interface WorkspaceVersion.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Oct 12, 2018
    • Method Detail

      • getId

        String getId()
        Gets the id.
        Returns:
        the id
      • getName

        String getName()
        Gets the name.
        Returns:
        the name
      • getCreated

        Calendar getCreated()
        Gets the created.
        Returns:
        the created
      • getOwner

        String getOwner()
        Gets the user.
        Returns:
        the user
      • getRemotePath

        String getRemotePath()
        Gets the remote path.
        Returns:
        the remote path
      • getSize

        Long getSize()
        Gets the size.
        Returns:
        the size
      • isCurrentVersion

        boolean isCurrentVersion()
        Checks if is current version.
        Returns:
        true, if is current version