@ApplicationScoped public class DataModelerWorkbenchContext extends Object
| Constructor and Description |
|---|
DataModelerWorkbenchContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContext() |
DataModelerContext |
getActiveContext() |
Map<String,AnnotationDefinition> |
getAnnotationDefinitions() |
List<PropertyType> |
getPropertyTypes() |
boolean |
isTypesInfoLoaded() |
void |
setActiveContext(DataModelerContext activeContext) |
void |
setAnnotationDefinitions(Map<String,AnnotationDefinition> annotationDefinitions) |
void |
setPropertyTypes(List<PropertyType> propertyTypes) |
public void setActiveContext(DataModelerContext activeContext)
public DataModelerContext getActiveContext()
public void clearContext()
public Map<String,AnnotationDefinition> getAnnotationDefinitions()
public List<PropertyType> getPropertyTypes()
public void setAnnotationDefinitions(Map<String,AnnotationDefinition> annotationDefinitions)
public void setPropertyTypes(List<PropertyType> propertyTypes)
public boolean isTypesInfoLoaded()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.