Modifier and Type | Class and Description |
---|---|
class |
ScriptingException |
Modifier and Type | Method and Description |
---|---|
Object |
ScriptingOperationTypeImpl.newInstance(OperationContext ctx,
Map<String,Object> args) |
Modifier and Type | Method and Description |
---|---|
Blob |
DiffPicturesWithDocsOp.run() |
Blob |
DiffPicturesWithBlobsOp.run(Blob inBlob) |
Modifier and Type | Method and Description |
---|---|
void |
NuxeoDriveWaitForElasticsearchCompletion.run() |
Modifier and Type | Method and Description |
---|---|
void |
AddToEventAction.addToEvent() |
Modifier and Type | Class and Description |
---|---|
class |
ExitException
Throw it from an operation to interrupt a chain execution.
|
class |
InvalidChainException
The chain could not be validated.
|
class |
InvalidOperationException
Dedicated to bad requests: operation unsupported, invalid, not implemented...
|
class |
OperationCompoundException |
class |
OperationNotFoundException |
class |
TypeAdaptException |
Modifier and Type | Field and Description |
---|---|
OperationException[] |
OperationCompoundException.operationExceptions |
Modifier and Type | Field and Description |
---|---|
protected List<OperationException> |
OperationCompoundExceptionBuilder.accumulated
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected OperationException |
OperationCompoundExceptionBuilder.newThrowable(List<OperationException> causes)
Deprecated.
|
OperationException |
OperationCallback.onError(OperationException error) |
OperationException |
OperationException.setNoRollback() |
Modifier and Type | Method and Description |
---|---|
void |
OperationCompoundExceptionBuilder.add(OperationException error)
Deprecated.
|
OperationException |
OperationCallback.onError(OperationException error) |
Modifier and Type | Method and Description |
---|---|
protected String |
OperationCompoundExceptionBuilder.getMessages(List<OperationException> causes)
Deprecated.
|
protected OperationException |
OperationCompoundExceptionBuilder.newThrowable(List<OperationException> causes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LoginStack.clear()
Remove the stacked logins if any.
|
void |
OperationContext.close() |
void |
OutputCollector.collect(OperationContext ctx,
T obj)
Collects a new partial result (the result of the last iteration step).
|
CompiledChain |
AutomationService.compileChain(Class<?> inputType,
OperationChain chain)
Builds the operation chain given a context.
|
CompiledChain |
AutomationService.compileChain(Class<?> inputType,
OperationParameters... chain)
Same as previous but takes an array of operation parameters
|
void |
LoginStack.Entry.dispose() |
<T> T |
AutomationService.getAdaptedValue(OperationContext ctx,
Object toAdapt,
Class<?> targetType)
Adapts an object to a target type if possible otherwise throws an exception.
|
OperationDocumentation |
OperationType.getDocumentation() |
List<OperationDocumentation> |
AutomationService.getDocumentation()
Generates a documentation model for all registered operations.
|
Object |
CompiledChain.invoke(OperationContext ctx) |
Object |
OperationType.newInstance(OperationContext ctx,
Map<String,Object> args) |
void |
LoginStack.pop()
Remove the current login context from the stack.
|
void |
AutomationService.putOperation(Class<?> type)
Registers an operation given its class.
|
void |
AutomationService.putOperation(Class<?> type,
boolean replace)
Registers an operation given its class.
|
void |
AutomationService.putOperation(Class<?> type,
boolean replace,
String contributingComponent)
Registers an operation given its class.
|
void |
AutomationService.putOperation(Class<?> type,
boolean replace,
String contributingComponent,
List<WidgetDefinition> widgetDefinitionList) |
void |
AutomationService.putOperation(OperationType op,
boolean replace)
Registers an operation given it's type.
|
void |
AutomationService.putOperationChain(OperationChain chain)
Deprecated.
since 5.9.2 no specific chain registry anymore: chains are now operations, use
{@link #putOperation(OperationType, boolean) method instead.
|
void |
AutomationService.putOperationChain(OperationChain chain,
boolean replace)
Deprecated.
since 5.9.2 no specific chain registry anymore: chains are now operations, use
{@link #putOperation(OperationType, boolean) method instead.
|
Object |
AutomationService.run(OperationContext ctx,
OperationChain chain)
Builds and runs the operation chain given a context.
|
Object |
AutomationService.run(OperationContext ctx,
String chainId)
Same as previous but for managed chains identified by an ID.
|
Object |
AutomationService.run(OperationContext ctx,
String id,
Map<String,?> params)
Shortcut to execute a single operation described by the given ID and map of parameters
|
Object |
AutomationService.runInNewTx(OperationContext ctx,
String chainId,
Map<String,?> chainParameters,
Integer timeout,
boolean rollbackGlobalOnError)
This running method execute operation process through a new transaction.
|
void |
OperationCompoundExceptionBuilder.throwOnError()
Deprecated.
|
Constructor and Description |
---|
OperationCompoundException(String message,
OperationException[] operationExceptions) |
Modifier and Type | Method and Description |
---|---|
OperationChain |
OperationChainContribution.toOperationChain(org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
void |
BlobCollector.collect(OperationContext ctx,
Blob obj) |
void |
BlobListCollector.collect(OperationContext ctx,
BlobList obj) |
void |
DocumentModelCollector.collect(OperationContext ctx,
DocumentModel obj) |
void |
DocumentModelListCollector.collect(OperationContext ctx,
DocumentModelList obj) |
void |
DocumentRefCollector.collect(OperationContext ctx,
DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
void |
ChainExceptionRegistry.addContribution(ChainException chainException,
boolean replace) |
Modifier and Type | Method and Description |
---|---|
protected String |
OperationServiceImpl.getChainExceptionToRun(OperationContext ctx,
String operationTypeId,
OperationException oe) |
Modifier and Type | Method and Description |
---|---|
void |
AutomationFilterRegistry.addContribution(AutomationFilter automationFilter,
boolean replace) |
void |
OperationTypeRegistry.addContribution(OperationType op,
boolean replace) |
CompiledChain |
OperationChainCompiler.compile(ChainTypeImpl typeof,
Class<?> typein) |
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationChain chain) |
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationParameters... ops) |
protected OperationChainCompiler.OperationMethod |
OperationChainCompiler.Connector.connect() |
protected Object |
InvokableMethod.doInvoke(OperationContext ctx,
Map<String,Object> args) |
protected Object |
InvokableIteratorMethod.doInvoke(OperationContext ctx,
Map<String,Object> args) |
<T> T |
OperationServiceImpl.getAdaptedValue(OperationContext ctx,
Object toAdapt,
Class<?> targetType) |
protected String |
OperationServiceImpl.getChainExceptionToRun(OperationContext ctx,
String operationTypeId,
OperationException oe) |
protected Class<?> |
ChainTypeImpl.getChainOutput(Class<?> chainInput,
OperationChainContribution.Operation[] operations) |
List<OperationDocumentation> |
OperationServiceImpl.getDocumentation() |
OperationDocumentation |
ChainTypeImpl.getDocumentation() |
protected ArrayList<String> |
ChainTypeImpl.getSignature(OperationChainContribution.Operation[] operations) |
void |
OperationTypeImpl.inject(OperationContext ctx,
Map<String,?> args,
Object target) |
protected Object |
OperationChainCompiler.OperationMethod.invoke(OperationContext context) |
Object |
OperationChainCompiler.CompiledChainImpl.invoke(OperationContext ctx) |
Object |
InvokableMethod.invoke(OperationContext ctx,
Map<String,Object> args) |
Object |
OperationTypeImpl.newInstance(OperationContext ctx,
Map<String,Object> args) |
Object |
ChainTypeImpl.newInstance(OperationContext ctx,
Map<String,Object> args) |
void |
OperationServiceImpl.putOperation(Class<?> type) |
void |
OperationServiceImpl.putOperation(Class<?> type,
boolean replace) |
void |
OperationServiceImpl.putOperation(Class<?> type,
boolean replace,
String contributingComponent) |
void |
OperationServiceImpl.putOperation(Class<?> type,
boolean replace,
String contributingComponent,
List<WidgetDefinition> widgetDefinitionList) |
void |
OperationServiceImpl.putOperation(OperationType op,
boolean replace) |
void |
OperationServiceImpl.putOperationChain(OperationChain chain) |
void |
OperationServiceImpl.putOperationChain(OperationChain chain,
boolean replace) |
Object |
OperationServiceImpl.run(OperationContext ctx,
OperationChain chain) |
Object |
OperationServiceImpl.run(OperationContext ctx,
String operationId) |
Object |
OperationServiceImpl.run(OperationContext ctx,
String operationId,
Map<String,?> args) |
Object |
OperationServiceImpl.runInNewTx(OperationContext ctx,
String chainId,
Map<String,?> chainParameters,
Integer timeout,
boolean rollbackGlobalOnError) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
RestoreDocumentsInput.run() |
DocumentModel |
RestoreDocumentInput.run() |
BlobList |
RestoreBlobsInput.run() |
Blob |
RestoreBlobInput.run() |
Blob |
RunInputScript.run(Blob blob) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConcatenatePDFs.checkPdf(Blob blob)
Check if blob is a pdf.
|
protected void |
ConcatenatePDFs.handleBlobToAppend(org.apache.pdfbox.util.PDFMergerUtility ut)
Check if blob to append is a PDF blob.
|
Blob |
ConcatenatePDFs.run(Blob blob) |
Blob |
BlobToFile.run(Blob blob) |
Blob |
ConcatenatePDFs.run(BlobList blobs) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractOperationMultiValuedProperty.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.
|
DocumentModel |
SetDocumentProperty.run(DocumentModel doc) |
DocumentModel |
ResetSchema.run(DocumentModel target) |
DocumentModel |
RemoveItemFromListProperty.run(DocumentModel doc) |
DocumentModel |
RemoveEntryOfMultiValuedProperty.run(DocumentModel doc) |
DocumentModel |
CopySchema.run(DocumentModel target) |
DocumentModel |
AddItemToListProperty.run(DocumentModel doc) |
DocumentModel |
AddEntryToMultiValuedProperty.run(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
void |
RunOperationOnListInNewTransaction.run()
Deprecated.
|
void |
RunOperationOnList.run() |
void |
RunOperation.run() |
void |
RunInNewTransaction.run()
Deprecated.
|
Blob |
RunFileChain.run(Blob blob) |
BlobList |
RunFileChain.run(BlobList blobs) |
DocumentModel |
RunDocumentChain.run(DocumentModel doc) |
DocumentModelList |
RunDocumentChain.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
void |
Logout.run() |
void |
LoginAs.run() |
DocumentModel |
Logout.run(DocumentModel doc) |
DocumentModel |
LoginAs.run(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
protected String |
SendMail.getContent() |
DocumentModel |
SendMail.run(DocumentModel doc) |
protected void |
SendMail.send(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
protected ActionContext |
GetActions.getActionContext(DocumentModel currentDocument) |
protected DocumentModel |
FileManagerImport.getCurrentDocument() |
protected DocumentModel |
BlobHolderAttach.getCurrentDocument() |
protected DocumentModel |
GetActions.getCurrentDocumentFromContext() |
RecordSet |
ResultSetPageProviderOperation.run() |
Blob |
GetActions.run() |
PaginableDocumentModelListImpl |
DocumentPageProviderOperation.run() |
DocumentModel |
FileManagerImport.run(Blob blob) |
DocumentModel |
BlobHolderAttach.run(Blob blob) |
DocumentModelList |
FileManagerImport.run(BlobList blobs) |
DocumentModel |
BlobHolderAttach.run(BlobList blobs) |
Blob |
GetActions.run(DocumentModel currentDocument) |
void |
RunOperationOnProvider.run(PaginableDocumentModelListImpl paginableList) |
Modifier and Type | Method and Description |
---|---|
RecordSet |
ResultSetPaginatedQuery.run() |
DocumentModelList |
DocumentPaginatedQuery.run() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
PullDocumentList.run() |
DocumentModel |
PullDocument.run() |
BlobList |
PullBlobList.run() |
Blob |
PullBlob.run() |
DocumentModelList |
PopDocumentList.run() |
DocumentModel |
PopDocument.run() |
BlobList |
PopBlobList.run() |
Blob |
PopBlob.run() |
Modifier and Type | Method and Description |
---|---|
void |
CreateOrUpdateUser.run() |
void |
CreateOrUpdateGroup.run() |
Modifier and Type | Method and Description |
---|---|
String |
Renderer.render(String uriOrContent,
Map<String,Object> root) |
String |
MvelRender.render(String uriOrContent,
Map<String,Object> root) |
String |
RenderingService.render(String type,
String uriOrContent,
OperationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Blob |
RenderDocument.run(DocumentModel doc) |
Blob |
RenderDocumentFeed.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
static void |
Scripting.run(OperationContext ctx,
URL script) |
Modifier and Type | Field and Description |
---|---|
protected OperationException |
Trace.error |
Modifier and Type | Method and Description |
---|---|
OperationException |
Trace.getError() |
OperationException |
Tracer.onError(OperationException error) |
Modifier and Type | Method and Description |
---|---|
Trace |
TracerFactory.newTrace(Call parent,
OperationType typeof,
List<Call> calls,
Object output,
OperationException error) |
OperationException |
Tracer.onError(OperationException error) |
Constructor and Description |
---|
Trace(Call parent,
OperationType chain,
List<Call> calls,
Object input,
Object output,
OperationException error) |
Modifier and Type | Method and Description |
---|---|
static String |
JsonWriter.exportOperations()
Used to export operations to studio.
|
static String |
JsonWriter.exportOperations(boolean filterNotInStudio)
Used to export operations to studio.
|
Constructor and Description |
---|
AutomationInfo(AutomationService service) |
Modifier and Type | Method and Description |
---|---|
String |
OperationActionBean.doOperation(String chainId) |
protected String |
OperationActionBean.runOperation(Object chain) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
GetDocumentsFromSelectionList.run() |
void |
DownloadFile.run(Blob blob) |
Modifier and Type | Method and Description |
---|---|
Object |
RunOperationInSeam.run() |
protected Object |
RunOperationInSeam.runChain(OperationContext subctx) |
Modifier and Type | Class and Description |
---|---|
class |
RestOperationException
Automation exception to extend to be thrown during REST calls on
Automation operations.
|
Modifier and Type | Method and Description |
---|---|
Object |
OperationResource.doGet() |
AutomationInfo |
AutomationResource.doGet() |
Object |
OperationResource.doGetYaml() |
Object |
OperationResource.execute(ExecutionRequest xreq) |
abstract Object |
ExecutableResource.execute(ExecutionRequest req) |
Modifier and Type | Method and Description |
---|---|
Object |
DebugResource.doGetJSON() |
Object |
DebugResource.doGetStudioDoc() |
Object |
DebugResource.doGetText() |
String |
DebugResource.getOperationsListAsJson() |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
CreateTask.run(DocumentModel document) |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionTest |
Modifier and Type | Method and Description |
---|---|
Blob |
SuggestCollectionEntry.run() |
PaginableDocumentModelListImpl |
GetCollectionsOperation.run() |
DocumentModel |
FetchFavorites.run() |
DocumentModelList |
GetDocumentsFromFavoritesOperation.run(DocumentModel context) |
PaginableDocumentModelListImpl |
GetDocumentsFromCollectionOperation.run(DocumentModel collection) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
CreateRoutingTask.createTask(DocumentModel document)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Blob |
SignPDF.run(Blob blob) |
Blob |
SignPDFDocument.run(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
UntagDocument.run(DocumentModel document) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModel |
UserWorkspaceCreateFromBlob.getCurrentDocument() |
DocumentModel |
UserWorkspaceCreateFromBlob.run(Blob blob) |
DocumentModelList |
UserWorkspaceCreateFromBlob.run(BlobList blobs) |
Modifier and Type | Method and Description |
---|---|
BlobList |
SliceVideoInParts.run(Blob input) |
Blob |
SliceVideo.run(Blob input) |
Blob |
ExtractClosedCaptionsFromVideo.run(Blob input) |
Blob |
AddWatermarkToVideo.run(Blob input) |
BlobList |
SliceVideoInParts.run(DocumentModel input) |
Blob |
SliceVideo.run(DocumentModel input) |
Blob |
ExtractClosedCaptionsFromVideo.run(DocumentModel input) |
Blob |
AddWatermarkToVideo.run(DocumentModel input) |
BlobList |
SliceVideo.run(DocumentModelList input) |
BlobList |
ExtractClosedCaptionsFromVideo.run(DocumentModelList input) |
BlobList |
AddWatermarkToVideo.run(DocumentModelList input) |
Modifier and Type | Method and Description |
---|---|
Blob |
GetLikeStatus.run() |
Blob |
CancelLike.run() |
Blob |
Like.run() |
Modifier and Type | Method and Description |
---|---|
void |
LogsViewerActions.downloadLogFile() |
Copyright © 2018 Nuxeo. All rights reserved.