Uses of Class
com.logicaldoc.webservice.model.WSAttributeSet
-
Packages that use WSAttributeSet Package Description com.logicaldoc.webservice.model com.logicaldoc.webservice.soap com.logicaldoc.webservice.soap.client com.logicaldoc.webservice.soap.endpoint -
-
Uses of WSAttributeSet in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSAttributeSet Modifier and Type Method Description static WSAttributeSet
WSUtil. toWSAttributeSet(AttributeSet attributeSet)
Methods in com.logicaldoc.webservice.model with parameters of type WSAttributeSet Modifier and Type Method Description static AttributeSet
WSUtil. toAttributeSet(WSAttributeSet wsSet)
-
Uses of WSAttributeSet in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSAttributeSet Modifier and Type Method Description WSAttributeSet
DocumentMetadataService. getAttributeSet(String sid, String name)
Gets attribute set's metadataWSAttributeSet
DocumentMetadataService. getAttributeSetById(String sid, long setId)
Gets attribute set's metadataWSAttributeSet[]
DocumentMetadataService. listAttributeSets(String sid)
Gets metadata of all existing attribute sets.Methods in com.logicaldoc.webservice.soap with parameters of type WSAttributeSet Modifier and Type Method Description long
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 WSAttributeSet Modifier and Type Method Description WSAttributeSet
SoapDocumentMetadataClient. getAttributeSet(String sid, String name)
WSAttributeSet
SoapDocumentMetadataClient. getAttributeSetById(String sid, long setId)
WSAttributeSet[]
SoapDocumentMetadataClient. listAttributeSets(String sid)
Methods in com.logicaldoc.webservice.soap.client with parameters of type WSAttributeSet Modifier and Type Method Description long
SoapDocumentMetadataClient. storeAttributeSet(String sid, WSAttributeSet attributeSet)
-
Uses of WSAttributeSet in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSAttributeSet Modifier and Type Method Description WSAttributeSet
SoapDocumentMetadataService. getAttributeSet(String sid, String name)
WSAttributeSet
SoapDocumentMetadataService. getAttributeSetById(String sid, long setId)
WSAttributeSet[]
SoapDocumentMetadataService. listAttributeSets(String sid)
Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSAttributeSet Modifier and Type Method Description long
SoapDocumentMetadataService. storeAttributeSet(String sid, WSAttributeSet attributeSet)
-