Modifier and Type | Method and Description |
---|---|
TemplateDefinition |
TemplateDefinitionBuilder.create() |
Modifier and Type | Method and Description |
---|---|
protected TemplateDefinition |
AbstractNeedsTemplateDefinitionCmd.getTemplateDefinition(CommandContext commandContext,
String templateDefinitionId,
String templateDefinitionKey,
String parentDeploymentId,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
TemplateDefinition |
TemplateDeploymentManager.findDeployedTemplateDefinitionById(String templateDefinitionId) |
TemplateDefinition |
TemplateDeploymentManager.findDeployedTemplateDefinitionByKey(String templateDefinitionKey) |
TemplateDefinition |
TemplateDeploymentManager.findDeployedTemplateDefinitionByKeyAndTenantId(String templateDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
TemplateDefinitionCacheEntry |
TemplateDeploymentManager.resolveTemplateDefinition(TemplateDefinition templateDefinition) |
Modifier and Type | Interface and Description |
---|---|
interface |
TemplateDefinitionEntity |
Modifier and Type | Class and Description |
---|---|
class |
TemplateDefinitionEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<TemplateDefinition> |
TemplateDefinitionEntityManagerImpl.findByCriteria(TemplateDefinitionQuery query) |
List<TemplateDefinition> |
TemplateDefinitionEntityManager.findByCriteria(TemplateDefinitionQuery query) |
Modifier and Type | Method and Description |
---|---|
protected TemplateDefinitionEntity |
TemplateDeploymentEntityManagerImpl.findTemplateDefinition(TemplateDefinition templateDefinition) |
Modifier and Type | Method and Description |
---|---|
List<TemplateDefinition> |
TemplateDefinitionDataManager.findByCriteria(TemplateDefinitionQueryImpl query) |
Modifier and Type | Method and Description |
---|---|
List<TemplateDefinition> |
MybatisTemplateDefinitionDataManager.findByCriteria(TemplateDefinitionQueryImpl query) |
Modifier and Type | Method and Description |
---|---|
List<TemplateDefinition> |
TemplateDefinitionQueryImpl.executeList(CommandContext commandContext) |