Uses of Class
org.nuxeo.ecm.core.api.NuxeoException
Package
Description
API for the ConversionService.
Exceptions thrown during certificate generation and signing.
-
Uses of NuxeoException in org.nuxeo.binary.metadata.api
-
Uses of NuxeoException in org.nuxeo.drive.adapter
Modifier and TypeClassDescriptionclass
Exception raised when no contributions to theFileSystemItemAdapterService
are found or the component is not ready, ie. application has not started yet.class
Exception raised when recursive factory calls failed to find the ancestry to a the top level folder. -
Uses of NuxeoException in org.nuxeo.drive.service
Modifier and TypeClassDescriptionclass
Exception thrown byFileSystemChangeFinder
when too many document changes are found in the audit logs. -
Uses of NuxeoException in org.nuxeo.ecm.core.api
Modifier and TypeClassDescriptionclass
An exception thrown if a concurrent update was detected.class
Exception thrown when a method tries to create a document that already exists through copy or move, or when trying to delete the target of a proxy.class
Exception thrown when a document is not found.class
Exception thrown when access to a document is denied.class
Exception thrown when an attempt is made to follow an incorrect lifecycle transition or to create a document with an incorrect initial lifecycle stateclass
Exception thrown when failing to lock or unlock a document.class
Base exception thrown when there is a problem accessing a property.class
Exception that can be handled at UI level to display a dedicated user messageModifier and TypeMethodDescriptionAdds information to this exception, to be returned with the message. -
Uses of NuxeoException in org.nuxeo.ecm.core.api.model
Modifier and TypeClassDescriptionclass
Indicates a blob is missing.class
Exception thrown when setting an illegal property value.class
Exception thrown when trying to convert a property value to an incompatible type during read or write.class
Exception indicating a property not found.class
Exception thrown when attempting to write to a read-only property.class
Exception indicating that a version cannot be modified. -
Uses of NuxeoException in org.nuxeo.ecm.core.api.validation
Modifier and TypeClassDescriptionclass
Exception thrown when some process failed due toValidationViolation
. -
Uses of NuxeoException in org.nuxeo.ecm.core.convert.api
Modifier and TypeClassDescriptionclass
Base exception raised by theConversionService
.class
class
Exception thrown when selected converter is not registered. -
Uses of NuxeoException in org.nuxeo.ecm.core.io.registry
Modifier and TypeClassDescriptionclass
Exception thrown by theMarshallerRegistry
and allMarshaller
s. -
Uses of NuxeoException in org.nuxeo.ecm.core.query
-
Uses of NuxeoException in org.nuxeo.ecm.core.storage.mongodb
Modifier and TypeMethodDescriptionprotected NuxeoException
MongoDBConnection.newQueryException
(String message, com.mongodb.MongoException cause, org.bson.conversions.Bson filter) protected NuxeoException
MongoDBConnection.newQueryFailure
(com.mongodb.MongoException cause, org.bson.conversions.Bson filter) protected NuxeoException
MongoDBConnection.newQueryTimeout
(com.mongodb.MongoException cause, org.bson.conversions.Bson filter) protected NuxeoException
MongoDBConnection.newQueryTimeoutClient
(com.mongodb.MongoException cause, org.bson.conversions.Bson filter) -
Uses of NuxeoException in org.nuxeo.ecm.core.transientstore.api
-
Uses of NuxeoException in org.nuxeo.ecm.directory
Modifier and TypeClassDescriptionclass
Exception thrown when attempting to delete a directory entry which has constraints preventing the deletion.class
Specific exception thrown when a directory entry is not foundclass
Exception thrown when dealing with a Directory.class
Exception thrown when access to a directory is denied.class
Exception thrown when an operation is not allowed on a given directory entry.class
-
Uses of NuxeoException in org.nuxeo.ecm.directory.memory
-
Uses of NuxeoException in org.nuxeo.ecm.platform.audit.api.query
-
Uses of NuxeoException in org.nuxeo.ecm.platform.comment.api.exceptions
-
Uses of NuxeoException in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeMethodDescriptionvoid
CommentManagerImpl.deleteExternalComment
(CoreSession session, String documentId, String entityId) Deprecated.CommentManagerImpl.getExternalComment
(CoreSession session, String documentId, String entityId) Deprecated.CommentManagerImpl.updateComment
(CoreSession session, String commentId, Comment comment) Deprecated.CommentManagerImpl.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Deprecated. -
Uses of NuxeoException in org.nuxeo.ecm.platform.mimetype
Modifier and TypeClassDescriptionclass
Exception raised when an unexpected exception occur during mimetype sniffing.class
Exception raised when no matching mimetype entry can be found / guessed by the service. -
Uses of NuxeoException in org.nuxeo.ecm.platform.oauth2
-
Uses of NuxeoException in org.nuxeo.ecm.platform.pdf
Modifier and TypeMethodDescriptionPDFPageNumbering.addPageNumbers
(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition) Adds page numbers and returns a new Blob.PDFPageExtractor.extract
(int inStartPage, int inEndPage, String inFileName, String inTitle, String inSubject, String inAuthor) Return a Blob built from pageinStartPage
toinEndPage
(inclusive).PDFTextExtractor.getAllExtractedLines()
PDFPageExtractor.getPagesAsImages
(String inFileName) static org.apache.pdfbox.pdmodel.PDDocument
This is just a shortcut.void
PDFInfo.run()
After building the object with the correct constructor, and after possibly having set some parsing property (setParseWithXMP()
, for example), this method will extract the information from the PDF.void
PDFEncryption.setKeyLength
(int keyLength) Set the lentgh of the key to be used for encryption. -
Uses of NuxeoException in org.nuxeo.ecm.platform.pdf.operations
Modifier and TypeMethodDescriptionprotected Blob
protected Blob
PDFMergeDocumentsOperation.run
(DocumentModel inDoc) PDFMergeDocumentsOperation.run
(DocumentModelList inDocs) -
Uses of NuxeoException in org.nuxeo.ecm.platform.preview.api
Modifier and TypeClassDescriptionclass
Preview exception.class
Preview exception. -
Uses of NuxeoException in org.nuxeo.ecm.platform.relations.api.exceptions
-
Uses of NuxeoException in org.nuxeo.ecm.platform.routing.api.exception
Modifier and TypeClassDescriptionclass
class
Basic document routing exception.class
-
Uses of NuxeoException in org.nuxeo.ecm.platform.search.core
-
Uses of NuxeoException in org.nuxeo.ecm.platform.signature.api.exception
Modifier and TypeClassDescriptionclass
class
An exception indicating certificate or key generation related problemsclass
A generic exception indicating signature generation problems -
Uses of NuxeoException in org.nuxeo.ecm.platform.usermanager.exceptions
Modifier and TypeClassDescriptionclass
class
Exception thrown when a password did not validate theUserManager.validatePassword(java.lang.String)
method.class
-
Uses of NuxeoException in org.nuxeo.ecm.platform.video.tools.operations
-
Uses of NuxeoException in org.nuxeo.ecm.quota.size
Modifier and TypeClassDescriptionclass
Exception throws by theDocumentsSizeUpdater
to enforce Quotas in case a transaction tries to add too much Blobs -
Uses of NuxeoException in org.nuxeo.ecm.tokenauth
Modifier and TypeClassDescriptionclass
Exception thrown when an error occurs in theTokenAuthenticationService
. -
Uses of NuxeoException in org.nuxeo.ecm.user.invite
Modifier and TypeClassDescriptionclass
class
-
Uses of NuxeoException in org.nuxeo.ecm.webengine.app
Modifier and TypeMethodDescriptionlong
JsonNuxeoExceptionWriter.getSize
(NuxeoException arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4) static void
JsonWebengineWriter.writeException
(com.fasterxml.jackson.core.JsonGenerator jg, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType) static void
JsonWebengineWriter.writeException
(OutputStream out, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType) void
JsonNuxeoExceptionWriter.writeTo
(NuxeoException nuxeoException, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> arg5, OutputStream outputStream) -
Uses of NuxeoException in org.nuxeo.ecm.webengine.model.exceptions
Modifier and TypeClassDescriptionclass
A query / form parameter was expected but not found or has invalid value.class
class
class
-
Uses of NuxeoException in org.nuxeo.mail
Modifier and TypeClassDescriptionclass
Identifies NuxeoExceptions related toMailMessage
sending. -
Uses of NuxeoException in org.nuxeo.scim.server.mapper
Modifier and TypeMethodDescriptionAbstractMapper.createGroupModelFromGroupResource
(com.unboundid.scim.data.GroupResource group) abstract DocumentModel
AbstractMapper.createNuxeoUserFromUserResource
(com.unboundid.scim.data.UserResource user) ConfigurableUserMapper.createNuxeoUserFromUserResource
(com.unboundid.scim.data.UserResource user) StaticUserMapper.createNuxeoUserFromUserResource
(com.unboundid.scim.data.UserResource user) protected void
AbstractMapper.updateGroupModel
(DocumentModel userModel, com.unboundid.scim.data.GroupResource groupResouce) AbstractMapper.updateGroupModelFromGroupResource
(String uid, com.unboundid.scim.data.GroupResource group) ConfigurableUserMapper.updateNuxeoUserFromUserResource
(String uid, com.unboundid.scim.data.UserResource user) StaticUserMapper.updateNuxeoUserFromUserResource
(String uid, com.unboundid.scim.data.UserResource user) protected void
StaticUserMapper.updateUserModel
(DocumentModel userModel, com.unboundid.scim.data.UserResource userResouce) -
Uses of NuxeoException in org.nuxeo.template.processors
Modifier and TypeClassDescriptionprotected static class
protected static class
-
Uses of NuxeoException in org.nuxeo.template.serializer.executors
Modifier and TypeClassDescriptionprotected static class
-
Uses of NuxeoException in org.nuxeo.usermapper.service
Modifier and TypeMethodDescriptionreturns the named mapper is anyUserMapperComponent.getOrCreateAndUpdateNuxeoPrincipal
(String mappingName, Object userObject) UserMapperComponent.getOrCreateAndUpdateNuxeoPrincipal
(String mappingName, Object userObject, boolean createIfNeeded, boolean update, Map<String, Serializable> params) UserMapperService.getOrCreateAndUpdateNuxeoPrincipal
(String mappingName, Object userObject) Should retrieve (create if needed) and update the NuxeoPrincipal according to the given userObjectUserMapperService.getOrCreateAndUpdateNuxeoPrincipal
(String mappingName, Object userObject, boolean createIfNeeded, boolean update, Map<String, Serializable> params) Should retrieve (create if needed) and update the NuxeoPrincipal according to the given userObjectUserMapperComponent.wrapNuxeoPrincipal
(String mappingName, NuxeoPrincipal principal, Object nativePrincipal, Map<String, Serializable> params) UserMapperService.wrapNuxeoPrincipal
(String mappingName, NuxeoPrincipal principal, Object nativePrincipal, Map<String, Serializable> params) Wrap theNuxeoPrincipal
as the userObject used in the external authentication system *