Uses of Class
com.logicaldoc.webservice.model.WSAttributeSet
Packages that use WSAttributeSet
Package
Description
-
Uses of WSAttributeSet in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSAttributeSetModifier and TypeMethodDescriptionstatic WSAttributeSet
WSUtil.toWSAttributeSet
(AttributeSet attributeSet) Methods in com.logicaldoc.webservice.model with parameters of type WSAttributeSetModifier and TypeMethodDescriptionstatic AttributeSet
WSUtil.toAttributeSet
(WSAttributeSet wsSet) -
Uses of WSAttributeSet in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSAttributeSetModifier and TypeMethodDescriptionDocumentMetadataService.getAttributeSet
(String name) Gets attribute set's metadataDocumentMetadataService.getAttributeSetById
(long setId) Gets attribute set's metadataMethods in com.logicaldoc.webservice.rest that return types with arguments of type WSAttributeSetModifier and TypeMethodDescriptionDocumentMetadataService.listAttributeSets()
Gets metadata of all existing attribute sets.Methods in com.logicaldoc.webservice.rest with parameters of type WSAttributeSetModifier and TypeMethodDescriptionlong
DocumentMetadataService.storeAttributeSet
(WSAttributeSet attributeSet) Create/Update an attribute set. -
Uses of WSAttributeSet in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSAttributeSetModifier and TypeMethodDescriptionRestDocumentMetadataClient.getAttributeSet
(String name) RestDocumentMetadataClient.getAttributeSetById
(long setId) Methods in com.logicaldoc.webservice.rest.client that return types with arguments of type WSAttributeSetMethods in com.logicaldoc.webservice.rest.client with parameters of type WSAttributeSetModifier and TypeMethodDescriptionlong
RestDocumentMetadataClient.storeAttributeSet
(WSAttributeSet attributeSet) -
Uses of WSAttributeSet in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSAttributeSetModifier and TypeMethodDescriptionRestDocumentMetadataService.getAttributeSet
(String name) RestDocumentMetadataService.getAttributeSetById
(long setId) Methods in com.logicaldoc.webservice.rest.endpoint that return types with arguments of type WSAttributeSetMethods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSAttributeSetModifier and TypeMethodDescriptionlong
RestDocumentMetadataService.storeAttributeSet
(WSAttributeSet attributeSet) -
Uses of WSAttributeSet in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSAttributeSetModifier and TypeMethodDescriptionDocumentMetadataService.getAttributeSet
(String sid, String name) Gets attribute set's metadataDocumentMetadataService.getAttributeSetById
(String sid, long setId) Gets attribute set's metadataMethods in com.logicaldoc.webservice.soap that return types with arguments of type WSAttributeSetModifier and TypeMethodDescriptionDocumentMetadataService.listAttributeSets
(String sid) Gets metadata of all existing attribute sets.Methods in com.logicaldoc.webservice.soap with parameters of type WSAttributeSetModifier and TypeMethodDescriptionlong
DocumentMetadataService.storeAttributeSet
(String sid, WSAttributeSet attributeSet) Create/Update an attribute set. -
Uses of WSAttributeSet in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSAttributeSetModifier and TypeMethodDescriptionSoapDocumentMetadataClient.getAttributeSet
(String sid, String name) SoapDocumentMetadataClient.getAttributeSetById
(String sid, long setId) Methods in com.logicaldoc.webservice.soap.client that return types with arguments of type WSAttributeSetMethods in com.logicaldoc.webservice.soap.client with parameters of type WSAttributeSetModifier and TypeMethodDescriptionlong
SoapDocumentMetadataClient.storeAttributeSet
(String sid, WSAttributeSet attributeSet) -
Uses of WSAttributeSet in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSAttributeSetModifier and TypeMethodDescriptionSoapDocumentMetadataService.getAttributeSet
(String sid, String name) SoapDocumentMetadataService.getAttributeSetById
(String sid, long setId) Methods in com.logicaldoc.webservice.soap.endpoint that return types with arguments of type WSAttributeSetMethods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSAttributeSetModifier and TypeMethodDescriptionlong
SoapDocumentMetadataService.storeAttributeSet
(String sid, WSAttributeSet wsAttributeSet)