| Modifier and Type | Method and Description |
|---|---|
Resource |
TypeAwareResourceResolver.getResourceForType(BaseType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
ImageUriTypeAwareResourceResolver.getResourceForType(BaseType baseType) |
| Modifier and Type | Method and Description |
|---|---|
BaseType |
OperandTypeContainer.getBaseType() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EditorRowConfiguration> |
LiveEditContentBrowser.DefaultLiveEditCaptionComponent.getRowConfigs(BaseType type) |
| Modifier and Type | Method and Description |
|---|---|
BaseType |
ObjectTemplate.getBaseType() |
BaseType |
TypedObject.getType() |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemType |
| Modifier and Type | Field and Description |
|---|---|
protected BaseType |
AbstractTypedObject.type |
| Modifier and Type | Method and Description |
|---|---|
BaseType |
DefaultTypedObject.getType() |
| Constructor and Description |
|---|
DefaultTypedObject(BaseType type,
Object object) |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemSearchType |
| Modifier and Type | Method and Description |
|---|---|
BaseType |
ResultObjectWrapper.getType() |
| Constructor and Description |
|---|
DefaultResultObject(BaseType type,
Object object)
Deprecated.
|
DefaultResultObject(BaseType type,
Object object,
double score)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BaseType |
TypeService.getBaseType(String code)
Gets the base type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTemplate> |
TypeService.getObjectTemplates(BaseType type)
Gets the object templates.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultTypeService.MyItemType |
protected class |
ExtensibleTypeService.MyItemType |
| Modifier and Type | Method and Description |
|---|---|
BaseType |
ExtensibleTypeService.getBaseType(String code) |
BaseType |
DefaultTypeService.getBaseType(String code) |
protected BaseType |
ExtensibleTypeService.getBaseTypeCached(String code) |
protected BaseType |
DefaultTypeService.getBaseTypeCached(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTemplate> |
ExtensibleTypeService.getObjectTemplates(BaseType type) |
List<ObjectTemplate> |
DefaultTypeService.getObjectTemplates(BaseType type) |
| Constructor and Description |
|---|
MyTypedObject(BaseType type,
Object object) |
MyTypedObject(BaseType type,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseType |
GenericQuerySearchProvider.matchObjectType(Item result)
Deprecated.
|
protected BaseType |
GenericQuerySearchProvider.matchObjectType(ItemModel result) |
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectTemplate> |
TypeTools.getTemplatesForCreation(TypeService typeService,
BaseType type)
Gets the templates for creation.
|
static List<Map<ObjectTemplate,Integer>> |
TypeTools.getTemplatesForCreationWithDepth(TypeService typeService,
BaseType type,
int initialDepth,
boolean showAbstract)
Gets the templates for creation with depth.
|
static String |
TypeTools.getTypeDescription(BaseType type,
TypeService typeService)
Deprecated.
Use
ObjectType.getDescription() instead. |
static String |
TypeTools.getTypeName(BaseType type,
TypeService typeService)
Deprecated.
Use
ObjectType.getName() instead. |
Copyright © 2017 SAP SE. All Rights Reserved.