Uses of Class
com.vidispine.generated.SolrDocumentType
-
-
Uses of SolrDocumentType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SolrDocumentType Modifier and Type Field Description protected List<SolrDocumentType>
SolrAddType. doc
Methods in com.vidispine.generated that return SolrDocumentType Modifier and Type Method Description SolrDocumentType
ObjectFactory. createSolrDocumentType()
Create an instance ofSolrDocumentType
SolrDocumentType
SolrDocumentType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SolrDocumentType
SolrDocumentType. withField(SolrDocumentType.Field... values)
SolrDocumentType
SolrDocumentType. withField(Collection<SolrDocumentType.Field> values)
Methods in com.vidispine.generated that return types with arguments of type SolrDocumentType Modifier and Type Method Description javax.xml.bind.JAXBElement<SolrDocumentType>
ObjectFactory. createDoc(SolrDocumentType value)
List<SolrDocumentType>
SolrAddType. getDoc()
Gets the value of the doc property.Methods in com.vidispine.generated with parameters of type SolrDocumentType Modifier and Type Method Description javax.xml.bind.JAXBElement<SolrDocumentType>
ObjectFactory. createDoc(SolrDocumentType value)
SolrAddType
SolrAddType. withDoc(SolrDocumentType... values)
Method parameters in com.vidispine.generated with type arguments of type SolrDocumentType Modifier and Type Method Description SolrAddType
SolrAddType. withDoc(Collection<SolrDocumentType> values)
-