Uses of Class
com.logicaldoc.webservice.model.WSAttributeOption
Package
Description
-
Uses of WSAttributeOption in com.logicaldoc.webservice.rest
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionRestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions()
Modifier and TypeMethodDescriptionvoid
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) void
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions
(WSAttributeOption[] options) -
Uses of WSAttributeOption in com.logicaldoc.webservice.soap
Modifier and TypeMethodDescriptionDocumentMetadataService.getAttributeOptionsByCategory
(String sid, long setId, String attribute, String category) Retrieves the options for the given attribute inside a given categoryModifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionSoapDocumentMetadataClient.getAttributeOptionsByCategory
(String sid, long setId, String attribute, String category) Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionSoapDocumentMetadataService.getAttributeOptionsByCategory
(String sid, long setId, String attribute, String category) Modifier and TypeMethodDescriptionvoid
SoapDocumentMetadataService.addAttributeOption
(String sid, long setId, String attribute, WSAttributeOption wsoption) void
SoapDocumentMetadataService.setAttributeOptions
(String sid, long setId, String attribute, WSAttributeOption[] wsOptions)