Uses of Interface
org.nuxeo.ecm.automation.AutomationService
-
-
Uses of AutomationService in org.nuxeo.automation.scripting.internals
Fields in org.nuxeo.automation.scripting.internals declared as AutomationService Modifier and Type Field Description protected AutomationServiceAutomationScriptingRegistry. automationprotected AutomationServiceScriptingOperationTypeImpl. automationMethods in org.nuxeo.automation.scripting.internals that return AutomationService Modifier and Type Method Description AutomationServiceScriptingOperationTypeImpl. getService()Constructors in org.nuxeo.automation.scripting.internals with parameters of type AutomationService Constructor Description ScriptingOperationTypeImpl(AutomationScriptingServiceImpl scripting, AutomationService automation, ScriptingOperationDescriptor desc) -
Uses of AutomationService in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return AutomationService Modifier and Type Method Description AutomationServiceOperationType. 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 AutomationService Modifier and Type Field Description protected AutomationServiceEventHandlerRegistry. svcConstructors in org.nuxeo.ecm.automation.core.events with parameters of type AutomationService Constructor Description EventHandlerRegistry(AutomationService svc) -
Uses of AutomationService in org.nuxeo.ecm.automation.core.impl
Classes in org.nuxeo.ecm.automation.core.impl that implement AutomationService Modifier and Type Class Description classOperationServiceImplThe 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 AutomationService Modifier and Type Field Description protected AutomationServiceChainTypeImpl. serviceThe service that registered the operation.protected AutomationServiceOperationChainCompiler. serviceprotected AutomationServiceOperationTypeImpl. serviceThe service that registered the operationMethods in org.nuxeo.ecm.automation.core.impl that return AutomationService Modifier and Type Method Description AutomationServiceChainTypeImpl. getService()AutomationServiceOperationTypeImpl. getService()Constructors in org.nuxeo.ecm.automation.core.impl with parameters of type AutomationService Constructor Description ChainTypeImpl(AutomationService service, OperationChain chain, OperationChainContribution contribution)Deprecated.since 11.1, see other constructorChainTypeImpl(AutomationService service, OperationChain chain, OperationChainContribution contribution, String contributingComponent)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 AutomationService Modifier and Type Field Description protected 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 AutomationService Modifier and Type Field Description protected 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 AutomationService Modifier and Type Field Description protected AutomationServiceRunDocumentChain. serviceprotected AutomationServiceRunFileChain. serviceprotected AutomationServiceRunInNewTransaction. serviceDeprecated.protected AutomationServiceRunOperation. serviceprotected AutomationServiceRunOperationOnList. serviceprotected AutomationServiceRunOperationOnListInNewTransaction. serviceDeprecated. -
Uses of AutomationService in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AutomationService Modifier and Type Field Description protected 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 AutomationService Modifier and Type Field Description protected 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 Constructor Description AutomationInfo(AutomationService service) -
Uses of AutomationService in org.nuxeo.ecm.automation.server.jaxrs
Fields in org.nuxeo.ecm.automation.server.jaxrs declared as AutomationService Modifier and Type Field Description protected AutomationServiceAutomationResource. serviceprotected AutomationServiceExecutableResource. serviceMethods in org.nuxeo.ecm.automation.server.jaxrs that return AutomationService Modifier and Type Method Description AutomationServiceAutomationServiceProvider. getValue()Methods in org.nuxeo.ecm.automation.server.jaxrs that return types with arguments of type AutomationService Modifier and Type Method Description com.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 Modifier and Type Field Description protected AutomationServiceAsyncOperationAdapter. service -
Uses of AutomationService in org.nuxeo.ecm.platform.routing.api.helper
Methods in org.nuxeo.ecm.platform.routing.api.helper that return AutomationService Modifier and Type Method Description protected AutomationServiceActionableValidator. getAutomationService()Deprecated. -
Uses of AutomationService in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return AutomationService Modifier and Type Method Description AutomationServiceStepElementRunner. getAutomationService()Deprecated. -
Uses of AutomationService in org.nuxeo.ecm.platform.userworkspace.operations
Fields in org.nuxeo.ecm.platform.userworkspace.operations declared as AutomationService Modifier and Type Field Description protected AutomationServiceUserWorkspaceCreateFromBlob. as
-