Uses of Interface
step.resources.ResourceManager
Packages that use ResourceManager
Package
Description
-
Uses of ResourceManager in step.attachments
Methods in step.attachments that return ResourceManagerConstructors in step.attachments with parameters of type ResourceManager -
Uses of ResourceManager in step.client.resources
Classes in step.client.resources that implement ResourceManagerModifier and TypeClassDescriptionclass
This class provides an API to upload resources (compiled code of a keyword, etc) to the controller -
Uses of ResourceManager in step.core
Methods in step.core that return ResourceManagerMethods in step.core with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
AbstractStepContext.setResourceManager
(ResourceManager resourceManager) -
Uses of ResourceManager in step.core.execution
Methods in step.core.execution that return ResourceManagerMethods in step.core.execution with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
ExecutionContextWrapper.setResourceManager
(ResourceManager resourceManager) -
Uses of ResourceManager in step.core.export
Constructors in step.core.export with parameters of type ResourceManagerModifierConstructorDescriptionExportManager
(EntityManager entityManager, ResourceManager resourceManager) -
Uses of ResourceManager in step.core.miscellaneous
Constructors in step.core.miscellaneous with parameters of type ResourceManager -
Uses of ResourceManager in step.core.plans.runner
Fields in step.core.plans.runner declared as ResourceManagerModifier and TypeFieldDescriptionprotected final ResourceManager
PlanRunnerResult.resourceManager
Constructors in step.core.plans.runner with parameters of type ResourceManagerModifierConstructorDescriptionPlanRunnerResult
(String executionId, String rootReportNodeId, ReportTreeAccessor reportTreeAccessor, ResourceManager resourceManager) -
Uses of ResourceManager in step.functions.packages
Constructors in step.functions.packages with parameters of type ResourceManagerModifierConstructorDescriptionFunctionPackageManager
(FunctionPackageAccessor functionPackageAccessor, FunctionManager functionRepository, ResourceManager resourceManager, FileResolver fileResolver, ch.exense.commons.app.Configuration configuration, step.core.objectenricher.ObjectHookRegistry objectHookRegistry) -
Uses of ResourceManager in step.functions.packages.handlers
Constructors in step.functions.packages.handlers with parameters of type ResourceManagerModifierConstructorDescriptionRepositoryArtifactFunctionPackageHandler
(ResourceManager resourceManager, FileResolver fileResolver, ch.exense.commons.app.Configuration config) -
Uses of ResourceManager in step.plugins.table
Constructors in step.plugins.table with parameters of type ResourceManagerModifierConstructorDescriptionTableExportTask
(step.framework.server.tables.service.TableService tableService, ResourceManager resourceManager, String tableName, TableExportRequest exportRequest, step.framework.server.Session session) -
Uses of ResourceManager in step.repositories.artifact
Constructors in step.repositories.artifact with parameters of type ResourceManagerModifierConstructorDescriptionResourceArtifactRepository
(PlanAccessor planAccessor, ResourceManager resourceManager) -
Uses of ResourceManager in step.repositories.staging
Fields in step.repositories.staging declared as ResourceManagerModifier and TypeFieldDescriptionprotected ResourceManager
StagingRepositoryServices.resourceManager
-
Uses of ResourceManager in step.resources
Classes in step.resources that implement ResourceManagerFields in step.resources declared as ResourceManagerConstructors in step.resources with parameters of type ResourceManagerModifierConstructorDescriptionResourceEntity
(step.core.accessors.Accessor<Resource> accessor, ResourceManager resourceManager, FileResolver fileResolver, EntityManager entityManager) ResourceImporter
(ResourceManager resourceManager)