|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryOperation | |
---|---|
org.pentaho.di.repository | This package contains the required classes to handle the Kettle repository. |
org.pentaho.di.repository.filerep | |
org.pentaho.di.repository.kdr | |
org.pentaho.di.ui.repository |
Uses of RepositoryOperation in org.pentaho.di.repository |
---|
Methods in org.pentaho.di.repository that return RepositoryOperation | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
KettleDatabaseRepositorySecurityProvider.validateAction(RepositoryOperation... operations)
|
Uses of RepositoryOperation in org.pentaho.di.ui.repository |
---|
Methods in org.pentaho.di.ui.repository with parameters of type RepositoryOperation | |
---|---|
static boolean |
RepositorySecurityUI.verifyOperations(Shell shell,
Repository repository,
RepositoryOperation... operations)
Verify a repository operation, show an error dialog if needed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |