Uses of Class
org.apache.jempbox.xmp.ResourceEvent
Packages that use ResourceEvent
Package
Description
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 ResourceEventModifier and TypeMethodDescriptionXMPSchema.getEventSequenceList(String seqName) Get a list of ResourceEvent objects.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 ResourceEventModifier and TypeMethodDescriptionvoidXMPSchemaMediaManagement.addHistory(ResourceEvent event) Add a new historical event.voidXMPSchemaMediaManagement.removeHistory(ResourceEvent event) Remove an event from the list of events.