Uses of Class
org.fourthline.cling.support.model.DescMeta

Packages that use DescMeta
org.fourthline.cling.support.contentdirectory   
org.fourthline.cling.support.model   
org.fourthline.cling.support.model.container   
org.fourthline.cling.support.model.item   
 

Uses of DescMeta in org.fourthline.cling.support.contentdirectory
 

Methods in org.fourthline.cling.support.contentdirectory that return DescMeta
protected  DescMeta DIDLParser.createDescMeta(Attributes attributes)
           
 DescMeta<Document> DIDLParser.DescMetaHandler.getInstance()
           
 

Methods in org.fourthline.cling.support.contentdirectory with parameters of type DescMeta
protected  DIDLParser.DescMetaHandler DIDLParser.createDescMetaHandler(DescMeta instance, org.seamless.xml.SAXParser.Handler parent)
           
protected  void DIDLParser.generateDescMetadata(DescMeta descMeta, Document descriptor, Element parent)
           
protected  void DIDLParser.populateDescMetadata(Element descElement, DescMeta descMeta)
          Expects an org.w3c.Document as metadata, copies nodes of the document into the DIDL content.
 

Constructors in org.fourthline.cling.support.contentdirectory with parameters of type DescMeta
DIDLParser.DescMetaHandler(DescMeta instance, org.seamless.xml.SAXParser.Handler parent)
           
 

Uses of DescMeta in org.fourthline.cling.support.model
 

Fields in org.fourthline.cling.support.model with type parameters of type DescMeta
protected  List<DescMeta> DIDLObject.descMetadata
           
protected  List<DescMeta> DIDLContent.descMetadata
           
 

Methods in org.fourthline.cling.support.model that return types with arguments of type DescMeta
 List<DescMeta> DIDLObject.getDescMetadata()
           
 List<DescMeta> DIDLContent.getDescMetadata()
           
 

Methods in org.fourthline.cling.support.model with parameters of type DescMeta
 DIDLObject DIDLObject.addDescMetadata(DescMeta descMetadata)
           
 DIDLContent DIDLContent.addDescMetadata(DescMeta descMetadata)
           
 

Method parameters in org.fourthline.cling.support.model with type arguments of type DescMeta
 void DIDLObject.setDescMetadata(List<DescMeta> descMetadata)
           
 void DIDLContent.setDescMetadata(List<DescMeta> descMetadata)
           
 

Constructor parameters in org.fourthline.cling.support.model with type arguments of type DescMeta
DIDLObject(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property> properties, List<DescMeta> descMetadata)
           
 

Uses of DescMeta in org.fourthline.cling.support.model.container
 

Constructor parameters in org.fourthline.cling.support.model.container with type arguments of type DescMeta
Container(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property> properties, List<DescMeta> descMetadata)
           
Container(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property> properties, List<DescMeta> descMetadata, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items)
           
 

Uses of DescMeta in org.fourthline.cling.support.model.item
 

Constructor parameters in org.fourthline.cling.support.model.item with type arguments of type DescMeta
Item(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property> properties, List<DescMeta> descMetadata)
           
Item(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property> properties, List<DescMeta> descMetadata, String refID)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.