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