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 AutomationService
AutomationScriptingRegistry. automation
protected AutomationService
ScriptingOperationTypeImpl. automation
Methods in org.nuxeo.automation.scripting.internals that return AutomationService Modifier and Type Method Description AutomationService
ScriptingOperationTypeImpl. 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 AutomationService
OperationType. 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 AutomationService
EventHandlerRegistry. svc
Constructors 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 class
OperationServiceImpl
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 AutomationService Modifier and Type Field Description protected AutomationService
ChainTypeImpl. service
The service that registered the operation.protected AutomationService
OperationChainCompiler. service
protected AutomationService
OperationTypeImpl. service
The service that registered the operationMethods in org.nuxeo.ecm.automation.core.impl that return AutomationService Modifier and Type Method Description AutomationService
ChainTypeImpl. getService()
AutomationService
OperationTypeImpl. 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 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 AutomationService Modifier and Type Field Description protected 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 AutomationService Modifier and Type Field Description protected AutomationService
RunDocumentChain. service
protected AutomationService
RunFileChain. service
protected AutomationService
RunInNewTransaction. service
Deprecated.protected AutomationService
RunOperation. service
protected AutomationService
RunOperationOnList. service
protected AutomationService
RunOperationOnListInNewTransaction. service
Deprecated. -
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 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 AutomationService Modifier and Type Field Description protected 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 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 AutomationService
AutomationResource. service
protected AutomationService
ExecutableResource. service
Methods in org.nuxeo.ecm.automation.server.jaxrs that return AutomationService Modifier and Type Method Description AutomationService
AutomationServiceProvider. 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 AutomationService
AsyncOperationAdapter. 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 AutomationService
ActionableValidator. 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 AutomationService
StepElementRunner. 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 AutomationService
UserWorkspaceCreateFromBlob. as
-