Uses of Class
com.logicaldoc.webservice.model.WSAttributeSet
-
-
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.rest
Methods in com.logicaldoc.webservice.rest that return WSAttributeSet Modifier and Type Method Description WSAttributeSet
DocumentMetadataService. getAttributeSet(String name)
Gets attribute set's metadataWSAttributeSet
DocumentMetadataService. getAttributeSetById(long setId)
Gets attribute set's metadataWSAttributeSet[]
DocumentMetadataService. listAttributeSets()
Gets metadata of all existing attribute sets.Methods in com.logicaldoc.webservice.rest with parameters of type WSAttributeSet Modifier and Type Method Description long
DocumentMetadataService. storeAttributeSet(WSAttributeSet attributeSet)
Create/Update an attribute set. -
Uses of WSAttributeSet in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSAttributeSet Modifier and Type Method Description WSAttributeSet
RestDocumentMetadataService. getAttributeSet(String name)
WSAttributeSet
RestDocumentMetadataService. getAttributeSetById(long setId)
WSAttributeSet[]
RestDocumentMetadataService. listAttributeSets()
Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSAttributeSet Modifier and Type Method Description long
RestDocumentMetadataService. storeAttributeSet(WSAttributeSet attributeSet)
-
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)
-