Uses of Enum Class
org.pentaho.di.repository.RepositoryOperation
Packages that use RepositoryOperation
Package
Description
-
Uses of RepositoryOperation in org.pentaho.di.base
Methods in org.pentaho.di.base with parameters of type RepositoryOperationModifier and TypeMethodDescriptionAbstractBaseCommandExecutor.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 RepositoryOperationModifier and TypeMethodDescriptionstatic RepositoryOperationReturns the enum constant of this class with the specified name.static RepositoryOperation[]RepositoryOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pentaho.di.repository with parameters of type RepositoryOperationModifier and TypeMethodDescriptionvoidBaseRepositorySecurityProvider.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 RepositoryOperationModifier and TypeMethodDescriptionvoidKettleFileRepositorySecurityProvider.validateAction(RepositoryOperation... operations) -
Uses of RepositoryOperation in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr with parameters of type RepositoryOperationModifier and TypeMethodDescriptionvoidKettleDatabaseRepositorySecurityProvider.validateAction(RepositoryOperation... operations)