@Deprecated public interface RepositoryExtended extends Repository
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteRepositoryDirectory(org.pentaho.di.repository.RepositoryDirectoryInterface dir,
                         boolean deleteHomeDirectories)
Deprecated.  
Delete a repository directory 
 | 
org.pentaho.di.repository.RepositoryDirectoryInterface | 
loadRepositoryDirectoryTree(boolean eager)
Deprecated.  
Loads the RepositoryDirectoryTree either Eagerly or Lazilly based on the value passed. 
 | 
org.pentaho.di.repository.ObjectId | 
renameRepositoryDirectory(org.pentaho.di.repository.ObjectId dirId,
                         org.pentaho.di.repository.RepositoryDirectoryInterface newParent,
                         String newName,
                         boolean renameHomeDirectories)
Deprecated.  
Move / rename a repository directory 
 | 
clearSharedObjectCache, connect, countNrJobEntryAttributes, countNrStepAttributes, createRepositoryDirectory, deleteClusterSchema, deleteDatabaseMeta, deleteJob, deletePartitionSchema, deleteRepositoryDirectory, deleteSlave, deleteTransformation, disconnect, exists, findDirectory, findDirectory, getClusterID, getClusterIDs, getClusterNames, getConnectMessage, getDatabaseID, getDatabaseIDs, getDatabaseNames, getDefaultSaveDirectory, getDirectoryNames, getExporter, getImporter, getJobAndTransformationObjects, getJobEntryAttributeBoolean, getJobEntryAttributeBoolean, getJobEntryAttributeBoolean, getJobEntryAttributeInteger, getJobEntryAttributeInteger, getJobEntryAttributeString, getJobEntryAttributeString, getJobId, getJobNames, getJobObjects, getJobsUsingDatabase, getLog, getMetaStore, getName, getObjectInformation, getPartitionSchemaID, getPartitionSchemaIDs, getPartitionSchemaNames, getRepositoryMeta, getSecurityManager, getSecurityProvider, getService, getServiceInterfaces, getSlaveID, getSlaveIDs, getSlaveNames, getSlaveServers, getStepAttributeBoolean, getStepAttributeBoolean, getStepAttributeBoolean, getStepAttributeInteger, getStepAttributeInteger, getStepAttributeString, getStepAttributeString, getTransformationID, getTransformationNames, getTransformationObjects, getTransformationsUsingDatabase, getUserHomeDirectory, getUserInfo, getVersion, hasService, init, insertJobEntryDatabase, insertLogEntry, insertStepDatabase, isConnected, loadClusterSchema, loadConditionFromStepAttribute, loadDatabaseMeta, loadDatabaseMetaFromJobEntryAttribute, loadDatabaseMetaFromJobEntryAttribute, loadDatabaseMetaFromStepAttribute, loadJob, loadJob, loadPartitionSchema, loadRepositoryDirectoryTree, loadSlaveServer, loadTransformation, loadTransformation, readDatabases, readJobMetaSharedObjects, readTransSharedObjects, renameJob, renameJob, renameRepositoryDirectory, renameTransformation, renameTransformation, save, save, save, saveConditionStepAttribute, saveDatabaseMetaJobEntryAttribute, saveDatabaseMetaJobEntryAttribute, saveDatabaseMetaStepAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveRepositoryDirectory, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, undeleteObjectorg.pentaho.di.repository.RepositoryDirectoryInterface loadRepositoryDirectoryTree(boolean eager)
                                                                            throws org.pentaho.di.core.exception.KettleException
eager - org.pentaho.di.core.exception.KettleExceptionorg.pentaho.di.repository.ObjectId renameRepositoryDirectory(org.pentaho.di.repository.ObjectId dirId,
                                                             org.pentaho.di.repository.RepositoryDirectoryInterface newParent,
                                                             String newName,
                                                             boolean renameHomeDirectories)
                                                      throws org.pentaho.di.core.exception.KettleException
dirId - The ObjectId of the repository directory to movenewParent - The RepositoryDirectoryInterface that will be the new parent of the repository directory (May be null if a
          move is not desired)newName - The new name of the repository directory (May be null if a rename is not desired)renameHomeDirectories - true if this is an allowed actionorg.pentaho.di.core.exception.KettleExceptionvoid deleteRepositoryDirectory(org.pentaho.di.repository.RepositoryDirectoryInterface dir,
                               boolean deleteHomeDirectories)
                        throws org.pentaho.di.core.exception.KettleException
dir - The ObjectId of the repository directory to movedeleteHomeDirectories - true if this is an allowed actionorg.pentaho.di.core.exception.KettleException