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)
Get work object definition for a given definition id.
|
EntityTemplate |
EntityTemplateManager.getEntityTemplateByModelId(String modelId)
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)
Returns all localized definitions for a given definition Type.
|
List<EntityTemplate> |
EntityTemplateManager.getEntityTemplatesByTypeAndCase(String type,
String ambiguousId,
String nameContains)
Returns all localized definitions for a given definition Type and a given case ID.
|
Modifier and Type | Method and Description |
---|---|
EntityTemplate |
DefaultEntityTemplateManager.getEntityTemplateById(String definitionId) |
EntityTemplate |
DefaultEntityTemplateManager.getEntityTemplateByModelId(String modelId) |
Modifier and Type | Method and Description |
---|---|
List<EntityTemplate> |
DefaultEntityTemplateManager.getEntityTemplatesByType(String type,
String nameContains) |
List<EntityTemplate> |
DefaultEntityTemplateManager.getEntityTemplatesByTypeAndCase(String type,
String ambiguousId,
String nameContains) |
Modifier and Type | Method and Description |
---|---|
EntityTemplate |
WorkObjectDefinitionManager.findEntityTemplateByModelId(String modelId)
Finds the latest active work object definition by model global id
|
Modifier and Type | Method and Description |
---|---|
EntityTemplate |
DefaultWorkObjectDefinitionManager.findEntityTemplateByModelId(String modelId) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityTemplate> |
EntityTemplateController.getEntityTemplateById(String id)
Returns the
EntityTemplate with the given id. |
org.springframework.http.ResponseEntity<EntityTemplate> |
EntityTemplateController.getEntityTemplateByModelId(String modelId)
Returns the latest version of
EntityTemplate with the given modelId. |
org.springframework.http.ResponseEntity<List<EntityTemplate>> |
EntityTemplateController.getEntityTemplatesByType(String type,
String typedText)
Returns all the
EntityTemplate s of the given type. |
org.springframework.http.ResponseEntity<List<EntityTemplate>> |
EntityTemplateController.getEntityTemplatesByTypeAndCase(String type,
String ambiguousId,
String typedText)
Returns all the
EntityTemplate s of the given type and the given case. |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.