Uses of Class
com.logicaldoc.webservice.model.WSAttribute
Packages that use WSAttribute
-
Uses of WSAttribute in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSAttributeModifier and TypeMethodDescriptionWSAttributeSet.getAttribute(String name) WSDocument.getAttribute(String name) WSTemplate.getAttribute(String name) WSAttributeSet.getAttributes()WSDocument.getAttributes()WSFolder.getAttributes()WSTemplate.getAttributes()Methods in com.logicaldoc.webservice.model with parameters of type WSAttributeModifier and TypeMethodDescriptionvoidWSAttributeSet.addAttribute(WSAttribute att) voidWSDocument.addAttribute(WSAttribute att) voidWSFolder.addAttribute(WSAttribute att) voidWSTemplate.addAttribute(WSAttribute att) static ObjectWSAttribute.getValue(WSAttribute attribute) Gets the attribute value.voidWSAttributeSet.setAttributes(WSAttribute[] attributes) voidWSDocument.setAttributes(WSAttribute[] attributes) voidWSFolder.setAttributes(WSAttribute[] attributes) voidWSTemplate.setAttributes(WSAttribute[] attributes) static voidWSAttribute.setValue(WSAttribute attribute, Object value) Sets the attribute value.