Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.core.annotations.Operation

Packages that use Operation
org.nuxeo.ecm.automation.core.events.operations   
org.nuxeo.ecm.automation.core.operations   
org.nuxeo.ecm.automation.core.operations.blob   
org.nuxeo.ecm.automation.core.operations.document   
org.nuxeo.ecm.automation.core.operations.execution   
org.nuxeo.ecm.automation.core.operations.login   
org.nuxeo.ecm.automation.core.operations.management   
org.nuxeo.ecm.automation.core.operations.notification   
org.nuxeo.ecm.automation.core.operations.services   
org.nuxeo.ecm.automation.core.operations.stack   
org.nuxeo.ecm.automation.core.operations.users   
org.nuxeo.ecm.automation.core.rendering.operations   
org.nuxeo.ecm.automation.jbpm   
org.nuxeo.ecm.automation.jsf.operations   
org.nuxeo.ecm.automation.seam.operations   
org.nuxeo.ecm.platform.localconfiguration.simple.operations   
org.nuxeo.ecm.platform.userworkspace.operations   
 

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
 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
 class FetchContextBlob
           
 class FetchContextDocument
          Generic fetch document operation that can be used on any context that has a document as the input.
 class RestoreBlobInput
           
 class RestoreBlobsInput
           
 class RestoreDocumentInput
           
 class RestoreDocumentsInput
           
 class RunInputScript
          Run a script given as the input of the operation (as a blob).
 class RunScript
          Save the session - TODO remove this?
 class RunScriptFile
          Deprecated. Not enabled for now since not fully implemented. To activate it uncomment the registration from AutomationComponent.activate(org.nuxeo.runtime.model.ComponentContext) and enable the unit test.
 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
 class AttachBlob
           
 class BlobToFile
           
 class BlobToPDF
          Save the input document
 class CreateBlob
          TODO: detect mine?
 class CreateZip
          TODO: detect mine?
 class GetDocumentBlob
          Get document blob inside the file:content property
 class GetDocumentBlobs
          Get document blobs inside the files:files property
 class PostBlob
           
 class SetBlobFileName
           
 

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
 class CheckInDocument
          Check in the input document.
 class CheckOutDocument
          Check out the input document.
 class CopyDocument
           
 class CreateDocument
          Create a document into the input document
 class CreateVersion
           
 class DeleteDocument
           
 class FetchByProperty
           
 class FetchDocument
           
 class FilterDocuments
           
 class GetDocumentChild
           
 class GetDocumentChildren
           
 class GetDocumentParent
           
 class LockDocument
           
 class MoveDocument
           
 class MultiPublishDocument
           
 class PublishDocument
           
 class Query
           
 class ReloadDocument
           
 class RemoveDocumentACL
           
 class RemoveDocumentBlob
           
 class RemoveProperty
           
 class SaveDocument
           
 class SetDocumentACE
           
 class SetDocumentBlob
           
 class SetDocumentLifeCycle
           
 class SetDocumentProperty
           
 class UnlockDocument
           
 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
 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 RunOperation
          Run an embedded operation chain using the current input.
 class RunOperationOnList
          Run an embedded operation chain using the current input.
 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
 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
 class GetCounters
          Return the data collected by one or more Counters For each counter 3 series are returned , bare values, delta and speed
 

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
 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
 class AuditLog
           
 class AuditQuery
           
 class BlobHolderAttach
           
 class CreatePicture
          Create a Picture document into the input document
 class CreateRelation
           
 class DocumentPageProviderOperation
          Operation to execute a query or a named provider with support for Pagination
 class FileManagerImport
          Use FileManager to create documents from blobs
 class GetActions
          Queries ActionManager for available actions in the given context
 class GetDirectoryEntries
          Return the content of a Directory as a JSON StringBlob
 class GetPictureView
          Simple Operation to extract an image view from a Picture Document.
 class GetRelations
           
 class PictureResize
          Simple Operation to convert the size of a picture blob
 class UserWorkspace
          Simple operation to get the User's personal Workspace
 

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
 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.users
 

Classes in org.nuxeo.ecm.automation.core.operations.users with annotations of type Operation
 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.
 

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
 class RenderDocument
           
 class RenderDocumentFeed
           
 

Uses of Operation in org.nuxeo.ecm.automation.jbpm
 

Classes in org.nuxeo.ecm.automation.jbpm with annotations of type Operation
 class CreateTask
          Creates a task
 class GetUserTasks
          Returns tasks assigned to current user or one of its groups.
 class UserProcessPageProviderOperation
          Operation to retrieve the current user's processes.
 class UserTaskPageProviderOperation
          Operation to retrieve the tasks waiting for the current user.
 

Uses of Operation in org.nuxeo.ecm.automation.jsf.operations
 

Classes in org.nuxeo.ecm.automation.jsf.operations with annotations of type Operation
 class AddErrorMessage
           
 class AddInfoMessage
           
 class CancelCreateDocumentInUI
          Cancels a document creation in UI (equivalent to clicking on the 'cancel' button on a document creation form).
 class ChangeTab
           
 class ClearClipboard
           
 class ClearWorklist
           
 class CreateDocumentForm
           
 class CreateDocumentInUI
          Creates a document (equivalent to clicking on the 'create' button on a document creation form).
 class DownloadFile
           
 class FetchDocumentFromSeamContext
           
 class FetchFromClipboard
           
 class FetchFromWorklist
           
 class GetChangeableDocument
           
 class GetCurrentDocument
           
 class GetCurrentDomain
           
 class GetCurrentWorkspace
           
 class GetSelectedDocuments
           
 class Navigate
           
 class PushToClipboard
           
 class PushToSeamContext
           
 class PushToWorklist
           
 class RefreshUI
          Operation that: refreshes the content view cache; raises standard seam events to trigger refresh of most seam component; raises additional configurable seam events.
 class SaveDocumentInUI
          Saves a document (equivalent to clicking on the 'save' button on a document edition form).
 class SetOutcome
          Sets the outcome for JSF navigation.
 

Uses of Operation in org.nuxeo.ecm.automation.seam.operations
 

Classes in org.nuxeo.ecm.automation.seam.operations with annotations of type Operation
 class DestroySeamContext
          Cleanup Seam context
 class InitSeamContext
          Initialise Seam Context so that next operation can use Seam components
 class RunOperationInSeam
          Execute an operation within the Seam context (doing automatically the needed init and cleanup)
 

Uses of Operation in org.nuxeo.ecm.platform.localconfiguration.simple.operations
 

Classes in org.nuxeo.ecm.platform.localconfiguration.simple.operations with annotations of type Operation
 class PutSimpleConfigurationParameter
          Operation to put a parameter on the Simple Configuration of the input Document.
 class PutSimpleConfigurationParameters
          Operation to put parameters on the Simple Configuration of the input Document.
 class SetSimpleConfigurationParameterAsVar
          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.platform.userworkspace.operations
 

Classes in org.nuxeo.ecm.platform.userworkspace.operations with annotations of type Operation
 class UserWorkspaceCreateFromBlob
          Uses FileManager to import files inside the User's personal workspace.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.