public interface TypeCache
Modifier and Type | Method and Description |
---|---|
PropertyDefinition<?> |
getPropertyDefinition(String propId)
Finds the property definition in all cached types.
|
TypeDefinition |
getTypeDefinition(String typeId)
Gets the type definition by type ID.
|
TypeDefinition |
getTypeDefinitionForObject(String objectId)
Gets the type definition of an object.
|
TypeDefinition |
reloadTypeDefinition(String typeId)
Reloads the type definition by type ID.
|
TypeDefinition getTypeDefinition(String typeId)
TypeDefinition reloadTypeDefinition(String typeId)
TypeDefinition getTypeDefinitionForObject(String objectId)
PropertyDefinition<?> getPropertyDefinition(String propId)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.