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