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 AgentRepositoryServiceCaseContentItemSavedListener.agentRepositoryServiceMethods in com.flowable.agent.engine.impl.contentitem with parameters of type AgentRepositoryServiceModifier and TypeMethodDescriptionprotected StringClassifyContentItemJobHandler.getExtractionOperation(AgentDefinition documentAgentDefinition, String documentType, AgentRepositoryService agentRepositoryService) Constructors in com.flowable.agent.engine.impl.contentitem with parameters of type AgentRepositoryServiceModifierConstructorDescriptionCaseContentItemSavedListener(com.fasterxml.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.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.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, com.fasterxml.jackson.databind.ObjectMapper objectMapper)