Uses of Interface
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceDefinitionEntity
-
-
Uses of ServiceDefinitionEntity in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceDefinitionEntity Modifier and Type Method Description protected ServiceDefinitionEntity
InvokeServiceCmd. getServiceDefinition(String tenantId, CommandContext commandContext)
protected ServiceDefinitionEntity
InvokeServiceCmd. resolveServiceDefinitionByKey(String tenantId, ServiceRegistryEngineConfiguration serviceEngineConfiguration)
protected ServiceDefinitionEntity
InvokeServiceCmd. resolveServiceDefinitionByReferenceKey(String tenantId, ServiceDefinitionEntityManager serviceDefinitionEntityManager, CommandContext commandContext)
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceDefinitionEntity Modifier and Type Method Description protected ServiceDefinitionModel
InvokeServiceCmd. getServiceDefinitionModel(ServiceDefinitionEntity serviceDefinition, CommandContext commandContext)
-
Uses of ServiceDefinitionEntity in com.flowable.serviceregistry.engine.impl.deployer
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceDefinitionEntity Modifier and Type Method Description protected ServiceDefinitionEntity
ServiceDefinitionDeployer. getMostRecentVersionOfServiceDefinition(ServiceDefinitionModel serviceDefinitionModel, String tenantId)
protected ServiceDefinitionEntity
ServiceDefinitionDeployer. getPersistedInstanceOfServiceDefinition(String key, String deploymentId, String tenantId)
Methods in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceDefinitionEntity Modifier and Type Method Description protected void
ServiceDefinitionDeployer. updateCachingAndArtifacts(ServiceDefinitionEntity serviceDefinition, ServiceDefinitionModel serviceResourceModel, ServiceDeploymentEntity deployment)
-
Uses of ServiceDefinitionEntity in com.flowable.serviceregistry.engine.impl.persistence.deploy
Fields in com.flowable.serviceregistry.engine.impl.persistence.deploy declared as ServiceDefinitionEntity Modifier and Type Field Description protected ServiceDefinitionEntity
ServiceDefinitionCacheEntry. serviceDefinitionEntity
Methods in com.flowable.serviceregistry.engine.impl.persistence.deploy that return ServiceDefinitionEntity Modifier and Type Method Description ServiceDefinitionEntity
ServiceDefinitionCacheEntry. getServiceDefinitionEntity()
Methods in com.flowable.serviceregistry.engine.impl.persistence.deploy with parameters of type ServiceDefinitionEntity Modifier and Type Method Description void
ServiceDefinitionCacheEntry. setServiceDefinitionEntity(ServiceDefinitionEntity serviceDefinitionEntity)
Constructors in com.flowable.serviceregistry.engine.impl.persistence.deploy with parameters of type ServiceDefinitionEntity Constructor Description ServiceDefinitionCacheEntry(ServiceDefinitionEntity serviceDefinitionEntity, ServiceDefinitionModel serviceDefinitionModel)
-
Uses of ServiceDefinitionEntity in com.flowable.serviceregistry.engine.impl.persistence.entity
Classes in com.flowable.serviceregistry.engine.impl.persistence.entity that implement ServiceDefinitionEntity Modifier and Type Class Description class
ServiceDefinitionEntityImpl
-
Uses of ServiceDefinitionEntity in com.flowable.serviceregistry.engine.impl.persistence.entity.data
-
Uses of ServiceDefinitionEntity in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl that return types with arguments of type ServiceDefinitionEntity Modifier and Type Method Description Class<? extends ServiceDefinitionEntity>
MybatisServiceDefinitionDataManager. getManagedEntityClass()
-