Uses of Class
org.nuxeo.ecm.automation.OperationException
-
-
Uses of OperationException in org.nuxeo.automation.scripting.api
Subclasses of OperationException in org.nuxeo.automation.scripting.api Modifier and Type Class Description classScriptingException -
Uses of OperationException in org.nuxeo.automation.scripting.internals
Methods in org.nuxeo.automation.scripting.internals that throw OperationException Modifier and Type Method Description ObjectScriptingOperationTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args) -
Uses of OperationException in org.nuxeo.drive.elasticsearch.operations.test
Methods in org.nuxeo.drive.elasticsearch.operations.test that throw OperationException Modifier and Type Method Description voidNuxeoDriveWaitForElasticsearchCompletion. run() -
Uses of OperationException in org.nuxeo.ecm.automation
Subclasses of OperationException in org.nuxeo.ecm.automation Modifier and Type Class Description classExitExceptionThrow it from an operation to interrupt a chain execution.classInvalidChainExceptionThe chain could not be validated.classInvalidOperationExceptionDedicated to bad requests: operation unsupported, invalid, not implemented...classOperationCompoundExceptionclassOperationNotFoundExceptionclassTypeAdaptExceptionFields in org.nuxeo.ecm.automation declared as OperationException Modifier and Type Field Description OperationException[]OperationCompoundException. operationExceptionsFields in org.nuxeo.ecm.automation with type parameters of type OperationException Modifier and Type Field Description protected List<OperationException>OperationCompoundExceptionBuilder. accumulatedDeprecated.Methods in org.nuxeo.ecm.automation that return OperationException Modifier and Type Method Description protected OperationExceptionOperationCompoundExceptionBuilder. newThrowable(List<OperationException> causes)Deprecated.OperationExceptionOperationException. setNoRollback()Methods in org.nuxeo.ecm.automation with parameters of type OperationException Modifier and Type Method Description voidOperationCompoundExceptionBuilder. add(OperationException error)Deprecated.Method parameters in org.nuxeo.ecm.automation with type arguments of type OperationException Modifier and Type Method Description protected StringOperationCompoundExceptionBuilder. getMessages(List<OperationException> causes)Deprecated.protected OperationExceptionOperationCompoundExceptionBuilder. newThrowable(List<OperationException> causes)Deprecated.Methods in org.nuxeo.ecm.automation that throw OperationException Modifier and Type Method Description protected <T,U>
TOperationContext. call(Callable<T> callable, Callable<U> initialize, Consumer<U> restore)Calls the givencallableafter having backed up the initial state as a result ofinitializeand restores the initial state afterwards by callingrestore.<T> TOperationContext. callWithChainParameters(Callable<T> callable, Map<String,Object> parameters)Calls the givencallableafter having merged the givenparameterswith the chain parameters stored in theConstants.VAR_RUNTIME_CHAINcontext variable and restores the initial chain parameters afterwards.<T> TOperationContext. callWithContextVar(Callable<T> callable, String key, Object value)Calls the givencallableafter having put a variable withkey=valuein the current context and restores the initial context afterwards.voidOutputCollector. collect(OperationContext ctx, T obj)Collects a new partial result (the result of the last iteration step).CompiledChainAutomationService. compileChain(Class<?> inputType, OperationChain chain)Builds the operation chain given a context.CompiledChainAutomationService. compileChain(Class<?> inputType, OperationParameters... chain)Same as previous but takes an array of operation parameters<T> TAutomationService. getAdaptedValue(OperationContext ctx, Object toAdapt, Class<?> targetType)Adapts an object to a target type if possible otherwise throws an exception.List<OperationDocumentation>AutomationService. getDocumentation()Generates a documentation model for all registered operations.OperationDocumentationOperationType. getDocumentation()ObjectCompiledChain. invoke(OperationContext ctx)ObjectOperationType. newInstance(OperationContext ctx, Map<String,Object> args)voidAutomationService. putOperation(Class<?> type)Registers an operation given its class.voidAutomationService. putOperation(Class<?> type, boolean replace)Registers an operation given its class.voidAutomationService. putOperation(Class<?> type, boolean replace, String contributingComponent)Registers an operation given its class.voidAutomationService. putOperation(Class<?> type, boolean replace, String contributingComponent, List<WidgetDefinition> widgetDefinitionList)voidAutomationService. putOperation(OperationType op, boolean replace)Registers an operation given it's type.voidAutomationService. putOperationChain(OperationChain chain)Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.putOperation(OperationType, boolean)method instead.voidAutomationService. putOperationChain(OperationChain chain, boolean replace)Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.putOperation(OperationType, boolean)method instead.ObjectAutomationService. run(OperationContext ctx, String chainId)Same as previous but for managed chains identified by an ID.ObjectAutomationService. run(OperationContext ctx, String id, Map<String,?> params)Shortcut to execute a single operation described by the given ID and map of parametersObjectAutomationService. run(OperationContext ctx, OperationChain chain)Builds and runs the operation chain given a context.ObjectAutomationService. runInNewTx(OperationContext ctx, String chainId, Map<String,?> chainParameters, Integer timeout, boolean rollbackGlobalOnError)This running method execute operation process through a new transaction.voidOperationCompoundExceptionBuilder. throwOnError()Deprecated.Constructors in org.nuxeo.ecm.automation with parameters of type OperationException Constructor Description OperationCompoundException(String message, OperationException[] operationExceptions) -
Uses of OperationException in org.nuxeo.ecm.automation.core
Methods in org.nuxeo.ecm.automation.core that throw OperationException Modifier and Type Method Description OperationChainOperationChainContribution. toOperationChain(org.osgi.framework.Bundle bundle) -
Uses of OperationException in org.nuxeo.ecm.automation.core.collectors
Methods in org.nuxeo.ecm.automation.core.collectors that throw OperationException Modifier and Type Method Description voidBlobCollector. collect(OperationContext ctx, Blob obj)voidBlobListCollector. collect(OperationContext ctx, BlobList obj)voidDocumentModelCollector. collect(OperationContext ctx, DocumentModel obj)voidDocumentModelListCollector. collect(OperationContext ctx, DocumentModelList obj)voidDocumentRefCollector. collect(OperationContext ctx, DocumentRef ref) -
Uses of OperationException in org.nuxeo.ecm.automation.core.exception
Methods in org.nuxeo.ecm.automation.core.exception that throw OperationException Modifier and Type Method Description voidChainExceptionRegistry. addContribution(ChainException chainException, boolean replace) -
Uses of OperationException in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl with parameters of type OperationException Modifier and Type Method Description protected StringOperationServiceImpl. getChainExceptionToRun(OperationContext ctx, String operationTypeId, OperationException oe)Methods in org.nuxeo.ecm.automation.core.impl that throw OperationException Modifier and Type Method Description voidAutomationFilterRegistry. addContribution(AutomationFilter automationFilter, boolean replace)voidOperationTypeRegistry. addContribution(OperationType op, boolean replace)CompiledChainOperationChainCompiler. compile(ChainTypeImpl typeof, Class<?> typein)CompiledChainOperationServiceImpl. compileChain(Class<?> inputType, OperationChain chain)CompiledChainOperationServiceImpl. compileChain(Class<?> inputType, OperationParameters... ops)protected OperationChainCompiler.OperationMethodOperationChainCompiler.Connector. connect()protected ObjectInvokableIteratorMethod. doInvoke(OperationContext ctx, Map<String,Object> args)protected ObjectInvokableMethod. doInvoke(OperationContext ctx, Map<String,Object> args)<T> TOperationServiceImpl. getAdaptedValue(OperationContext ctx, Object toAdapt, Class<?> targetType)protected StringOperationServiceImpl. getChainExceptionToRun(OperationContext ctx, String operationTypeId, OperationException oe)protected Class<?>ChainTypeImpl. getChainOutput(Class<?> chainInput, OperationChainContribution.Operation[] operations)OperationDocumentationChainTypeImpl. getDocumentation()List<OperationDocumentation>OperationServiceImpl. getDocumentation()protected ArrayList<String>ChainTypeImpl. getSignature(OperationChainContribution.Operation[] operations)voidOperationTypeImpl. inject(OperationContext ctx, Map<String,?> args, Object target)ObjectInvokableMethod. invoke(OperationContext ctx, Map<String,Object> args)ObjectOperationChainCompiler.CompiledChainImpl. invoke(OperationContext ctx)protected ObjectOperationChainCompiler.OperationMethod. invoke(OperationContext context)ObjectChainTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args)ObjectOperationTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args)voidOperationServiceImpl. putOperation(Class<?> type)voidOperationServiceImpl. putOperation(Class<?> type, boolean replace)voidOperationServiceImpl. putOperation(Class<?> type, boolean replace, String contributingComponent)voidOperationServiceImpl. putOperation(Class<?> type, boolean replace, String contributingComponent, List<WidgetDefinition> widgetDefinitionList)voidOperationServiceImpl. putOperation(OperationType op, boolean replace)voidOperationServiceImpl. putOperationChain(OperationChain chain)voidOperationServiceImpl. putOperationChain(OperationChain chain, boolean replace)ObjectOperationServiceImpl. run(OperationContext ctx, String operationId)ObjectOperationServiceImpl. run(OperationContext ctx, String operationId, Map<String,?> args)ObjectOperationServiceImpl. run(OperationContext ctx, OperationChain chain)ObjectOperationServiceImpl. runInNewTx(OperationContext ctx, String chainId, Map<String,?> chainParameters, Integer timeout, boolean rollbackGlobalOnError) -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations
Methods in org.nuxeo.ecm.automation.core.operations that throw OperationException Modifier and Type Method Description BlobRestoreBlobInput. run()BlobListRestoreBlobsInput. run()DocumentModelRestoreDocumentInput. run()DocumentModelListRestoreDocumentsInput. run()BlobRunInputScript. run(Blob blob) -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.blob
Methods in org.nuxeo.ecm.automation.core.operations.blob that throw OperationException Modifier and Type Method Description protected voidConcatenatePDFs. checkPdf(Blob blob)Check if blob is a pdf.protected voidConcatenatePDFs. handleBlobToAppend(org.apache.pdfbox.multipdf.PDFMergerUtility ut)Check if blob to append is a PDF blob.BlobBlobToFile. run(Blob blob)BlobConcatenatePDFs. run(BlobList blobs)BlobConcatenatePDFs. run(Blob blob) -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.collections
Methods in org.nuxeo.ecm.automation.core.operations.collections that throw OperationException Modifier and Type Method Description DocumentModelFetchFavorites. run()PaginableDocumentModelListImplGetCollectionsOperation. run()PaginableDocumentModelListImplGetDocumentsFromCollectionOperation. run(DocumentModel collection)DocumentModelListGetDocumentsFromFavoritesOperation. run(DocumentModel context)BlobSuggestCollectionEntry. run() -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.document
Methods in org.nuxeo.ecm.automation.core.operations.document that throw OperationException Modifier and Type Method Description protected voidAbstractOperationMultiValuedProperty. checkFieldType(Type type, Object value)Check if the given field type store a list of values and if the given value is compatible with the given type.DocumentModelAddEntryToMultiValuedProperty. run(DocumentModel doc)DocumentModelAddItemToListProperty. run(DocumentModel doc)DocumentModelCopySchema. run(DocumentModel target)DocumentModelRemoveEntryOfMultiValuedProperty. run(DocumentModel doc)DocumentModelRemoveItemFromListProperty. run(DocumentModel doc)DocumentModelResetSchema. run(DocumentModel target)DocumentModelSetDocumentProperty. run(DocumentModel doc) -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.execution
Methods in org.nuxeo.ecm.automation.core.operations.execution that throw OperationException Modifier and Type Method Description DocumentModelRunDocumentChain. run(DocumentModel doc)DocumentModelListRunDocumentChain. run(DocumentModelList docs)BlobListRunFileChain. run(BlobList blobs)BlobRunFileChain. run(Blob blob)voidRunInNewTransaction. run()Deprecated.voidRunOperation. run()voidRunOperationOnList. run()voidRunOperationOnListInNewTransaction. run()Deprecated. -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.login
Methods in org.nuxeo.ecm.automation.core.operations.login that throw OperationException Modifier and Type Method Description voidLoginAs. run()DocumentModelLoginAs. run(DocumentModel doc) -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.notification
Methods in org.nuxeo.ecm.automation.core.operations.notification that throw OperationException Modifier and Type Method Description protected StringSendMail. getContent()DocumentModelSendMail. run(DocumentModel doc)protected voidSendMail. send(DocumentModel doc) -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that throw OperationException Modifier and Type Method Description protected ActionContextGetActions. getActionContext(DocumentModel currentDocument)protected DocumentModelBlobHolderAttach. getCurrentDocument()protected DocumentModelFileManagerImport. getCurrentDocument()protected DocumentModelFileManagerImportWithProperties. getCurrentDocument()protected DocumentModelGetActions. getCurrentDocumentFromContext()DocumentModelBlobHolderAttach. run(BlobList blobs)DocumentModelBlobHolderAttach. run(Blob blob)PaginableDocumentModelListImplDocumentPageProviderOperation. run()DocumentModelListFileManagerImport. run(BlobList blobs)DocumentModelFileManagerImport. run(Blob blob)DocumentModelListFileManagerImportWithProperties. run(BlobList blobs)DocumentModelFileManagerImportWithProperties. run(Blob blob)BlobGetActions. run()BlobGetActions. run(DocumentModel currentDocument)RecordSetResultSetPageProviderOperation. run()voidRunOperationOnProvider. run(PaginableDocumentModelListImpl paginableList) -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.services.bulk
Methods in org.nuxeo.ecm.automation.core.operations.services.bulk that throw OperationException Modifier and Type Method Description BulkStatusBulkRunAction. run() -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.services.query
Methods in org.nuxeo.ecm.automation.core.operations.services.query that throw OperationException Modifier and Type Method Description DocumentModelListDocumentPaginatedQuery. run()RecordSetResultSetPaginatedQuery. run() -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.stack
Methods in org.nuxeo.ecm.automation.core.operations.stack that throw OperationException Modifier and Type Method Description BlobPopBlob. run()BlobListPopBlobList. run()DocumentModelPopDocument. run()DocumentModelListPopDocumentList. run()BlobPullBlob. run()BlobListPullBlobList. run()DocumentModelPullDocument. run()DocumentModelListPullDocumentList. run() -
Uses of OperationException in org.nuxeo.ecm.automation.core.operations.users
Methods in org.nuxeo.ecm.automation.core.operations.users that throw OperationException Modifier and Type Method Description voidCreateOrUpdateGroup. run()voidCreateOrUpdateUser. run() -
Uses of OperationException in org.nuxeo.ecm.automation.core.rendering
Methods in org.nuxeo.ecm.automation.core.rendering that throw OperationException Modifier and Type Method Description StringMvelRender. render(String uriOrContent, Map<String,Object> root)StringRenderer. render(String uriOrContent, Map<String,Object> root)StringRenderingService. render(String type, String uriOrContent, OperationContext ctx) -
Uses of OperationException in org.nuxeo.ecm.automation.core.rendering.operations
Methods in org.nuxeo.ecm.automation.core.rendering.operations that throw OperationException Modifier and Type Method Description BlobRenderDocument. run(DocumentModel doc)BlobRenderDocumentFeed. run(DocumentModelList docs) -
Uses of OperationException in org.nuxeo.ecm.automation.core.scripting
Methods in org.nuxeo.ecm.automation.core.scripting that throw OperationException Modifier and Type Method Description static voidScripting. run(OperationContext ctx, URL script) -
Uses of OperationException in org.nuxeo.ecm.automation.jaxrs.io
Methods in org.nuxeo.ecm.automation.jaxrs.io that throw OperationException Modifier and Type Method Description static StringJsonWriter. exportOperations()Used to export operations to studio.static StringJsonWriter. exportOperations(boolean filterNotInStudio)Used to export operations to studio. -
Uses of OperationException in org.nuxeo.ecm.automation.jaxrs.io.operations
Constructors in org.nuxeo.ecm.automation.jaxrs.io.operations that throw OperationException Constructor Description AutomationInfo(AutomationService service) -
Uses of OperationException in org.nuxeo.ecm.automation.server.jaxrs
Subclasses of OperationException in org.nuxeo.ecm.automation.server.jaxrs Modifier and Type Class Description classRestOperationExceptionAutomation exception to extend to be thrown during REST calls on Automation operations.Methods in org.nuxeo.ecm.automation.server.jaxrs that throw OperationException Modifier and Type Method Description AutomationInfoAutomationResource. doGet()ObjectOperationResource. doGet()ObjectOperationResource. doGetYaml()abstract ObjectExecutableResource. execute(ExecutionRequest req)ObjectOperationResource. execute(ExecutionRequest xreq) -
Uses of OperationException in org.nuxeo.ecm.automation.task
Methods in org.nuxeo.ecm.automation.task that throw OperationException Modifier and Type Method Description DocumentModelCreateTask. run(DocumentModel document) -
Uses of OperationException in org.nuxeo.ecm.platform.signature.core.operations
Methods in org.nuxeo.ecm.platform.signature.core.operations that throw OperationException Modifier and Type Method Description BlobSignPDF. run(Blob blob)BlobSignPDFDocument. run(DocumentModel doc) -
Uses of OperationException in org.nuxeo.ecm.platform.tag.operations
Methods in org.nuxeo.ecm.platform.tag.operations that throw OperationException Modifier and Type Method Description DocumentModelUntagDocument. run(DocumentModel document) -
Uses of OperationException in org.nuxeo.ecm.platform.userworkspace.operations
Methods in org.nuxeo.ecm.platform.userworkspace.operations that throw OperationException Modifier and Type Method Description protected DocumentModelUserWorkspaceCreateFromBlob. getCurrentDocument()DocumentModelListUserWorkspaceCreateFromBlob. run(BlobList blobs)DocumentModelUserWorkspaceCreateFromBlob. run(Blob blob) -
Uses of OperationException in org.nuxeo.ecm.platform.video.tools.operations
Methods in org.nuxeo.ecm.platform.video.tools.operations that throw OperationException Modifier and Type Method Description BlobAddWatermarkToVideo. run(Blob input)BlobAddWatermarkToVideo. run(DocumentModel input)BlobListAddWatermarkToVideo. run(DocumentModelList input)BlobExtractClosedCaptionsFromVideo. run(Blob input)BlobExtractClosedCaptionsFromVideo. run(DocumentModel input)BlobListExtractClosedCaptionsFromVideo. run(DocumentModelList input)BlobSliceVideo. run(Blob input)BlobSliceVideo. run(DocumentModel input)BlobListSliceVideo. run(DocumentModelList input)BlobListSliceVideoInParts. run(Blob input)BlobListSliceVideoInParts. run(DocumentModel input) -
Uses of OperationException in org.nuxeo.ecm.quota.automation
Methods in org.nuxeo.ecm.quota.automation that throw OperationException Modifier and Type Method Description protected StringRecomputeQuotaStatistics. getTenantPath()protected StringRecomputeQuotaStatistics. getUserPersonalWorkspacePath()StringRecomputeQuotaStatistics. run() -
Uses of OperationException in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that throw OperationException Modifier and Type Method Description BlobWorkManagerObject. launch(String timeoutSeconds)Executes Works stored in the dead letter queue (DLQ) after failure. -
Uses of OperationException in org.nuxeo.importer.stream.automation
Methods in org.nuxeo.importer.stream.automation that throw OperationException Modifier and Type Method Description voidBlobConsumers. run()voidDocumentConsumers. run()voidFileBlobProducers. run()voidRandomBlobProducers. run()voidRandomDocumentProducers. run()voidRedisDocumentConsumers. run()
-