@Component public class SystemEntityTypeRegistryImpl extends Object implements SystemEntityTypeRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
addSystemEntityType(SystemEntityType systemEntityType) |
Attribute |
getSystemAttribute(String attrIdentifier) |
SystemEntityType |
getSystemEntityType(String entityTypeId) |
Stream<SystemEntityType> |
getSystemEntityTypes() |
boolean |
hasSystemAttribute(String attrIdentifier) |
boolean |
hasSystemEntityType(String entityTypeId) |
public SystemEntityType getSystemEntityType(String entityTypeId)
getSystemEntityType in interface SystemEntityTypeRegistrypublic Stream<SystemEntityType> getSystemEntityTypes()
getSystemEntityTypes in interface SystemEntityTypeRegistrypublic boolean hasSystemEntityType(String entityTypeId)
hasSystemEntityType in interface SystemEntityTypeRegistrypublic void addSystemEntityType(SystemEntityType systemEntityType)
addSystemEntityType in interface SystemEntityTypeRegistrypublic boolean hasSystemAttribute(String attrIdentifier)
hasSystemAttribute in interface SystemEntityTypeRegistrypublic Attribute getSystemAttribute(String attrIdentifier)
getSystemAttribute in interface SystemEntityTypeRegistryCopyright © 2017. All rights reserved.