Interface IResourceHolder

    • 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
      • getPluginId

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

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