}
private RuntimePolicyReference evaluateRuntimePolicyExpression(
RuntimePolicyReferenceExpression policyExpression) {
Expression expression = policyExpression.getExpression();
RuntimeProject project = (RuntimeProject) policyExpression.getProject();
MarinerURL baseURL = policyExpression.getBaseURL();
String brandName = policyExpression.getBrandName();
RuntimePolicyReference reference = null;
try {
Value value = expression.evaluate(expressionContext);
if (value instanceof RepositoryObjectIdentityValue) {
RepositoryObjectIdentityValue identityValue =
(RepositoryObjectIdentityValue) value;
PolicyIdentity identity = identityValue.asPolicyIdentity();