Class ServiceInstanceCustomPropertiesDataProvider
- java.lang.Object
-
- lumis.service.doui.customproperties.AbstractServiceInstanceCustomPropertiesDataProvider
-
- lumis.service.doui.customproperties.ServiceInstanceCustomPropertiesDataProvider
-
- All Implemented Interfaces:
IDataProvider<Source<ISourceField>>
public class ServiceInstanceCustomPropertiesDataProvider extends AbstractServiceInstanceCustomPropertiesDataProvider
Data Provider for service instance properties- Since:
- 4.0.5
- Version:
- $Revision: 17772 $ $Date: 2015-09-30 20:10:07 -0300 (Wed, 30 Sep 2015) $
-
-
Field Summary
-
Fields inherited from interface lumis.doui.source.IDataProvider
INTERFACE_INSTANCE_PROPERTY_FIELDS, INTERFACE_INSTANCE_PROPERTY_FILTERS, INTERFACE_INSTANCE_PROPERTY_MAX_ROWS, INTERFACE_INSTANCE_PROPERTY_ORDER_BY, MAX_NUM_ORDER_BY_FIELDS
-
-
Constructor Summary
Constructors Constructor Description ServiceInstanceCustomPropertiesDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getServiceInstanceId(Source<ISourceField> source)
Get the service instance identifier to get the property from.-
Methods inherited from class lumis.service.doui.customproperties.AbstractServiceInstanceCustomPropertiesDataProvider
loadData
-
-
-
-
Method Detail
-
getServiceInstanceId
protected String getServiceInstanceId(Source<ISourceField> source)
Description copied from class:AbstractServiceInstanceCustomPropertiesDataProvider
Get the service instance identifier to get the property from.- Specified by:
getServiceInstanceId
in classAbstractServiceInstanceCustomPropertiesDataProvider
- Returns:
- the service instance identifier
-
-