Interface NamedDomainObjectProvider<T>
- Type Parameters:
T- type of domain object
- All Superinterfaces:
Provider<T>
- All Known Subinterfaces:
TaskProvider<T>
Provides a domain object of the given type.
- Since:
- 4.10
-
Method Summary
-
Method Details
-
configure
-
getName
String getName()The domain object name referenced by this provider.Must be constant for the life of the object.
- Returns:
- The domain object. Never null.
- Since:
- 4.10
-