Uses of Interface
com.flowable.agent.api.repository.AgentRepositoryService
Packages that use AgentRepositoryService
Package
Description
-
Uses of AgentRepositoryService in com.flowable.agent.api
Methods in com.flowable.agent.api that return AgentRepositoryService -
Uses of AgentRepositoryService in com.flowable.agent.engine
Fields in com.flowable.agent.engine declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServiceAgentEngineConfiguration.agentRepositoryServiceMethods in com.flowable.agent.engine that return AgentRepositoryServiceModifier and TypeMethodDescriptionAgentEngine.getAgentRepositoryService()AgentEngineConfiguration.getAgentRepositoryService()Methods in com.flowable.agent.engine with parameters of type AgentRepositoryServiceModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setAgentRepositoryService(AgentRepositoryService agentRepositoryService) -
Uses of AgentRepositoryService in com.flowable.agent.engine.autodeployment
Methods in com.flowable.agent.engine.autodeployment with parameters of type AgentRepositoryServiceModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deploy(Resource[] agentResources, AgentRepositoryService agentRepositoryService, String tenantId) -
Uses of AgentRepositoryService in com.flowable.agent.engine.impl
Fields in com.flowable.agent.engine.impl declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServiceAgentEngineImpl.agentRepositoryServiceMethods in com.flowable.agent.engine.impl that return AgentRepositoryService -
Uses of AgentRepositoryService in com.flowable.agent.engine.impl.contentitem
Fields in com.flowable.agent.engine.impl.contentitem declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServiceDocumentClassificationListener.agentRepositoryServiceConstructors in com.flowable.agent.engine.impl.contentitem with parameters of type AgentRepositoryServiceModifierConstructorDescriptionDocumentClassificationListener(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, DocumentRepositoryService documentRepositoryService, MetadataService metadataService) -
Uses of AgentRepositoryService in com.flowable.agent.engine.impl.evaluator
Fields in com.flowable.agent.engine.impl.evaluator declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected final AgentRepositoryServiceAgentEvaluatorInvoker.agentRepositoryServiceConstructors in com.flowable.agent.engine.impl.evaluator with parameters of type AgentRepositoryServiceModifierConstructorDescriptionAgentEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference, AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, org.flowable.common.engine.impl.runtime.Clock clock) -
Uses of AgentRepositoryService in com.flowable.agent.engine.impl.repository
Classes in com.flowable.agent.engine.impl.repository that implement AgentRepositoryService -
Uses of AgentRepositoryService in com.flowable.agent.engine.impl.util
Methods in com.flowable.agent.engine.impl.util that return AgentRepositoryServiceModifier and TypeMethodDescriptionstatic AgentRepositoryServiceCommandContextUtil.getAgentRepositoryService()static AgentRepositoryServiceCommandContextUtil.getAgentRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AgentRepositoryService in com.flowable.indexing.query.builder.standard
Fields in com.flowable.indexing.query.builder.standard declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServiceStandardDataQueryInputValuesTransformerImpl.agentRepositoryService -
Uses of AgentRepositoryService in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServicePlatformCaseInstanceService.agentRepositoryService -
Uses of AgentRepositoryService in com.flowable.platform.service.dashboard
Fields in com.flowable.platform.service.dashboard declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServiceDashboardServiceImpl.agentRepositoryService -
Uses of AgentRepositoryService in com.flowable.platform.service.form.invocation
Fields in com.flowable.platform.service.form.invocation declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected final AgentRepositoryServiceFormAgentInvokerImpl.agentRepositoryServiceConstructors in com.flowable.platform.service.form.invocation with parameters of type AgentRepositoryServiceModifierConstructorDescriptionFormAgentInvokerImpl(AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, SecurityHelper securityHelper, tools.jackson.databind.ObjectMapper objectMapper) -
Uses of AgentRepositoryService in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServicePlatformProcessInstanceService.agentRepositoryService -
Uses of AgentRepositoryService in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as AgentRepositoryServiceModifier and TypeFieldDescriptionprotected AgentRepositoryServicePlatformTaskService.agentRepositoryService