12181219122012211222122312241225
} } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
165166167168169170171172
{ getOrAddProjectNode( repositoryId, namespace, projectId ); } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
221222223224225226227228
351352353354355356357358
365366367368369370371372
Node node = getOrAddNamespaceNode( repositoryId, namespace ); node.setProperty( "namespace", namespace ); } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
393394395396397398399400401
} } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
414415416417418419420421
// ignored - the facet doesn't exist, so return false return false; } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
439440441442443444445446447
{ // ignored - the facet doesn't exist, so return the empty list } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return facets; }
498499500501502503504505506
{ // ignored - the facet doesn't exist, so return null } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return metadataFacet; }
523524525526527528529530
node.setProperty( entry.getKey(), entry.getValue() ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }