org.apache.jempbox.xmp
public class XMPSchemaMediaManagement extends XMPSchema
Version: $Revision: 1.2 $
Field Summary | |
---|---|
static String | NAMESPACE
The namespace for this schema. |
Constructor Summary | |
---|---|
XMPSchemaMediaManagement(XMPMetadata parent)
Construct a new blank PDF schema.
| |
XMPSchemaMediaManagement(Element element, String prefix)
Constructor from existing XML element.
|
Method Summary | |
---|---|
void | addHistory(ResourceEvent event)
Add a new historical event.
|
ResourceRef | createDerivedFrom()
Create a new Derived From resource ref that can be populated. |
ResourceRef | createManagedFrom()
Create a new Managed From resource ref that can be populated. |
ResourceRef | getDerivedFrom()
Get a reference to the original document that this document is
derived from.
|
String | getDocumentID()
Get id that identifies all versions of this document.
|
List | getHistory()
Get a list of all historical events that have occured for this resource.
|
ResourceRef | getManagedFrom()
Get a reference to the document prior to it being managed.
|
String | getManager()
Get the name of the asset management system that manages this resource.
|
String | getManageTo()
Get the URI to the managed resource.
|
String | getManageUI()
Get the URI to the managed resource information.
|
String | getVersionID() |
void | removeHistory(ResourceEvent event)
Remove an event from the list of events.
|
void | setDerivedFrom(ResourceRef resource)
Set or clear the derived from value.
|
void | setDocumentID(String id)
Set the common identifier to all versions of this document. |
void | setManagedFrom(ResourceRef resource)
Set or clear the managed from value.
|
void | setManager(String manager)
Set the asset management system that manages this resource.
|
void | setManageTo(String uri)
Set the URI identifying the managed resource.
|
void | setManageUI(String uri)
Set the URI identifying information about the managed resource.
|
void | setVersionID(String id) |
Parameters: parent The parent metadata schema that this will be part of.
Parameters: element The existing element. prefix The schema prefix.
Parameters: event The event to add to the list of history.
Returns: A new blank derived from instance.
Returns: A new blank managed from instance.
Returns: A reference to the derived document, or null if one does not exist.
Returns: The document id.
Returns: A list of ResourceEvent objects or null.
Returns: A reference to the managed document.
Returns: The name of the asset management system.
Returns: The managed resource URI.
Returns: The managed resource information URI.
Returns: The current version id.
Parameters: event The event to remove.
Parameters: resource The resource reference to set.
See Also: createDerivedFrom
Parameters: id An identifier for the document.
Parameters: resource The resource reference to set.
See Also: createManagedFrom
Parameters: manager The name of the asset management system.
Parameters: uri URI to the managed resource.
Parameters: uri URI to the managed resource info.
Parameters: id An identifier for the current version.