public interface SurvivorFunctionSpec
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale()
Returns the locale of current user session.
|
Map<String,String> |
getOptionalParameters()
Returns the optional parameters defined in the configuration.
|
com.orchestranetworks.service.ProcedureContext |
getProcedureContext()
Returns the current
ProcedureContext. |
SurvivorField |
getSurvivorField()
Will return null in
SurvivorshipFunctionOnRecord.getRecord(SurvivorFunctionSpec). |
com.onwbp.adaptation.Adaptation |
getSurvivorRecord()
Returns the record considered as pivot.
|
List<Suspect> |
getSuspects()
Returns the list of records considered as suspects.
|
TrustedSourceConfiguration |
getTrustedSourceConfiguration()
Returns the trusted source configuration parameters.
|
SurvivorField getSurvivorField()
SurvivorshipFunctionOnRecord.getRecord(SurvivorFunctionSpec).com.onwbp.adaptation.Adaptation getSurvivorRecord()
TrustedSourceConfiguration getTrustedSourceConfiguration()
Map<String,String> getOptionalParameters()
Locale getLocale()
com.orchestranetworks.service.ProcedureContext getProcedureContext()
ProcedureContext.