Package org.xwiki.model
Interface ModelConfiguration
-
@Role public interface ModelConfiguration
Provides configuration options for the Model module.- Since:
- 2.2M1
- Version:
- $Id: c57230c53519758d3a60f76eb3a958b6b9c5944a $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefaultReferenceValue(EntityType type)
-
-
-
Method Detail
-
getDefaultReferenceValue
String getDefaultReferenceValue(EntityType type)
- Parameters:
type
- the type for which to return the default value- Returns:
- the default value to use when a reference doesn't have the passed type specified
-
-