Class IndividualEditEvent
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.dao.jena.event.EditEvent
-
- edu.cornell.mannlib.vitro.webapp.dao.jena.event.IndividualEditEvent
-
- Direct Known Subclasses:
IndividualCreationEvent,IndividualDeletionEvent,IndividualUpdateEvent
public class IndividualEditEvent extends EditEvent
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.dao.jena.event.EditEvent
eventTypeURIList, propertyMap
-
-
Constructor Summary
Constructors Constructor Description IndividualEditEvent(String userURI, boolean begin, String individualURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIndividualURI()Map<String,List<org.apache.jena.rdf.model.RDFNode>>getPropertyMap()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.dao.jena.event.EditEvent
getBegin, getEventTypeURIList
-
-