Uses of Class
org.nuxeo.ecm.automation.core.annotations.Operation
-
-
Uses of Operation in org.nuxeo.adobe.cc
Classes in org.nuxeo.adobe.cc with annotations of type Operation Modifier and Type Class Description class
CompoundAttach
-
Uses of Operation in org.nuxeo.binary.metadata.internals.operations
Classes in org.nuxeo.binary.metadata.internals.operations with annotations of type Operation Modifier and Type Class Description class
ReadMetadataFromBinary
class
ReadMetadataFromBinaryToContext
class
TriggerMetadataMappingOnDocument
class
WriteMetadataToBinaryFromContext
class
WriteMetadataToBinaryFromDocument
-
Uses of Operation in org.nuxeo.drive.elasticsearch.operations.test
Classes in org.nuxeo.drive.elasticsearch.operations.test with annotations of type Operation Modifier and Type Class Description class
NuxeoDriveWaitForElasticsearchCompletion
Waits for Elasticsearch audit completion. -
Uses of Operation in org.nuxeo.drive.operations
Classes in org.nuxeo.drive.operations with annotations of type Operation Modifier and Type Class Description class
GetRepositoriesOperation
Deprecated.since 10.3class
NuxeoDriveAddToLocallyEditedCollection
Deprecated.since 10.3class
NuxeoDriveAttachBlob
Updates the givenDocumentModel
with the input blob.class
NuxeoDriveCanMove
Deprecated.since 10.3class
NuxeoDriveCreateFile
Creates a document from the input blob in the container backing theFileSystemItem
with the given id.class
NuxeoDriveCreateFolder
Creates a container with the given name as title in the container backing theFileSystemItem
with the given id.class
NuxeoDriveDelete
Deletes the document backing theFileSystemItem
with the given id.class
NuxeoDriveFileSystemItemExists
Checks if the document backing theFileSystemItem
with the given id exists.class
NuxeoDriveGenerateConflictedItemName
Deprecated.since 10.3class
NuxeoDriveGetChangeSummary
Gets a summary of the document changes in the synchronization roots of the currently authenticated user for the interval starting with the given lower bound.class
NuxeoDriveGetChildren
Gets the children of the document backing theFolderItem
with the given id.class
NuxeoDriveGetClientUpdateInfo
Deprecated.since 10.3class
NuxeoDriveGetFileSystemItem
Gets theFileSystemItem
with the given id.class
NuxeoDriveGetRootsOperation
Gets the list of synchronization roots for the currently authenticated user.class
NuxeoDriveGetTopLevelFolder
Gets the top levelFolderItem
.class
NuxeoDriveMove
Moves the document backing theFileSystemItem
with the given source id to the document backing theFileSystemItem
with the given destination id.class
NuxeoDriveRename
Renames the document backing theFileSystemItem
with the given id to the given name.class
NuxeoDriveScrollDescendants
class
NuxeoDriveSetSynchronizationOperation
If theenable
parameter istrue
, registers the input document as a synchronization root for the currently authenticated user.class
NuxeoDriveUpdateFile
Updates the document backing theFileSystemItem
with the given id with the input blob. -
Uses of Operation in org.nuxeo.drive.operations.test
Classes in org.nuxeo.drive.operations.test with annotations of type Operation Modifier and Type Class Description class
NuxeoDriveCreateTestDocuments
Create batch of test documents in a single automation queryclass
NuxeoDriveSetActiveFactories
Activates / deactivates theFileSystemItem
factories of the given profile.class
NuxeoDriveSetupIntegrationTests
Sets up the Nuxeo Drive integration tests environment for the given user names by: Cleaning it up Creating test users belonging to the members group Creating a test workspace Granting the given permission to the test users on the test workspace Returns the test users' passwords as a JSON comma separated string.class
NuxeoDriveSetVersioningOptions
Deprecated.since 9.1 as the automatic versioning is handled by versioning system, versioning mechanism has been removed from drive, setting options is not supported anymoreclass
NuxeoDriveTearDownIntegrationTests
Tears down the Nuxeo Drive integration tests environment by: Deleting the test users and their personal workspace Deleting the test workspaceclass
NuxeoDriveWaitForAsyncCompletion
Deprecated.since 10.3 -
Uses of Operation in org.nuxeo.ecm.admin.operation
Classes in org.nuxeo.ecm.admin.operation with annotations of type Operation Modifier and Type Class Description class
HotReloadStudioSnapshot
Operation to trigger a Hot reload of the Studio Snapshot package.class
PermissionsPurge
Schedule aPermissionsPurgeWork
to archive ACEs based on permissions_purge page provider from the input document. -
Uses of Operation in org.nuxeo.ecm.automation.core.events.operations
Classes in org.nuxeo.ecm.automation.core.events.operations with annotations of type Operation Modifier and Type Class Description class
FireEvent
Save the session - TODO remove this? -
Uses of Operation in org.nuxeo.ecm.automation.core.operations
Classes in org.nuxeo.ecm.automation.core.operations with annotations of type Operation Modifier and Type Class Description class
FetchContextBlob
class
FetchContextDocument
Generic fetch document operation that can be used on any context that has a document as the input.class
LogOperation
An operation to log in log4j.class
RestoreBlobInput
class
RestoreBlobInputFromScript
Run a script and return the result blob object of the script the output of the operation.class
RestoreBlobsInput
class
RestoreBlobsInputFromScript
Run a script and return the result Blobs object of the script the output of the operationclass
RestoreDocumentInput
class
RestoreDocumentInputFromScript
Run a script and return the result Document object of the script the output of the operationclass
RestoreDocumentsInput
class
RestoreDocumentsInputFromScript
Run a script and return the result documents object of the script the output of the operationclass
RunInputScript
Run a script given as the input of the operation (as a blob).class
RunScript
Save the session - TODO remove this?class
SetInputAsVar
class
SetVar
Generic fetch document operation that can be used on any context that has a document as the input. -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.blob
Classes in org.nuxeo.ecm.automation.core.operations.blob with annotations of type Operation Modifier and Type Class Description class
AttachBlob
class
BlobToFile
class
BlobToPDF
Save the input documentclass
BulkDownload
Bulk Download Operation.class
ConcatenatePDFs
Given a File document holding a pdf on the file:content property and 2 pdfs on the files:files property, the following operation will provide a pdf that is the result of the merge of all the pdfs, with the content of the one in file:content property first.class
ConvertBlob
Convert the given blob to a file with given mimetype.class
CreateBlob
TODO: detect mine?class
CreateZip
TODO: detect mine?class
GetAllDocumentBlobs
Get all document blobsclass
GetDocumentBlob
Get document blob inside the file:content propertyclass
GetDocumentBlobs
Get document blobs inside the files:files propertyclass
PostBlob
class
RunConverter
class
SetBlobFileName
-
Uses of Operation in org.nuxeo.ecm.automation.core.operations.business
Classes in org.nuxeo.ecm.automation.core.operations.business with annotations of type Operation Modifier and Type Class Description class
BusinessCreateOperation
This operation map pojo client side to document adapter server side and create NX document assuming that pojo and adapter have both properties in common.class
BusinessFetchOperation
This operation map pojo client side to document adapter server side and fetch the related NX document.class
BusinessUpdateOperation
This operation map pojo client side to document adapter server side and update the related NX document. -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.collections
Classes in org.nuxeo.ecm.automation.core.operations.collections with annotations of type Operation Modifier and Type Class Description class
AddToCollectionOperation
Class for the operation to add a list of documents in a Collection.class
AddToFavoritesOperation
Class for the operation to add a list of documents in the Favorites.class
CreateCollectionOperation
Class for the operation to create a Collection.class
FetchFavorites
Fetch the favorites document root collection.class
GetCollectionsOperation
Class for the operation to get the collections matching the searching terms.class
GetDocumentsFromCollectionOperation
Class for the operation to get the list of documents from a Collection.class
GetDocumentsFromFavoritesOperation
Class for the operation getting the elements present in the Favorites collection.class
MoveCollectionMemberOperation
class
RemoveFromCollectionOperation
Class for the operation to remove a list of documents in a Collection.class
RemoveFromFavoritesOperation
Class for the operation to remove a list of documents from the Favorites.class
SuggestCollectionEntry
-
Uses of Operation in org.nuxeo.ecm.automation.core.operations.document
Classes in org.nuxeo.ecm.automation.core.operations.document with annotations of type Operation Modifier and Type Class Description class
AddEntryToMultiValuedProperty
See operation documentationclass
AddFacet
Operation that adds a facet to the document.class
AddItemToListProperty
class
AddPermission
Operation that adds a permission to a given ACL for a given user.class
BlockPermissionInheritance
Operation blocking permission inheritance on a given ACL.class
CheckInDocument
Check in the input document.class
CheckOutDocument
Check out the input document.class
CopyDocument
class
CopySchema
class
CreateDocument
Create a document into the input documentclass
CreateProxyLive
class
CreateVersion
class
DeleteDocument
class
EmptyTrash
class
FetchByProperty
class
FetchDocument
class
FilterDocuments
class
GetDocumentChild
class
GetDocumentChildren
class
GetDocumentParent
class
GetDocumentVersions
Gets the versions of the input document.class
GetLastDocumentVersion
class
GetLiveDocument
class
LockDocument
class
MoveDocument
class
MultiPublishDocument
class
OrderDocument
class
PublishDocument
class
Query
Deprecated.Since 6.0, document query operation logic has been moved.class
ReloadDocument
class
RemoveDocumentACL
class
RemoveDocumentBlob
class
RemoveEntryOfMultiValuedProperty
class
RemoveFacet
class
RemoveItemFromListProperty
class
RemovePermission
Operation that removes all permissions on a given ACL for a given user.class
RemoveProperty
class
RemoveProxies
class
ReplacePermission
Replaces a given ACE.class
ResetSchema
class
RestoreVersion
Restores a document to the input version document.class
SaveDocument
class
SetDocumentACE
class
SetDocumentBlob
class
SetDocumentLifeCycle
class
SetDocumentProperty
class
TrashDocument
class
UnblockPermissionInheritance
Operation unblocking permission inheritance on a given ACL.class
UnlockDocument
class
UntrashDocument
class
UpdateDocument
-
Uses of Operation in org.nuxeo.ecm.automation.core.operations.execution
Classes in org.nuxeo.ecm.automation.core.operations.execution with annotations of type Operation Modifier and Type Class Description class
RunDocumentChain
Run an embedded operation chain that returns a DocumentModel using the current input.class
RunFileChain
Run an embedded operation chain that returns a Blob using the current input.class
RunInNewTransaction
Deprecated.since 6.0.class
RunOperation
Run an embedded operation chain using the current input.class
RunOperationOnList
Run an embedded operation chain using the current input.class
RunOperationOnListInNewTransaction
Deprecated.since 6.0.class
SaveSession
Save the session - TODO remove this? -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.login
Classes in org.nuxeo.ecm.automation.core.operations.login with annotations of type Operation Modifier and Type Class Description class
LoginAs
class
Logout
-
Uses of Operation in org.nuxeo.ecm.automation.core.operations.management
Classes in org.nuxeo.ecm.automation.core.operations.management with annotations of type Operation Modifier and Type Class Description class
GetCounters
Deprecated.since 11.4, superseded by dropwizard metrics -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.notification
Classes in org.nuxeo.ecm.automation.core.operations.notification with annotations of type Operation Modifier and Type Class Description class
SendMail
Save the session - TODO remove this? -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.services
Classes in org.nuxeo.ecm.automation.core.operations.services with annotations of type Operation Modifier and Type Class Description class
AuditLog
class
AuditPageProviderOperation
Operation to execute a query or a named provider against Audit with support for Paginationclass
AuditQuery
class
AuditRestore
class
BlobHolderAttach
class
CreateRelation
class
DeleteRelation
class
DocumentPageProviderOperation
Operation to execute a query or a named provider with support for Pagination.class
FileManagerCreateFolder
UseFileManager
to create a folder and set multiple properties on it.class
FileManagerImport
UseFileManager
to create documents from blobsclass
FileManagerImportWithProperties
UseFileManager
to create documents from blobs and set multiple properties on them.class
GetActions
QueriesActionManager
for available actions in the given contextclass
GetDirectoryEntries
Return the content of aDirectory
as a JSON StringBlobclass
GetRelations
class
MetricsStart
Simple operation to start metrics reporterclass
MetricsStop
Simple operation to stop metrics reportersclass
ResultSetPageProviderOperation
Operation to execute a query or a named provider with support for Paginationclass
RunOperationOnProvider
Run an embedded operation chain for each page of the pageProvider given as input.class
UserInvite
Simple operation to invite a User.class
UserWorkspace
Simple operation to get the User's personal Workspace -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.services.bulk
Classes in org.nuxeo.ecm.automation.core.operations.services.bulk with annotations of type Operation Modifier and Type Class Description class
BulkRunAction
Automation operation that can run an http enabled Bulk Action.class
BulkWaitForAction
Wait for Bulk computation. -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.services.directory
Classes in org.nuxeo.ecm.automation.core.operations.services.directory with annotations of type Operation Modifier and Type Class Description class
CreateDirectoryEntries
Creates entries for a givenDirectory
.class
CreateVocabularyEntry
class
DeleteDirectoryEntries
Delete entries for a givenDirectory
.class
DirectoryProjection
class
LoadFromCSV
Load entries into aDirectory
from a CSV File.class
ReadDirectoryEntries
Reads entries for a givenDirectory
.class
SuggestDirectoryEntries
SuggestDirectoryEntries Operationclass
UpdateDirectoryEntries
Updates entries for a givenDirectory
. -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.services.query
Classes in org.nuxeo.ecm.automation.core.operations.services.query with annotations of type Operation Modifier and Type Class Description class
DocumentPaginatedQuery
class
ResultSetPaginatedQuery
-
Uses of Operation in org.nuxeo.ecm.automation.core.operations.services.workmanager
Classes in org.nuxeo.ecm.automation.core.operations.services.workmanager with annotations of type Operation Modifier and Type Class Description class
WorkManagerRunWorkInFailure
Executes Works stored in the dead letter queue after failure. -
Uses of Operation in org.nuxeo.ecm.automation.core.operations.stack
Classes in org.nuxeo.ecm.automation.core.operations.stack with annotations of type Operation Modifier and Type Class Description class
PopBlob
class
PopBlobList
class
PopDocument
Pop a document from the context stack and restore the input from the poped document.class
PopDocumentList
Pop a document from the context stack and restore the input from the popped document.class
PullBlob
class
PullBlobList
class
PullDocument
class
PullDocumentList
class
PushBlob
class
PushBlobList
class
PushDocument
class
PushDocumentList
-
Uses of Operation in org.nuxeo.ecm.automation.core.operations.traces
Classes in org.nuxeo.ecm.automation.core.operations.traces with annotations of type Operation Modifier and Type Class Description class
AutomationTraceGetOperation
class
AutomationTraceToggleOperation
class
JsonStackToggleDisplayOperation
-
Uses of Operation in org.nuxeo.ecm.automation.core.operations.users
Classes in org.nuxeo.ecm.automation.core.operations.users with annotations of type Operation Modifier and Type Class Description class
CreateOrUpdateGroup
Operation to create or update a group.class
CreateOrUpdateUser
Operation to create or update a user.class
GetDocumentPrincipalEmails
Retrieve the emails from users/groups who have the given permission on given document.class
GetDocumentUsersAndGroups
Retrieve the users/groups who have the given permission on given document.class
GetNuxeoPrincipal
Fetch a user fromUserManager
and return it as aDocumentModel
.class
QueryUsers
class
SuggestUserEntries
SuggestUser Operation. -
Uses of Operation in org.nuxeo.ecm.automation.core.rendering.operations
Classes in org.nuxeo.ecm.automation.core.rendering.operations with annotations of type Operation Modifier and Type Class Description class
RenderDocument
class
RenderDocumentFeed
-
Uses of Operation in org.nuxeo.ecm.automation.elasticsearch
Classes in org.nuxeo.ecm.automation.elasticsearch with annotations of type Operation Modifier and Type Class Description class
ElasticsearchBulkIndexOperation
Run Elasticsearch indexing operation using the Bulk Serviceclass
ElasticsearchIndexOperation
Run Elasticsearch indexing operationclass
ElasticsearchWaitForIndexingOperation
Wait for Elasticsearch indexing background job -
Uses of Operation in org.nuxeo.ecm.automation.task
Classes in org.nuxeo.ecm.automation.task with annotations of type Operation Modifier and Type Class Description class
CreateTask
Creates a taskclass
GetUserTasks
Returns tasks assigned to current user or one of its groups.class
UserTaskPageProviderOperation
Operation to retrieve the tasks waiting for the current user. -
Uses of Operation in org.nuxeo.ecm.csv.core.operation
Classes in org.nuxeo.ecm.csv.core.operation with annotations of type Operation Modifier and Type Class Description class
CSVImportLogOperation
class
CSVImportOperation
class
CSVImportResultOperation
class
CSVImportStatusOperation
-
Uses of Operation in org.nuxeo.ecm.localconf
Classes in org.nuxeo.ecm.localconf with annotations of type Operation Modifier and Type Class Description class
PutSimpleConfParam
Operation to put a parameter on the Simple Configuration of the input Document.class
PutSimpleConfParams
Operation to put parameters on the Simple Configuration of the input Document.class
SetSimpleConfParamVar
Operation to set a context variable with the value of the given parameter name of the SimpleConfiguration retrieve from the input Document. -
Uses of Operation in org.nuxeo.ecm.permissions.operations
Classes in org.nuxeo.ecm.permissions.operations with annotations of type Operation Modifier and Type Class Description class
SendNotificationEmailForPermission
Operation that sends the notification email for a givenACE
. -
Uses of Operation in org.nuxeo.ecm.platform.comment.workflow
Classes in org.nuxeo.ecm.platform.comment.workflow with annotations of type Operation Modifier and Type Class Description class
ModerateCommentOperation
-
Uses of Operation in org.nuxeo.ecm.platform.ec.notification.automation
Classes in org.nuxeo.ecm.platform.ec.notification.automation with annotations of type Operation Modifier and Type Class Description class
SubscribeOperation
Operation to subscribe a user to the notifications of one or more of documents.class
UnsubscribeOperation
Operation to unsubscribe a user to the notifications of one or more of documents. -
Uses of Operation in org.nuxeo.ecm.platform.io.operation
Classes in org.nuxeo.ecm.platform.io.operation with annotations of type Operation Modifier and Type Class Description class
ExportDocument
Operation that export a document. -
Uses of Operation in org.nuxeo.ecm.platform.mail.operations
Classes in org.nuxeo.ecm.platform.mail.operations with annotations of type Operation Modifier and Type Class Description class
MailCheckInboxOperation
Checks for unread emails in the inbox of an Email Folder. -
Uses of Operation in org.nuxeo.ecm.platform.pdf.operations
Classes in org.nuxeo.ecm.platform.pdf.operations with annotations of type Operation Modifier and Type Class Description class
PDFAddPageNumbersOperation
Add page numbers to the PDF.class
PDFConvertToPicturesOperation
Converts each page of a PDF into a picture.class
PDFEncryptOperation
Encrypts the PDF with the given permissions.class
PDFEncryptReadOnlyOperation
Encrypts the PDF to "readonly" for users.class
PDFExtractInfoOperation
Extracts PDF info to specific fields.class
PDFExtractLinksOperation
Returns a JSON string of an array of objects with page, subType, text and link fields.class
PDFExtractPagesOperation
Extract pages fromstartPage
toendPage
(inclusive) from the input object.class
PDFExtractTextOperation
Extracts raw text from a PDF.class
PDFMergeBlobsOperation
Merges Blobs into a single PDF.class
PDFMergeDocumentsOperation
The input document(s) always is(are) the first PDF(s), and each pdf is read in thexpath
field.class
PDFRemoveEncryptionOperation
Removes the encryption, returns a copy of the blob.class
PDFWatermarkImageOperation
Return a new blob combining the input PDF and the watermark image blob given as a parameter.class
PDFWatermarkPDFOperation
Returns a new blob combining the input PDF and an overlaid PDF on every page.class
PDFWatermarkTextOperation
Return a new blob combining the input PDF and the watermark text given as a parameter. -
Uses of Operation in org.nuxeo.ecm.platform.picture.operation
Classes in org.nuxeo.ecm.platform.picture.operation with annotations of type Operation Modifier and Type Class Description class
CreatePicture
Create a Picture document into the input documentclass
GetPictureView
Simple Operation to extract an image view from a Picture Document.class
PictureResize
Simple Operation to convert the size of a picture blobclass
RecomputePictureViews
Recomputes the picture views of the documents resulting from the provided NXQL query. -
Uses of Operation in org.nuxeo.ecm.platform.rendition.operation
Classes in org.nuxeo.ecm.platform.rendition.operation with annotations of type Operation Modifier and Type Class Description class
GetContainerRendition
Returns a Folderish Document or Collection default rendition.class
GetRendition
Returns a document rendition given its name.class
PublishRendition
Publish the rendition of a document.class
UnpublishAll
Unpublish all publications of the document. -
Uses of Operation in org.nuxeo.ecm.platform.routing.api.operation
Classes in org.nuxeo.ecm.platform.routing.api.operation with annotations of type Operation Modifier and Type Class Description class
BulkRestartWorkflow
Bulk operation to cancel and restart all the workflow instances of the workflow model with the idworkflowId
.class
MapPropertiesOnTaskOperation
Applies the mapping passed as parameter on the input task document.class
ResumeStepOperation
Deprecated.since 5.9.2 - Use only routes of type 'graph'class
SetNextStepOnConditionalFolderOperation
Deprecated.since 5.9.2 - Use only routes of type 'graph'class
SetWorkflowNodeVar
Generic fetch document operation that can be used on any context that has a document as the input.class
StepBackToReadyOperation
Deprecated.since 5.9.2 - Use only routes of type 'graph'class
StepDoneOperation
Deprecated.since 5.9.2 - Use only routes of type 'graph'class
UpdateCommentsInfoOnDocumentOperation
Updates the number of comments stored on theDocumentRouteStep
. -
Uses of Operation in org.nuxeo.ecm.platform.routing.core.api.operation
Classes in org.nuxeo.ecm.platform.routing.core.api.operation with annotations of type Operation Modifier and Type Class Description class
CancelWorkflowOperation
Cancels the workflow with the given id, where the id is the id of the document representing the workflow instance.class
CompleteTaskOperation
Completes a task.class
GetOpenTasksOperation
Returns all open tasks on the input document(s).class
GetTaskNamesOperation
Returns a list of current user open tasks where their translated name matches (partially or fully) the 'searchTerm' parameter.class
ResumeNodeOperation
Resumes a workflow on a give node.class
SetWorkflowVar
Set a workflow variable.class
SetWorkflowVariablesOperation
Set a list of variable on the workflow instance with the given idclass
StartWorkflowOperation
Starts the workflow with the given model id on the input documents. -
Uses of Operation in org.nuxeo.ecm.platform.routing.core.impl
Classes in org.nuxeo.ecm.platform.routing.core.impl with annotations of type Operation Modifier and Type Class Description class
GetGraphOperation
Returns a json representation of the graph route -
Uses of Operation in org.nuxeo.ecm.platform.signature.core.operations
Classes in org.nuxeo.ecm.platform.signature.core.operations with annotations of type Operation Modifier and Type Class Description class
SignPDF
class
SignPDFDocument
-
Uses of Operation in org.nuxeo.ecm.platform.suggestbox.automation
Classes in org.nuxeo.ecm.platform.suggestbox.automation with annotations of type Operation Modifier and Type Class Description class
SuggestOperation
Operation used to suggest result by getting and calling all the suggesters defined in contributions. -
Uses of Operation in org.nuxeo.ecm.platform.tag.automation
Classes in org.nuxeo.ecm.platform.tag.automation with annotations of type Operation Modifier and Type Class Description class
SuggestTagEntry
-
Uses of Operation in org.nuxeo.ecm.platform.tag.operations
Classes in org.nuxeo.ecm.platform.tag.operations with annotations of type Operation Modifier and Type Class Description class
RemoveDocumentTags
class
TagDocument
class
UntagDocument
-
Uses of Operation in org.nuxeo.ecm.platform.thumbnail.operation
Classes in org.nuxeo.ecm.platform.thumbnail.operation with annotations of type Operation Modifier and Type Class Description class
RecomputeThumbnails
Recomputes the thumbnail of the documents resulting from the provided NXQL query. -
Uses of Operation in org.nuxeo.ecm.platform.userworkspace.operations
Classes in org.nuxeo.ecm.platform.userworkspace.operations with annotations of type Operation Modifier and Type Class Description class
UserWorkspaceCreateFromBlob
UsesFileManager
to import files inside the User's personal workspace. -
Uses of Operation in org.nuxeo.ecm.platform.video.tools.operations
Classes in org.nuxeo.ecm.platform.video.tools.operations with annotations of type Operation Modifier and Type Class Description class
AddWatermarkToVideo
Watermark a Video with the given Picture, at the given position (from top-left).class
ConcatVideos
Operation for merging 2-n videos in one.class
ExtractClosedCaptionsFromVideo
Extracts Closed Captions from a Video.class
SliceVideo
Slices the video to obtain a part of it.class
SliceVideoInParts
Operation for slicing a video in parts with approximately equal duration. -
Uses of Operation in org.nuxeo.ecm.quota.automation
Classes in org.nuxeo.ecm.quota.automation with annotations of type Operation Modifier and Type Class Description class
GetQuotaInfoOperation
class
GetQuotaStatisticsOperation
Returns a json representation of the quota info to be displayed in a pie chartclass
RecomputeQuotaStatistics
Recomputes Quota size statistics.class
SetQuotaInfoOperation
-
Uses of Operation in org.nuxeo.importer.stream.automation
Classes in org.nuxeo.importer.stream.automation with annotations of type Operation Modifier and Type Class Description class
BlobConsumers
class
DocumentConsumers
class
FileBlobProducers
Create blob messages using a list of files.class
RandomBlobProducers
class
RandomDocumentProducers
class
RedisDocumentConsumers
Import document message into Redis, so they can be used by Gatling simulation to create Nuxeo documents. -
Uses of Operation in org.nuxeo.io.fsexporter
Classes in org.nuxeo.io.fsexporter with annotations of type Operation Modifier and Type Class Description class
ExportStructureToFS
-
Uses of Operation in org.nuxeo.snapshot.operation
Classes in org.nuxeo.snapshot.operation with annotations of type Operation Modifier and Type Class Description class
CreateTreeSnapshot
-
Uses of Operation in org.nuxeo.template.automation
Classes in org.nuxeo.template.automation with annotations of type Operation Modifier and Type Class Description class
DetachTemplateOperation
Operation to detach an bound documents from a template.class
RenderWithTemplateOperation
Operation to wrapp the rendition process -
Uses of Operation in org.nuxeo.template.deckjs
Classes in org.nuxeo.template.deckjs with annotations of type Operation Modifier and Type Class Description class
DeckJSPDFOperation
-