Class EditEvent
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.dao.jena.event.EditEvent
-
- Direct Known Subclasses:
BulkUpdateEvent,IndividualEditEvent
public class EditEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>eventTypeURIListprotected Map<String,List<org.apache.jena.rdf.model.RDFNode>>propertyMap
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBegin()List<String>getEventTypeURIList()Map<String,List<org.apache.jena.rdf.model.RDFNode>>getPropertyMap()
-
-
-
Constructor Detail
-
EditEvent
public EditEvent(String userURI, boolean begin)
-
-