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 AutomationServiceAutomationScriptingRegistry.automationprotected AutomationServiceScriptingOperationTypeImpl.automationMethods 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 TypeClassDescriptionclassThe 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 AutomationServiceChainTypeImpl.serviceThe service that registered the operation.protected final AutomationServiceOperationChainCompiler.serviceprotected AutomationServiceOperationTypeImpl.serviceThe 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) protectedOperationChainCompiler(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 AutomationServiceGetCollectionsOperation.serviceprotected AutomationServiceGetDocumentsFromCollectionOperation.serviceprotected AutomationServiceGetDocumentsFromFavoritesOperation.serviceprotected AutomationServiceSuggestCollectionEntry.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 AutomationServiceAddItemToListProperty.serviceprotected AutomationServiceRemoveItemFromListProperty.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 AutomationServiceRunDocumentChain.serviceprotected AutomationServiceRunFileChain.serviceprotected AutomationServiceRunInNewTransaction.serviceDeprecated.protected AutomationServiceRunOperation.serviceprotected AutomationServiceRunOperationOnList.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 AutomationServiceBlobHolderAttach.asprotected AutomationServiceFileManagerCreateFolder.asprotected AutomationServiceFileManagerImport.asprotected AutomationServiceFileManagerImportWithProperties.asprotected AutomationServiceUserWorkspace.asprotected AutomationServiceGetActions.automationprotected AutomationServiceRunOperationOnProvider.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 AutomationServiceAbstractAutomationBulkAction.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 AutomationServiceAutomationResource.serviceprotected AutomationServiceExecutableResource.serviceMethods 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