Uses of Interface
com.flowable.agent.engine.impl.persistence.entity.AgentResourceEntity
Packages that use AgentResourceEntity
Package
Description
-
Uses of AgentResourceEntity in com.flowable.agent.engine.impl.persistence.entity
Classes in com.flowable.agent.engine.impl.persistence.entity that implement AgentResourceEntityMethods in com.flowable.agent.engine.impl.persistence.entity that return AgentResourceEntityModifier and TypeMethodDescriptionAgentResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) AgentResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type AgentResourceEntityModifier and TypeMethodDescriptionAgentResourceEntityManager.findResourcesByDeploymentId(String deploymentId) AgentResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type AgentResourceEntityModifier and TypeMethodDescriptionvoidAgentDeploymentEntity.addResource(AgentResourceEntity resource) voidAgentDeploymentEntityImpl.addResource(AgentResourceEntity resource) -
Uses of AgentResourceEntity in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data that return AgentResourceEntityModifier and TypeMethodDescriptionAgentResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.agent.engine.impl.persistence.entity.data that return types with arguments of type AgentResourceEntityModifier and TypeMethodDescriptionAgentResourceDataManager.findResourcesByDeploymentId(String deploymentId) -
Uses of AgentResourceEntity in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return AgentResourceEntityModifier and TypeMethodDescriptionMybatisAgentResourceDataManager.create()MybatisAgentResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type AgentResourceEntityModifier and TypeMethodDescriptionMybatisAgentResourceDataManager.findResourcesByDeploymentId(String deploymentId) Class<? extends AgentResourceEntity> MybatisAgentResourceDataManager.getManagedEntityClass()