Interface IBmBlobInfo


  • public interface IBmBlobInfo
    Interface for objects providing information about a particular BM file.
    • Method Detail

      • getNamespace

        IBmNamespace getNamespace()
        Gets the namespace the resource belongs to.
        Returns:
        the namespace the resource belongs to, never null.
      • getFqn

        String getFqn()
        Gets the FQN of the file.
        Returns:
        the FQN of the file, never null.
      • getType

        String getType()
        Gets the type of the file.
        Returns:
        the type of the file, never null.
      • isRemoved

        boolean isRemoved()
        Checks if the file has been removed.
        Returns:
        true if the file has been removed, false otherwise.