Project

General

Profile

« Previous | Next » 

Revision 6997

refactor IdentityManager.createSystemMetadata(sm) to be insertSystemMetadata(sm) so that it is clear that this method inserts the SM object into the backing store. This differentiates it from the "generation" methods we use when we need to create SM about pre-existing objects or objects we get from non-D1 api calls.

View differences:

IdentifierManager.java
918 918
     * @throws SQLException 
919 919
     * @throws InvalidSystemMetadata 
920 920
     */
921
    public void createSystemMetadata(SystemMetadata sysmeta) 
921
    public void insertSystemMetadata(SystemMetadata sysmeta) 
922 922
        throws McdbDocNotFoundException, SQLException, InvalidSystemMetadata {
923 923
    	String guid = sysmeta.getIdentifier().getValue();
924 924
    	// insert the record

Also available in: Unified diff