Package com.google.refine.history

Examples of com.google.refine.history.Change


    @Override
    protected HistoryEntry createHistoryEntry(Project project,
            long historyEntryID) throws Exception {
        String description = "Save RDF schema skeleton";
       
        Change change = new RdfSchemaChange(_schema);
       
        return new HistoryEntry(historyEntryID, project, description,
                SaveRdfSchemaOperation.this, change);
    }
View Full Code Here

TOP

Related Classes of com.google.refine.history.Change

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.