Uses of Interface
org.nuxeo.ecm.automation.AutomationService
Package
Description
-
Uses of AutomationService in org.nuxeo.automation.scripting.internals
Modifier and TypeFieldDescriptionprotected AutomationService
AutomationScriptingRegistry.automation
protected AutomationService
ScriptingOperationTypeImpl.automation
ModifierConstructorDescriptionScriptingOperationTypeImpl
(AutomationScriptingServiceImpl scripting, AutomationService automation, ScriptingOperationDescriptor desc) -
Uses of AutomationService in org.nuxeo.ecm.automation
Modifier and TypeMethodDescriptionOperationType.getService()
Gets the service that registered that type. -
Uses of AutomationService in org.nuxeo.ecm.automation.core.events
-
Uses of AutomationService in org.nuxeo.ecm.automation.core.impl
Modifier and TypeClassDescriptionclass
The operation registry is thread safe and optimized for modifications at startup and lookups at runtime.Modifier and TypeFieldDescriptionprotected AutomationService
ChainTypeImpl.service
The service that registered the operation.protected final AutomationService
OperationChainCompiler.service
protected AutomationService
OperationTypeImpl.service
The service that registered the operationModifierConstructorDescriptionChainTypeImpl
(AutomationService service, OperationChain chain, OperationChainContribution contribution) Deprecated.since 11.1, see other constructorChainTypeImpl
(AutomationService service, OperationChain chain, OperationChainContribution contribution, String contributingComponent) protected
OperationChainCompiler
(AutomationService service) OperationTypeImpl
(AutomationService service, Class<?> type) OperationTypeImpl
(AutomationService service, Class<?> type, String contributingComponent) OperationTypeImpl
(AutomationService service, Class<?> type, String contributingComponent, List<WidgetDefinition> widgetDefinitionList) -
Uses of AutomationService in org.nuxeo.ecm.automation.core.operations.collections
Modifier and TypeFieldDescriptionprotected AutomationService
GetCollectionsOperation.service
protected AutomationService
GetDocumentsFromCollectionOperation.service
protected AutomationService
GetDocumentsFromFavoritesOperation.service
protected AutomationService
SuggestCollectionEntry.service
-
Uses of AutomationService in org.nuxeo.ecm.automation.core.operations.document
Modifier and TypeFieldDescriptionprotected AutomationService
AddItemToListProperty.service
protected AutomationService
RemoveItemFromListProperty.service
-
Uses of AutomationService in org.nuxeo.ecm.automation.core.operations.execution
Modifier and TypeFieldDescriptionprotected AutomationService
RunDocumentChain.service
protected AutomationService
RunFileChain.service
protected AutomationService
RunInNewTransaction.service
Deprecated.protected AutomationService
RunOperation.service
protected AutomationService
RunOperationOnList.service
-
Uses of AutomationService in org.nuxeo.ecm.automation.core.operations.services
Modifier and TypeFieldDescriptionprotected AutomationService
BlobHolderAttach.as
protected AutomationService
FileManagerCreateFolder.as
protected AutomationService
FileManagerImport.as
protected AutomationService
FileManagerImportWithProperties.as
protected AutomationService
UserWorkspace.as
protected AutomationService
GetActions.automation
protected AutomationService
RunOperationOnProvider.service
-
Uses of AutomationService in org.nuxeo.ecm.automation.core.operations.services.bulk
Modifier and TypeFieldDescriptionprotected AutomationService
AbstractAutomationBulkAction.AutomationComputation.service
-
Uses of AutomationService in org.nuxeo.ecm.automation.jaxrs.io.operations
-
Uses of AutomationService in org.nuxeo.ecm.automation.server.jaxrs
Modifier and TypeFieldDescriptionprotected AutomationService
AutomationResource.service
protected AutomationService
ExecutableResource.service
Modifier and TypeMethodDescriptioncom.sun.jersey.spi.inject.Injectable<AutomationService>
AutomationServiceProvider.getInjectable
(com.sun.jersey.core.spi.component.ComponentContext ic, javax.ws.rs.core.Context a, Type c) -
Uses of AutomationService in org.nuxeo.ecm.automation.server.jaxrs.adapters
-
Uses of AutomationService in org.nuxeo.ecm.platform.userworkspace.operations