Uses of Class
org.apache.jempbox.xmp.ResourceEvent

Packages that use ResourceEvent
org.apache.jempbox.xmp This package holds data access classes for XMP data structures. 
 

Uses of ResourceEvent in org.apache.jempbox.xmp
 

Methods in org.apache.jempbox.xmp that return types with arguments of type ResourceEvent
 java.util.List<ResourceEvent> XMPSchema.getEventSequenceList(java.lang.String seqName)
          Get a list of ResourceEvent objects.
 java.util.List<ResourceEvent> XMPSchemaMediaManagement.getHistory()
          Get a list of all historical events that have occured for this resource.
 

Methods in org.apache.jempbox.xmp with parameters of type ResourceEvent
 void XMPSchemaMediaManagement.addHistory(ResourceEvent event)
          Add a new historical event.
 void XMPSchemaMediaManagement.removeHistory(ResourceEvent event)
          Remove an event from the list of events.