Uses of Class
com.logicaldoc.webservice.model.WSAttributeOption
-
-
Uses of WSAttributeOption in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest with parameters of type WSAttributeOption Modifier and Type Method Description void
DocumentMetadataService. addAttributeOption(long setId, String attribute, WSAttributeOption option)
Add a new option for the given attributevoid
DocumentMetadataService. setAttributeOptions(long setId, String attribute, WSAttributeOption[] options)
Saves the options for the given attributevoid
DocumentMetadataService. setAttributeOptionsPOST(Long setId, String attribute, WSAttributeOption[] options)
Saves the options for the given attribute with a POST method. -
Uses of WSAttributeOption in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client with parameters of type WSAttributeOption Modifier and Type Method Description void
RestDocumentMetadataClient. setAttributeOptions(long setId, String attribute, WSAttributeOption[] options)
void
RestDocumentMetadataClient. setAttributeOptionsPOST(long setId, String attribute, WSAttributeOption[] options)
-
Uses of WSAttributeOption in com.logicaldoc.webservice.rest.endpoint
Fields in com.logicaldoc.webservice.rest.endpoint declared as WSAttributeOption Modifier and Type Field Description WSAttributeOption[]
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest. options
Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSAttributeOption Modifier and Type Method Description void
RestDocumentMetadataService. addAttributeOption(long setId, String attribute, WSAttributeOption option)
void
RestDocumentMetadataService. setAttributeOptions(long setId, String attribute, WSAttributeOption[] options)
void
RestDocumentMetadataService. setAttributeOptionsPOST(Long setId, String attribute, WSAttributeOption[] options)
-
Uses of WSAttributeOption in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSAttributeOption Modifier and Type Method Description WSAttributeOption[]
DocumentMetadataService. getAttributeOptionsByCategory(String sid, long setId, String attribute, String category)
Retrieves the options for the given attribute inside a given categoryMethods in com.logicaldoc.webservice.soap with parameters of type WSAttributeOption Modifier and Type Method Description void
DocumentMetadataService. addAttributeOption(String sid, long setId, String attribute, WSAttributeOption option)
Add a new option for the given attributevoid
DocumentMetadataService. setAttributeOptions(String sid, long setId, String attribute, WSAttributeOption[] options)
Saves the options for the given attribute -
Uses of WSAttributeOption in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSAttributeOption Modifier and Type Method Description WSAttributeOption[]
SoapDocumentMetadataClient. getAttributeOptionsByCategory(String sid, long setId, String attribute, String category)
Methods in com.logicaldoc.webservice.soap.client with parameters of type WSAttributeOption Modifier and Type Method Description void
SoapDocumentMetadataClient. addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption)
void
SoapDocumentMetadataClient. setAttributeOptions(String sid, long setId, String attribute, WSAttributeOption[] options)
-
Uses of WSAttributeOption in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSAttributeOption Modifier and Type Method Description WSAttributeOption[]
SoapDocumentMetadataService. getAttributeOptionsByCategory(String sid, long setId, String attribute, String category)
Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSAttributeOption Modifier and Type Method Description void
SoapDocumentMetadataService. addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption)
void
SoapDocumentMetadataService. setAttributeOptions(String sid, long setId, String attribute, WSAttributeOption[] wsOptions)
-