Interface WorkspaceItem

    • Method Detail

      • getId

        String getId()
        This item id.
        Returns:
        the id.
      • getName

        String getName()
        This item name.
        Returns:
        the name.
      • getTitle

        String getTitle()
        Gets the title.
        Returns:
        the title
      • getDescription

        String getDescription()
        This item description.
        Returns:
        the description.
      • getCreationTime

        Calendar getCreationTime()
        This item creation time.
        Returns:
        the creation time.
      • getLastModificationTime

        Calendar getLastModificationTime()
        This item last modification time.
        Returns:
        the last modification time.
      • getLastModifiedBy

        String getLastModifiedBy()
        Gets the last modified by.
        Returns:
        the last modified by
      • getOwner

        String getOwner()
        This item owner.
        Returns:
        the owner.
      • getPropertyMap

        PropertyMap getPropertyMap()
        Gets the map property.
        Returns:
        the map property
      • getAccounting

        List<org.gcube.common.storagehub.model.items.nodes.accounting.AccountEntry> getAccounting()
        Gets the accounting.
        Returns:
        the accounting
      • getPath

        String getPath()
        Gets the path.
        Returns:
        the path
      • getParentId

        String getParentId()
        Gets the parent id.
        Returns:
        the parent id
      • isRoot

        boolean isRoot()
        Says if this item is a root element.
        Returns:
        true if this element is a root, false otherwise.
      • isHidden

        boolean isHidden()
        Return a flag indicating whether the element is hidden.
        Returns:
        true if the element is hidden, false if the element is visible.
      • isShared

        boolean isShared()
        Return a flag indicating whether the element is shared.
        Returns:
        true if the element is shared, false otherwise.
      • isTrashed

        boolean isTrashed()
        Check if the item is in the trash.
        Returns:
        true if the item has been trashed
      • isFolder

        boolean isFolder()
        Check if the item is a folder.
        Returns:
        true if the item is a folder