Uses of Interface
org.nuxeo.ecm.automation.AutomationService
Packages that use AutomationService
Package
Description
-
Uses of AutomationService in org.nuxeo.automation.scripting.internals
Fields in org.nuxeo.automation.scripting.internals declared as AutomationServiceModifier and TypeFieldDescriptionprotected AutomationService
AutomationScriptingRegistry.automation
protected AutomationService
ScriptingOperationTypeImpl.automation
Methods in org.nuxeo.automation.scripting.internals that return AutomationServiceConstructors in org.nuxeo.automation.scripting.internals with parameters of type AutomationServiceModifierConstructorDescriptionScriptingOperationTypeImpl
(AutomationScriptingServiceImpl scripting, AutomationService automation, ScriptingOperationDescriptor desc) -
Uses of AutomationService in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return AutomationServiceModifier and TypeMethodDescriptionOperationType.getService()
Gets the service that registered that type. -
Uses of AutomationService in org.nuxeo.ecm.automation.core.events
Fields in org.nuxeo.ecm.automation.core.events declared as AutomationServiceConstructors in org.nuxeo.ecm.automation.core.events with parameters of type AutomationService -
Uses of AutomationService in org.nuxeo.ecm.automation.core.impl
Classes in org.nuxeo.ecm.automation.core.impl that implement AutomationServiceModifier and TypeClassDescriptionclass
The operation registry is thread safe and optimized for modifications at startup and lookups at runtime.Fields in org.nuxeo.ecm.automation.core.impl declared as AutomationServiceModifier 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 operationMethods in org.nuxeo.ecm.automation.core.impl that return AutomationServiceConstructors in org.nuxeo.ecm.automation.core.impl with parameters of type AutomationServiceModifierConstructorDescriptionChainTypeImpl
(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
Fields in org.nuxeo.ecm.automation.core.operations.collections declared as AutomationServiceModifier 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
Fields in org.nuxeo.ecm.automation.core.operations.document declared as AutomationServiceModifier and TypeFieldDescriptionprotected AutomationService
AddItemToListProperty.service
protected AutomationService
RemoveItemFromListProperty.service
-
Uses of AutomationService in org.nuxeo.ecm.automation.core.operations.execution
Fields in org.nuxeo.ecm.automation.core.operations.execution declared as AutomationServiceModifier 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
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AutomationServiceModifier 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
Fields in org.nuxeo.ecm.automation.core.operations.services.bulk declared as AutomationServiceModifier and TypeFieldDescriptionprotected AutomationService
AbstractAutomationBulkAction.AutomationComputation.service
-
Uses of AutomationService in org.nuxeo.ecm.automation.jaxrs.io.operations
Constructors in org.nuxeo.ecm.automation.jaxrs.io.operations with parameters of type AutomationService -
Uses of AutomationService in org.nuxeo.ecm.automation.server.jaxrs
Fields in org.nuxeo.ecm.automation.server.jaxrs declared as AutomationServiceModifier and TypeFieldDescriptionprotected AutomationService
AutomationResource.service
protected AutomationService
ExecutableResource.service
Methods in org.nuxeo.ecm.automation.server.jaxrs that return AutomationServiceMethods in org.nuxeo.ecm.automation.server.jaxrs that return types with arguments of type AutomationServiceModifier 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
Fields in org.nuxeo.ecm.automation.server.jaxrs.adapters declared as AutomationService -
Uses of AutomationService in org.nuxeo.ecm.platform.userworkspace.operations
Fields in org.nuxeo.ecm.platform.userworkspace.operations declared as AutomationService