com.semarchy.mdm.runtime.model.logical
Class ModelJobParamUtil

java.lang.Object
  extended by com.semarchy.mdm.runtime.model.logical.ModelJobParamUtil

public class ModelJobParamUtil
extends Object


Field Summary
static String PARAM_AGGREGATE_JOB_ENRICHERS
          Name of the param used to enable ISemQLEnricher aggregation for the whole job.
static String PARAM_ANALYZE_STATS
          Causes the job to oracle run analyze_stats
static String PARAM_RECYCLE_ERRORS
          Causes the job to recycle errors
 
Constructor Summary
ModelJobParamUtil()
           
 
Method Summary
static String booleanToString(boolean pBoolean)
           
static String getAggregateEntityParamName(IEntity pEntity)
          Name of the param used to enable ISemQLEnricher aggregation for a given entity This parameter is used during job generation
static boolean getBooleanValue(String pParamValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_RECYCLE_ERRORS

public static final String PARAM_RECYCLE_ERRORS
Causes the job to recycle errors

See Also:
Constant Field Values

PARAM_ANALYZE_STATS

public static final String PARAM_ANALYZE_STATS
Causes the job to oracle run analyze_stats

See Also:
Constant Field Values

PARAM_AGGREGATE_JOB_ENRICHERS

public static final String PARAM_AGGREGATE_JOB_ENRICHERS
Name of the param used to enable ISemQLEnricher aggregation for the whole job. This parameter is used during job generation

See Also:
Constant Field Values
Constructor Detail

ModelJobParamUtil

public ModelJobParamUtil()
Method Detail

getAggregateEntityParamName

public static String getAggregateEntityParamName(IEntity pEntity)
Name of the param used to enable ISemQLEnricher aggregation for a given entity This parameter is used during job generation

Parameters:
pEntity -
Returns:

getBooleanValue

public static boolean getBooleanValue(String pParamValue)

booleanToString

public static String booleanToString(boolean pBoolean)


Copyright © 2015. All Rights Reserved.