Package | Description |
---|---|
org.apache.jempbox.xmp |
This package holds data access classes for XMP data structures.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceEvent> |
XMPSchema.getEventSequenceList(String seqName)
Get a list of ResourceEvent objects.
|
List<ResourceEvent> |
XMPSchemaMediaManagement.getHistory()
Get a list of all historical events that have occured for this resource.
|
Modifier and Type | Method and Description |
---|---|
void |
XMPSchemaMediaManagement.addHistory(ResourceEvent event)
Add a new historical event.
|
void |
XMPSchemaMediaManagement.removeHistory(ResourceEvent event)
Remove an event from the list of events.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.