| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ExtendedType> |
ObjectTemplate.getExtendedTypes() |
Collection<ExtendedType> |
TypedObject.getExtendedTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedType
An abstract class that implements a few methods you may not want to code when creating a new extended type.
|
class |
ClassificationType
Represents classification class as an object type.
|
class |
WidgetType |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtendedType> |
DefaultTypedObject.getExtendedTypes() |
Collection<? extends ExtendedType> |
ItemTemplate.getExtendedTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTypedObject.setExtendedTypes(Collection<ExtendedType> extendedTypes) |
| Constructor and Description |
|---|
ItemTemplate(CockpitItemTemplateModel cockpitItemTemplate,
ItemType baseType,
Collection<? extends ExtendedType> extendedTypes,
String code) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtendedType> |
ResultObjectWrapper.getExtendedTypes() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedType |
TypeService.getExtendedType(String code)
Gets the extended type.
|
ExtendedType |
ExtendedTypeLoader.loadType(String code,
TypeService typeService)
Returns an extended type for the given code.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtendedType> |
ExtendedTypeLoader.getExtendedTypesForTemplate(ItemType type,
String templateCode,
TypeService typeService)
Returns the extended types for a given template.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ClassificationTypeLoader.MyClassificationType |
protected class |
DefaultTypeService.MyClassificationType |
protected class |
DefaultTypeService.MyWidgetType |
protected class |
WidgetTypeLoader.MyWidgetType |
| Modifier and Type | Method and Description |
|---|---|
ExtendedType |
ExtensibleTypeService.getExtendedType(String code) |
ExtendedType |
DefaultTypeService.getExtendedType(String code) |
protected ExtendedType |
ClassificationTypeLoader.getExtendedTypeCached(String code) |
protected ExtendedType |
DefaultTypeService.getExtendedTypeCached(String code) |
protected ExtendedType |
ClassificationTypeLoader.loadClassificationType(String code) |
ExtendedType |
WidgetTypeLoader.loadType(String code,
TypeService typeService) |
ExtendedType |
ClassificationTypeLoader.loadType(String code,
TypeService typeService) |
ExtendedType |
DefaultExtendedTypeChain.loadType(String code,
TypeService typeService) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtendedType> |
ExtensibleTypeService.MyTypedObject.getExtendedTypes() |
Collection<ExtendedType> |
DefaultTypeService.MyTypedObject.getExtendedTypes() |
Collection<ExtendedType> |
AbstractTypeLoader.getExtendedTypesForTemplate(ItemType type,
String templateCode,
TypeService typeService) |
Collection<ExtendedType> |
WidgetTypeLoader.getExtendedTypesForTemplate(ItemType type,
String templateCode,
TypeService typeService) |
Collection<ExtendedType> |
ClassificationTypeLoader.getExtendedTypesForTemplate(ItemType type,
String templateCode,
TypeService typeService) |
Collection<ExtendedType> |
DefaultExtendedTypeChain.getExtendedTypesForTemplate(ItemType type,
String templateCode,
TypeService typeService) |
Copyright © 2017 SAP SE. All Rights Reserved.