| Package | Description |
|---|---|
| com.edorasware.one.entitytemplate | |
| com.edorasware.one.entitytemplate.internal | |
| com.edorasware.one.rest.manager | |
| com.edorasware.one.rest.manager.internal |
| 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 |
DefaultEntityTemplateManager.getEntityTemplateById(String definitionId,
Locale locale) |
EntityTemplate |
DefaultEntityTemplateManager.getEntityTemplateByModelId(String modelId,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.