Uses of Class
com.saperion.ngc.exception.DocumentAccessException
Packages that use DocumentAccessException
-
Uses of DocumentAccessException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw DocumentAccessExceptionModifier and TypeMethodDescriptionvoid
DocClassicConnectorService.checkoutDocument
(DocumentId id) Checkout a document.void
DocClassicConnectorService.checkoutDocument
(DocumentId id, boolean withShareBase, int[] shareBaseDocIds) Checkout a document.void
DocumentService.checkoutDocument
(DocumentId id) Checkout a document.void
DocumentService.checkoutDocument
(DocumentId id, boolean withShareBase, int[] shareBaseDocIds) Checkout a document.final boolean
DocClassicConnectorService.deleteDocument
(DocumentId id) Delete a document.boolean
DocClassicConnectorService.deleteDocument
(DocumentId id, boolean finalDelete) Delete a document.boolean
DocumentService.deleteDocument
(DocumentId id) Delete a document.boolean
DocumentService.deleteDocument
(DocumentId id, boolean finalDelete) Delete a document.void
DocClassicConnectorService.discardCheckout
(DocumentId id) Discards checkout of a document.void
DocumentService.discardCheckout
(DocumentId id) Discards checkout of a document.void
DocClassicConnectorService.releaseDocument
(DocumentId id, String comment) Release a document.void
DocumentService.releaseDocument
(DocumentId id, String comment) Release a document.final void
DocClassicConnectorService.removeIXOSAnno
(DocumentId docId) Remove the IXOS annotation from content list.void
DocumentService.removeIXOSAnno
(DocumentId docId) Remove the IXOS annotation from content list.DocClassicConnectorService.updateDocument
(DocumentId docId, DataToUpdate data, UpdateSettings settings) Updates the document identfied by docId using the specified data and settings.final com.saperion.intf.SaSaveInfo
DocClassicConnectorService.updateDocument
(List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.final com.saperion.intf.SaSaveInfo
DocClassicConnectorService.updateDocument
(Properties properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.DocumentService.updateDocument
(DocumentId docId, DataToUpdate data, UpdateSettings settings) Updates the document identfied by docId using the specified data and settings.com.saperion.intf.SaSaveInfo
DocumentService.updateDocument
(List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.com.saperion.intf.SaSaveInfo
DocumentService.updateDocument
(Properties properties, com.saperion.bean.ContentStream[] content, String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage) Deprecated.
DocClassicConnectorService.updateDocument(DocumentId, DataToUpdate, UpdateSettings)
instead