Interface UrlData

All Known Subinterfaces:
BinaryUrlData
All Known Implementing Classes:
BinaryVariantUrlData, ItemUrlData

public interface UrlData
UrlData.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the item id.
    Returns the most recent date this item was published.
    int
    Get the namespace id of the item.
    int
    Get publication id of the item.
    Gets the URL path how this binary can be retrieved through some internet server.
  • Method Details

    • getNamespaceId

      int getNamespaceId()
      Get the namespace id of the item.
      Returns:
      the namespace id
    • getPublicationId

      int getPublicationId()
      Get publication id of the item.
      Returns:
      the publication id
    • getItemId

      int getItemId()
      Get the item id.
      Returns:
      the item id.
    • getUrlPath

      String getUrlPath()
      Gets the URL path how this binary can be retrieved through some internet server.
      Returns:
      the URL path
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the most recent date this item was published. Note that this is actually the date the item was last deployed.
      Returns:
      the date this item was last published.