Uses of Class
com.logicaldoc.webservice.model.WSAttributeOption
Packages that use WSAttributeOption
Package
Description
-
Uses of WSAttributeOption in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return types with arguments of type WSAttributeOptionModifier and TypeMethodDescriptionDocumentMetadataService.getAttributeOptionsByCategory(long setId, String attribute, String category) Retrieves the options for the given attribute inside a given categoryMethods in com.logicaldoc.webservice.rest with parameters of type WSAttributeOptionModifier and TypeMethodDescriptionvoidDocumentMetadataService.addAttributeOption(long setId, String attribute, WSAttributeOption option) Add a new option for the given attributeMethod parameters in com.logicaldoc.webservice.rest with type arguments of type WSAttributeOptionModifier and TypeMethodDescriptionvoidDocumentMetadataService.setAttributeOptions(long setId, String attribute, List<WSAttributeOption> options) Saves the options for the given attributevoidDocumentMetadataService.setAttributeOptionsPOST(Long setId, String attribute, List<WSAttributeOption> options) Saves the options for the given attribute with a POST method. -
Uses of WSAttributeOption in com.logicaldoc.webservice.rest.client
Method parameters in com.logicaldoc.webservice.rest.client with type arguments of type WSAttributeOptionModifier and TypeMethodDescriptionvoidRestDocumentMetadataClient.setAttributeOptions(long setId, String attribute, List<WSAttributeOption> options) voidRestDocumentMetadataClient.setAttributeOptionsPOST(long setId, String attribute, List<WSAttributeOption> options) -
Uses of WSAttributeOption in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return types with arguments of type WSAttributeOptionModifier and TypeMethodDescriptionRestDocumentMetadataService.getAttributeOptionsByCategory(long setId, String attribute, String category) RestDocumentMetadataService.SetAttributeOptionsMultipartRequest.getOptions()Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSAttributeOptionModifier and TypeMethodDescriptionvoidRestDocumentMetadataService.addAttributeOption(long setId, String attribute, WSAttributeOption option) Method parameters in com.logicaldoc.webservice.rest.endpoint with type arguments of type WSAttributeOptionModifier and TypeMethodDescriptionvoidRestDocumentMetadataService.setAttributeOptions(long setId, String attribute, List<WSAttributeOption> options) voidRestDocumentMetadataService.setAttributeOptionsPOST(Long setId, String attribute, List<WSAttributeOption> options) voidRestDocumentMetadataService.SetAttributeOptionsMultipartRequest.setOptions(List<WSAttributeOption> options) -
Uses of WSAttributeOption in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return types with arguments of type WSAttributeOptionModifier and TypeMethodDescriptionDocumentMetadataService.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 WSAttributeOptionModifier and TypeMethodDescriptionvoidDocumentMetadataService.addAttributeOption(String sid, long setId, String attribute, WSAttributeOption option) Add a new option for the given attributeMethod parameters in com.logicaldoc.webservice.soap with type arguments of type WSAttributeOptionModifier and TypeMethodDescriptionvoidDocumentMetadataService.setAttributeOptions(String sid, long setId, String attribute, List<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 types with arguments of type WSAttributeOptionModifier and TypeMethodDescriptionSoapDocumentMetadataClient.getAttributeOptionsByCategory(String sid, long setId, String attribute, String category) Methods in com.logicaldoc.webservice.soap.client with parameters of type WSAttributeOptionModifier and TypeMethodDescriptionvoidSoapDocumentMetadataClient.addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption) Method parameters in com.logicaldoc.webservice.soap.client with type arguments of type WSAttributeOptionModifier and TypeMethodDescriptionvoidSoapDocumentMetadataClient.setAttributeOptions(String sid, long setId, String attribute, List<WSAttributeOption> options) -
Uses of WSAttributeOption in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return types with arguments of type WSAttributeOptionModifier and TypeMethodDescriptionSoapDocumentMetadataService.getAttributeOptionsByCategory(String sid, long setId, String attribute, String category) Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSAttributeOptionModifier and TypeMethodDescriptionvoidSoapDocumentMetadataService.addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption) Method parameters in com.logicaldoc.webservice.soap.endpoint with type arguments of type WSAttributeOptionModifier and TypeMethodDescriptionvoidSoapDocumentMetadataService.setAttributeOptions(String sid, long setId, String attribute, List<WSAttributeOption> wsOptions)