Class DialogUtils

java.lang.Object
org.pentaho.di.ui.util.DialogUtils

public class DialogUtils extends Object
Author:
Andrey Khayrutdinov
  • Constructor Details

    • DialogUtils

      public DialogUtils()
  • Method Details

    • getPathOf

      public static String getPathOf(org.pentaho.di.repository.RepositoryElementMetaInterface object)
    • objectWithTheSameNameExists

      public static <T extends org.pentaho.di.shared.SharedObjectInterface<T>> boolean objectWithTheSameNameExists(T object, Collection<T> scope)
    • removeMatchingObject

      public static <T extends org.pentaho.di.shared.SharedObjectInterface<T>> void removeMatchingObject(String nameToRemove, Collection<? extends org.pentaho.di.shared.SharedObjectInterface<T>> objects)
    • getPath

      public static String getPath(String parentPath, String path)