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 WSAttributeSetWSUtil. toWSAttributeSet(AttributeSet attributeSet)Methods in com.logicaldoc.webservice.model with parameters of type WSAttributeSet Modifier and Type Method Description static AttributeSetWSUtil. 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 WSAttributeSetDocumentMetadataService. getAttributeSet(String name)Gets attribute set's metadataWSAttributeSetDocumentMetadataService. 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 longDocumentMetadataService. 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 WSAttributeSet Modifier and Type Method Description WSAttributeSetRestDocumentMetadataClient. getAttributeSet(String name)WSAttributeSetRestDocumentMetadataClient. getAttributeSetById(long setId)WSAttributeSet[]RestDocumentMetadataClient. listAttributeSets()Methods in com.logicaldoc.webservice.rest.client with parameters of type WSAttributeSet Modifier and Type Method Description longRestDocumentMetadataClient. storeAttributeSet(WSAttributeSet attributeSet) -
Uses of WSAttributeSet in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSAttributeSet Modifier and Type Method Description WSAttributeSetRestDocumentMetadataService. getAttributeSet(String name)WSAttributeSetRestDocumentMetadataService. getAttributeSetById(long setId)WSAttributeSet[]RestDocumentMetadataService. listAttributeSets()Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSAttributeSet Modifier and Type Method Description longRestDocumentMetadataService. 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 WSAttributeSetDocumentMetadataService. getAttributeSet(String sid, String name)Gets attribute set's metadataWSAttributeSetDocumentMetadataService. 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 longDocumentMetadataService. 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 WSAttributeSetSoapDocumentMetadataClient. getAttributeSet(String sid, String name)WSAttributeSetSoapDocumentMetadataClient. 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 longSoapDocumentMetadataClient. 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 WSAttributeSetSoapDocumentMetadataService. getAttributeSet(String sid, String name)WSAttributeSetSoapDocumentMetadataService. 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 longSoapDocumentMetadataService. storeAttributeSet(String sid, WSAttributeSet attributeSet)
-