com.polarion.platform.persistence.ICalculatedFieldsService
METHODS
Modifiers and Type | Name | Description |
---|---|---|
Set | getCalculatedFieldIds(IPObject) | Calculated fields configured for given instance. |
String | getControlField(String) | Returns name of the field which controls set of calculated fields defined for the object of given prototype. The field is the same as returned by @link {@link ICustomFieldsProvider#getControlField(String)} . |
Set | getCalculatedFieldIds(IContextId,String,Object) | Calculated fields configured for given context and control value. Control value is value of a control field - the same as for custom fields. |
void | startup() | Called internally during startup of the platform. |
Back to Index