Uses of Class
com.logicaldoc.webservice.model.WSDocument
-
-
Uses of WSDocument in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSDocument Modifier and Type Method Description WSDocument[]
WSSearchResult. getHits()
static WSDocument
WSUtil. toWSDocument(AbstractDocument document)
Methods in com.logicaldoc.webservice.model with parameters of type WSDocument Modifier and Type Method Description void
WSSearchResult. setHits(WSDocument[] hits)
static Document
WSUtil. toDocument(WSDocument wsDoc)
-
Uses of WSDocument in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSDocument Modifier and Type Method Description WSDocument
DocumentService. createAlias(long docId, long folderId, String type)
Creates a new document alias for the given document inside a specified folderWSDocument[]
SearchService. findByFilename(String filename)
Finds authorized documents for the current user the given filename (like operator is used)WSDocument[]
TagService. findDocumentsByTag(String tag)
Finds authorized documents for the current user having a specified tagWSDocument[]
DocumentService. getAliases(long docId)
Gets the aliases of the given documentWSDocument
DocumentService. getDocument(long docId)
WSDocument
DocumentService. getDocumentByCustomId(String customId)
Gets document metadata of an existing document with the given custom identifierWSDocument[]
DocumentService. getDocuments(Long[] docIds)
Gets document metadata of a collection of existing documents with the given identifiersWSDocument[]
DocumentService. getRecentDocuments(Integer maxHits)
Lists of last modified documents of the current sessionWSDocument[]
DocumentService. getVersions(long docId)
Gets the version history of an existing document with the given identifierWSDocument[]
DocumentService. list(long folderId)
WSDocument[]
DocumentService. listDocuments(long folderId, String fileName)
Methods in com.logicaldoc.webservice.rest with parameters of type WSDocument Modifier and Type Method Description void
DocumentService. update(WSDocument document)
Updates an existing document with the value object containing the document's metadata. -
Uses of WSDocument in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSDocument Modifier and Type Method Description WSDocument
RestDocumentClient. create(WSDocument document, File packageFile)
WSDocument
RestDocumentClient. create(WSDocument document, javax.activation.DataHandler dataHandler)
WSDocument[]
RestTagClient. findDocumentsByTag(String tag)
WSDocument
RestDocumentClient. getDocument(long docId)
WSDocument[]
RestDocumentClient. list(long folderId)
WSDocument[]
RestDocumentClient. listDocuments(long folderId, String fileName)
Methods in com.logicaldoc.webservice.rest.client with parameters of type WSDocument Modifier and Type Method Description WSDocument
RestDocumentClient. create(WSDocument document, File packageFile)
WSDocument
RestDocumentClient. create(WSDocument document, javax.activation.DataHandler dataHandler)
void
RestDocumentClient. update(WSDocument document)
-
Uses of WSDocument in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSDocument Modifier and Type Method Description WSDocument
RestDocumentService. createAlias(long docId, long folderId, String type)
WSDocument[]
RestSearchService. findByFilename(String filename)
WSDocument[]
RestTagService. findDocumentsByTag(String tag)
WSDocument[]
RestDocumentService. getAliases(long docId)
WSDocument
RestDocumentService. getDocument(long docId)
WSDocument
RestDocumentService. getDocumentByCustomId(String customId)
WSDocument[]
RestDocumentService. getDocuments(Long[] docIds)
WSDocument[]
RestDocumentService. getRecentDocuments(Integer maxHits)
WSDocument[]
RestDocumentService. getVersions(long docId)
WSDocument[]
RestDocumentService. list(long folderId)
WSDocument[]
RestDocumentService. listDocuments(long folderId, String fileName)
Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSDocument Modifier and Type Method Description void
RestDocumentService. update(WSDocument document)
-
Uses of WSDocument in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSDocument Modifier and Type Method Description WSDocument
DocumentService. create(String sid, WSDocument document, javax.activation.DataHandler content)
Create a new document.WSDocument
DocumentService. createAlias(String sid, long docId, long folderId, String type)
Creates a new document alias for the given document inside a specified folderWSDocument[]
SearchService. findByFilename(String sid, String filename)
Finds authorized documents for the current user the given filename (like operator is used)WSDocument[]
TagService. findDocumentsByTag(String sid, String tag)
Finds authorized documents for the current user having a specified tagWSDocument[]
DocumentService. getAliases(String sid, long docId)
Gets the aliases of the given documentWSDocument
DocumentService. getDocument(String sid, long docId)
Gets the metadata of an existing document with the given identifierWSDocument
DocumentService. getDocumentByCustomId(String sid, String customId)
Gets document metadata of an existing document with the given custom identifierWSDocument[]
DocumentService. getDocuments(String sid, Long[] docIds)
Gets document metadata of a collection of existing documents with the given identifiersWSDocument[]
DocumentService. getRecentDocuments(String sid, Integer maxHits)
Lists of last modified documents of the current session.WSDocument[]
DocumentService. getVersions(String sid, long docId)
Gets the version history of an existing document with the given identifierWSDocument[]
DocumentService. listDocuments(String sid, long folderId, String fileName)
Gets a document in a specific folderMethods in com.logicaldoc.webservice.soap with parameters of type WSDocument Modifier and Type Method Description void
DocumentService. checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content)
Checks in an existing document with the given identifier to create a new version.WSDocument
DocumentService. create(String sid, WSDocument document, javax.activation.DataHandler content)
Create a new document.void
DocumentService. update(String sid, WSDocument document)
Updates an existing document with the value object containing the document's metadata -
Uses of WSDocument in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSDocument Modifier and Type Method Description WSDocument
SoapDocumentClient. create(String sid, WSDocument document, File content)
WSDocument
SoapDocumentClient. create(String sid, WSDocument document, javax.activation.DataHandler content)
WSDocument
SoapDocumentClient. createAlias(String sid, long docId, long folderId, String type)
WSDocument[]
SoapSearchClient. findByFilename(String sid, String filename)
WSDocument[]
SoapTagClient. findDocumentsByTag(String sid, String tag)
WSDocument[]
SoapDocumentClient. getAliases(String sid, long docId)
WSDocument
SoapDocumentClient. getDocument(String sid, long docId)
WSDocument
SoapDocumentClient. getDocumentByCustomId(String sid, String customId)
WSDocument[]
SoapDocumentClient. getDocuments(String sid, Long[] docIds)
WSDocument[]
SoapDocumentClient. getRecentDocuments(String sid, Integer max)
WSDocument[]
SoapDocumentClient. getVersions(String sid, long docId)
WSDocument[]
SoapDocumentClient. listDocuments(String sid, long folderId, String fileName)
Methods in com.logicaldoc.webservice.soap.client with parameters of type WSDocument Modifier and Type Method Description void
SoapDocumentClient. checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, File content)
void
SoapDocumentClient. checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content)
WSDocument
SoapDocumentClient. create(String sid, WSDocument document, File content)
WSDocument
SoapDocumentClient. create(String sid, WSDocument document, javax.activation.DataHandler content)
void
SoapDocumentClient. update(String sid, WSDocument document)
-
Uses of WSDocument in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSDocument Modifier and Type Method Description WSDocument
SoapDocumentService. create(String sid, WSDocument document, InputStream content)
WSDocument
SoapDocumentService. create(String sid, WSDocument document, javax.activation.DataHandler content)
WSDocument
SoapDocumentService. createAlias(String sid, long docId, long folderId, String type)
WSDocument[]
SoapSearchService. findByFilename(String sid, String filename)
WSDocument[]
SoapTagService. findDocumentsByTag(String sid, String tag)
WSDocument[]
SoapDocumentService. getAliases(String sid, long docId)
WSDocument
SoapDocumentService. getDocument(String sid, long docId)
WSDocument
SoapDocumentService. getDocumentByCustomId(String sid, String customId)
WSDocument[]
SoapDocumentService. getDocuments(String sid, Long[] docIds)
WSDocument[]
SoapDocumentService. getRecentDocuments(String sid, Integer max)
WSDocument[]
SoapDocumentService. getVersions(String sid, long docId)
WSDocument[]
SoapDocumentService. listDocuments(String sid, long folderId, String fileName)
Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSDocument Modifier and Type Method Description void
SoapDocumentService. checkin(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content)
void
SoapDocumentService. checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content)
void
SoapDocumentService. checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content)
WSDocument
SoapDocumentService. create(String sid, WSDocument document, InputStream content)
WSDocument
SoapDocumentService. create(String sid, WSDocument document, javax.activation.DataHandler content)
void
SoapDocumentService. update(String sid, WSDocument document)
-