Package | Description |
---|---|
org.apache.jempbox.xmp |
This package holds data access classes for XMP data structures.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | 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 © 2008–2018. All rights reserved.