Package org.pentaho.di.ui.util
Class DialogUtils
java.lang.Object
org.pentaho.di.ui.util.DialogUtils
- Author:
- Andrey Khayrutdinov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringgetPathOf(org.pentaho.di.repository.RepositoryElementMetaInterface object) static <T extends org.pentaho.di.shared.SharedObjectInterface<T>>
booleanobjectWithTheSameNameExists(T object, Collection<T> scope) static <T extends org.pentaho.di.shared.SharedObjectInterface<T>>
voidremoveMatchingObject(String nameToRemove, Collection<? extends org.pentaho.di.shared.SharedObjectInterface<T>> objects)
-
Constructor Details
-
DialogUtils
public DialogUtils()
-
-
Method Details
-
getPathOf
-
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
-