Class ListAddedStatementsMethod
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.audit.AbstractListStatementsMethod
-
- edu.cornell.mannlib.vitro.webapp.audit.ListAddedStatementsMethod
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateMethodModelEx,freemarker.template.TemplateModel
public class ListAddedStatementsMethod extends AbstractListStatementsMethod
Freemarker helper method to retrieve the statements added to a graph
-
-
Constructor Summary
Constructors Constructor Description ListAddedStatementsMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetStatements(AuditChangeSet dataset, String graphUri)Abstract method to be implemented for Added / Removed statements-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.audit.AbstractListStatementsMethod
exec
-
-
-
-
Method Detail
-
getStatements
protected Object getStatements(AuditChangeSet dataset, String graphUri)
Description copied from class:AbstractListStatementsMethodAbstract method to be implemented for Added / Removed statements- Specified by:
getStatementsin classAbstractListStatementsMethod- Returns:
-
-