Home » pdfbox-1.1.0-src » org.apache.jempbox.xmp » [javadoc | source]
org.apache.jempbox.xmp
public class: XMPSchemaMediaManagement [javadoc | source]
java.lang.Object
   org.apache.jempbox.xmp.XMPSchema
      org.apache.jempbox.xmp.XMPSchemaMediaManagement
Define XMP properties that are related to digital asset management.
Field Summary
public static final  String NAMESPACE    The namespace for this schema. 
Fields inherited from org.apache.jempbox.xmp.XMPSchema:
NS_NAMESPACE,  prefix,  schema
Constructor:
 public XMPSchemaMediaManagement(XMPMetadata parent) 
    Construct a new blank PDF schema.
    Parameters:
    parent - The parent metadata schema that this will be part of.
 public XMPSchemaMediaManagement(Element element,
    String prefix) 
    Constructor from existing XML element.
    Parameters:
    element - The existing element.
    prefix - The schema prefix.
Method from org.apache.jempbox.xmp.XMPSchemaMediaManagement Summary:
addHistory,   createDerivedFrom,   createManagedFrom,   getDerivedFrom,   getDocumentID,   getHistory,   getManageTo,   getManageUI,   getManagedFrom,   getManager,   getVersionID,   removeHistory,   setDerivedFrom,   setDocumentID,   setManageTo,   setManageUI,   setManagedFrom,   setManager,   setVersionID
Methods from org.apache.jempbox.xmp.XMPSchema:
addBagValue,   addSequenceDateValue,   addSequenceValue,   addSequenceValue,   getAbout,   getBagList,   getBooleanProperty,   getDateProperty,   getElement,   getEventSequenceList,   getIntegerProperty,   getLanguageProperty,   getLanguagePropertyLanguages,   getSequenceDateList,   getSequenceList,   getTextProperty,   getThumbnailProperty,   merge,   removeBagValue,   removeSequenceDateValue,   removeSequenceValue,   removeSequenceValue,   setAbout,   setBooleanProperty,   setDateProperty,   setIntegerProperty,   setLanguageProperty,   setTextProperty,   setThumbnailProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jempbox.xmp.XMPSchemaMediaManagement Detail:
 public  void addHistory(ResourceEvent event) 
    Add a new historical event.
 public ResourceRef createDerivedFrom() 
    Create a new Derived From resource ref that can be populated. You will still need to call setDerivedFrom after this is created.
 public ResourceRef createManagedFrom() 
    Create a new Managed From resource ref that can be populated. You will still need to call setManagedFrom after this is created.
 public ResourceRef getDerivedFrom() 
    Get a reference to the original document that this document is derived from.
 public String getDocumentID() 
    Get id that identifies all versions of this document.
 public List<ResourceEvent> getHistory() 
    Get a list of all historical events that have occured for this resource.
 public String getManageTo() 
    Get the URI to the managed resource.
 public String getManageUI() 
    Get the URI to the managed resource information.
 public ResourceRef getManagedFrom() 
    Get a reference to the document prior to it being managed.
 public String getManager() 
    Get the name of the asset management system that manages this resource.
 public String getVersionID() 
 public  void removeHistory(ResourceEvent event) 
    Remove an event from the list of events.
 public  void setDerivedFrom(ResourceRef resource) 
    Set or clear the derived from value.
 public  void setDocumentID(String id) 
    Set the common identifier to all versions of this document. It should be based on a UUID.
 public  void setManageTo(String uri) 
    Set the URI identifying the managed resource.
 public  void setManageUI(String uri) 
    Set the URI identifying information about the managed resource.
 public  void setManagedFrom(ResourceRef resource) 
    Set or clear the managed from value.
 public  void setManager(String manager) 
    Set the asset management system that manages this resource.
 public  void setVersionID(String id)