575576577578579580581582583
repositories = Collections.emptyList(); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return repositories; }
602603604605606607608609610
artifacts.add( getArtifactFromNode( repositoryId, n ) ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
622623624625626627628629
root.getNode( path ).remove(); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
640641642643644645646647
667668669670671672673674675
} } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
10271028102910301031103210331034
{ session.save(); } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
10401041104210431044104510461047
{ session.refresh( false ); } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
223224225226227228229230
Query.SQL ); repositoryStatistics.setTotalGroupCount( query.execute().getRows().getSize() ); } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
240241242243244245246247
walkRepository( metadataRepository, repositoryStatistics, repositoryId, ns ); } } catch ( MetadataResolutionException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
637638639640641642643644
//writeProperties( properties, namespaceDirectory, NAMESPACE_METADATA_KEY ); } catch ( IOException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }