Interface BinaryMeta


public interface BinaryMeta
Interface describing a BinaryMeta object.
  • Method Details

    • getType

      String getType()
      Gets the type of the binary.
      Returns:
      the type of the binary.
    • getURI

      com.tridion.util.TCDURI getURI()
      Gets a unique identifier for the binary.
      Returns:
      a unique identifier for the binary.
    • getStructureGroupId

      String getStructureGroupId()
      Returns the id of the structure group this binary (variant) was published to. It is used to detect errors during deployment when a binary (identified by id and variantId) is published to multiple locations, which is not allowed.
      Returns:
      id of the structure group the binary was published to or empty when not available
    • getId

      long getId()
      Gets an item id based on a URI.
      Returns:
      the item id.
    • getPublicationId

      int getPublicationId()
      Gets the publication Id.
      Returns:
      the publication Id.
    • getNamespaceId

      int getNamespaceId()
      Gets the namespace id.
      Returns:
      namespace id.
    • getVariantId

      String getVariantId()
      Returns the variant id.
      Returns:
      the variant id
    • getPath

      String getPath()
      Gets the filesystem location.
      Returns:
      the filesystem location.
    • getURLPath

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

      String getDescription()
      Gets the description.
      Returns:
      the description.
    • isComponent

      boolean isComponent()
      Is this binary a management system multimedia component?
      Returns:
      if this Binary is known as a component in the management system
    • getMultimediaMeta

      ComponentMeta getMultimediaMeta()
      Get the multimedia meta associated with this binary.
      Returns:
      the multimedia meta associated with this binary
    • getCustomMeta

      CustomMeta getCustomMeta()