Modifier and Type | Method and Description |
---|---|
static EntityTemplate |
EntityTemplate.create(String id,
String type,
String subType,
String key,
String name,
String formInit,
String formWork) |
EntityTemplate |
EntityTemplateManager.getEntityTemplateById(String definitionId,
Locale locale)
Get work object definition for a given definition id.
|
EntityTemplate |
EntityTemplateManager.getEntityTemplateByModelId(String modelId,
Locale locale)
Returns the latest version of
EntityTemplate with the given model id. |
Modifier and Type | Method and Description |
---|---|
List<EntityTemplate> |
EntityTemplateManager.getEntityTemplatesByType(String type,
String nameContains,
Locale locale)
Returns all localized definitions for a given definition Type.
|
List<EntityTemplate> |
EntityTemplateManager.getEntityTemplatesByTypeAndCase(String type,
String ambiguousId,
String nameContains,
Locale locale)
Returns all localized definitions for a given definition Type and a given case ID.
|
Modifier and Type | Method and Description |
---|---|
EntityTemplate |
DefaultEntityTemplateLookupService.getEntityTemplate(String definitionId,
String languageCode) |
EntityTemplate |
EntityTemplateLookupService.getEntityTemplate(String definitionId,
String languageCode)
Gets entity template fro given definitionId
|
EntityTemplate |
DefaultEntityTemplateManager.getEntityTemplateById(String definitionId,
Locale locale) |
EntityTemplate |
DefaultEntityTemplateManager.getEntityTemplateByModelId(String modelId,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
List<EntityTemplate> |
DefaultEntityTemplateLookupService.getEntityTemplates(String type,
String languageCode) |
List<EntityTemplate> |
EntityTemplateLookupService.getEntityTemplates(String type,
String languageCode)
Gets entity templates of given type
|
List<EntityTemplate> |
DefaultEntityTemplateManager.getEntityTemplatesByType(String type,
String nameContains,
Locale locale) |
List<EntityTemplate> |
DefaultEntityTemplateManager.getEntityTemplatesByTypeAndCase(String type,
String ambiguousId,
String nameContains,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
EntityTemplate |
WorkObjectDefinitionManager.findEntityTemplateByModelId(String modelId,
Locale locale)
Finds the latest active work object definition by model global id
|
Modifier and Type | Method and Description |
---|---|
EntityTemplate |
DefaultWorkObjectDefinitionManager.findEntityTemplateByModelId(String modelId,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityTemplate> |
EntityTemplateController.getEntityTemplateById(String id,
Locale locale)
Returns the
EntityTemplate with the given id. |
org.springframework.http.ResponseEntity<EntityTemplate> |
EntityTemplateController.getEntityTemplateByModelId(String modelId,
Locale locale)
Returns the latest version of
EntityTemplate with the given modelId. |
org.springframework.http.ResponseEntity<List<EntityTemplate>> |
EntityTemplateController.getEntityTemplatesByType(String type,
String typedText,
Locale locale)
Returns all the
EntityTemplate s of the given type. |
org.springframework.http.ResponseEntity<List<EntityTemplate>> |
EntityTemplateController.getEntityTemplatesByTypeAndCase(String type,
String ambiguousId,
String typedText,
Locale locale)
Returns all the
EntityTemplate s of the given type and the given case. |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.