Uses of Class
org.pentaho.di.repository.RepositoryOperation
-
Packages that use RepositoryOperation Package Description org.pentaho.di.base org.pentaho.di.repository org.pentaho.di.repository.filerep org.pentaho.di.repository.kdr -
-
Uses of RepositoryOperation in org.pentaho.di.base
Methods in org.pentaho.di.base with parameters of type RepositoryOperation Modifier and Type Method Description RepositoryAbstractBaseCommandExecutor. establishRepositoryConnection(RepositoryMeta repositoryMeta, String username, String password, RepositoryOperation... operations) -
Uses of RepositoryOperation in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return RepositoryOperation Modifier and Type Method Description static RepositoryOperationRepositoryOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryOperation[]RepositoryOperation. 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 RepositoryOperation Modifier and Type Method Description voidBaseRepositorySecurityProvider. validateAction(RepositoryOperation... operations)voidRepositorySecurityProvider. validateAction(RepositoryOperation... operations)Validates the supplied operation. -
Uses of RepositoryOperation in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep with parameters of type RepositoryOperation Modifier and Type Method Description voidKettleFileRepositorySecurityProvider. validateAction(RepositoryOperation... operations) -
Uses of RepositoryOperation in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr with parameters of type RepositoryOperation Modifier and Type Method Description voidKettleDatabaseRepositorySecurityProvider. validateAction(RepositoryOperation... operations)
-