Package com.tridion.storage
Interface UrlData
- All Known Subinterfaces:
BinaryUrlData
- All Known Implementing Classes:
BinaryVariantUrlData,ItemUrlData
public interface UrlData
UrlData.
-
Method Summary
Modifier and TypeMethodDescriptionintGet the item id.Returns the most recent date this item was published.intGet the namespace id of the item.intGet 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.
-