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 Repository
AbstractBaseCommandExecutor. 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 RepositoryOperation
RepositoryOperation. 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 void
BaseRepositorySecurityProvider. validateAction(RepositoryOperation... operations)
void
RepositorySecurityProvider. 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 void
KettleFileRepositorySecurityProvider. 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 void
KettleDatabaseRepositorySecurityProvider. validateAction(RepositoryOperation... operations)
-