Interface MacroContextService
- All Known Implementing Classes:
MacroContextServiceImpl
public interface MacroContextService
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttributeName(UUID dataSetListId) getCachedEvaluatedValues(UUID dataSetListId) getDataSetList(UUID visibilityAreaId, PathStep dataSetListPathStep) getDataSetListName(UUID dataSetListId) getDataSetName(UUID dataSetListId) getDataSetUuid(String dataSetName, UUID dataSetListId) getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) getTextParameterFromCachedContextByNamesPath(UUID visibilityAreaId, PathStep topLevelDataSetList, UUID dataSetId, int dataSetColumn, List<UUID> macroPosition, List<PathStep> pathSteps, PathStep attribute)
-
Method Details
-
getTextParameterByListDataSetAndPath
String getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) throws DataSetServiceException - Throws:
DataSetServiceException
-
getTextParameterByExternalListDataSetAndPath
String getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) throws DataSetServiceException - Throws:
DataSetServiceException
-
getTextParameterFromCachedContextByNamesPath
String getTextParameterFromCachedContextByNamesPath(UUID visibilityAreaId, PathStep topLevelDataSetList, UUID dataSetId, int dataSetColumn, List<UUID> macroPosition, List<PathStep> pathSteps, PathStep attribute) throws DataSetServiceException - Throws:
DataSetServiceException
-
getDataSetListName
- Throws:
DataSetServiceException
-
getDataSetName
- Throws:
DataSetServiceException
-
getDataSetUuid
- Throws:
DataSetServiceException
-
getDataSetList
DataSetList getDataSetList(UUID visibilityAreaId, PathStep dataSetListPathStep) throws DataSetServiceException - Throws:
DataSetServiceException
-
getAttributeName
- Throws:
DataSetServiceException
-
getCachedEvaluatedValues
-
getDslMacroCache
CachedDslMacroResultContainer getDslMacroCache() -
dropLocalThreadCache
void dropLocalThreadCache()
-