Uses of Class
org.pentaho.di.repository.ObjectRecipient.Type

Packages that use ObjectRecipient.Type
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of ObjectRecipient.Type in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository that return ObjectRecipient.Type
 ObjectRecipient.Type ObjectRecipient.getType()
           
static ObjectRecipient.Type ObjectRecipient.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectRecipient.Type[] ObjectRecipient.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.repository with parameters of type ObjectRecipient.Type
 void ObjectRecipient.setType(ObjectRecipient.Type type)
           
 

Uses of ObjectRecipient.Type in org.pentaho.di.ui.repository.repositoryexplorer.model
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return ObjectRecipient.Type
 ObjectRecipient.Type UISecurity.getSelectedDeck()
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type ObjectRecipient.Type
 void UISecurity.setSelectedDeck(ObjectRecipient.Type selectedDeck)