Constructor and Description |
---|
ClientTypeCacheImpl(String repositoryId,
AbstractBrowserBindingService service) |
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.
|
public ClientTypeCacheImpl(String repositoryId, AbstractBrowserBindingService service)
public TypeDefinition getTypeDefinition(String typeId)
TypeCache
getTypeDefinition
in interface TypeCache
public TypeDefinition reloadTypeDefinition(String typeId)
TypeCache
reloadTypeDefinition
in interface TypeCache
public TypeDefinition getTypeDefinitionForObject(String objectId)
TypeCache
getTypeDefinitionForObject
in interface TypeCache
public PropertyDefinition<?> getPropertyDefinition(String propId)
TypeCache
getPropertyDefinition
in interface TypeCache
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.