Interface ResourceHolderInterface

    • Method Detail

      • getName

        String getName()
        Returns:
        The name of the holder of the resource
      • getDescription

        String getDescription()
        Returns:
        The description of the holder of the resource
      • getObjectId

        org.pentaho.di.repository.ObjectId getObjectId()
        Returns:
        The ID of the holder of the resource
      • getTypeId

        String getTypeId()
        Returns:
        The Type ID of the resource holder. The Type ID is the system-defined type identifier (like TRANS or SORT).
      • getHolderType

        String getHolderType()
        Gets the high-level type of resource holder.
        Returns:
        JOBENTRY, STEP, etc.