public abstract class DataModelCalculation extends Object
Modifier | Constructor and Description |
---|---|
protected |
DataModelCalculation(String[] ownerLineage,
String calculationID,
Map<String,DataModelField> generatedFields,
String comment,
boolean editable) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsGeneratedField(String fieldName) |
String |
getCalculationID() |
String |
getComment() |
DataModelField |
getGeneratedField(String fieldName) |
Collection<DataModelField> |
getGeneratedFields() |
String[] |
getLineage()
Return the lineage of the data model object on which this calculation is
defined, starting with the most remote ancestor and ending with the data model object
on which this calculation is defined.
|
String |
getOwner()
Returns the name of the object on which this calculation is defined.
|
boolean |
isEditable() |
public String getCalculationID()
public boolean containsGeneratedField(String fieldName)
fieldName
- Name of the field to fetch.public Collection<DataModelField> getGeneratedFields()
public DataModelField getGeneratedField(String fieldName)
fieldName
- Name of the field to fetch.public String getComment()
public String getOwner()
public String[] getLineage()
public boolean isEditable()
Copyright © 2022 Splunk, Inc.. All rights reserved.