public class ScriptedSQLFilterTranslator extends org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator<Map<String,Object>>
| Constructor and Description |
|---|
ScriptedSQLFilterTranslator() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
createAndExpression(Map<String,Object> leftExpression,
Map<String,Object> rightExpression) |
protected Map<String,Object> |
createContainsExpression(org.identityconnectors.framework.common.objects.filter.ContainsFilter filter,
boolean not) |
protected Map<String,Object> |
createEndsWithExpression(org.identityconnectors.framework.common.objects.filter.EndsWithFilter filter,
boolean not) |
protected Map<String,Object> |
createEqualsExpression(org.identityconnectors.framework.common.objects.filter.EqualsFilter filter,
boolean not) |
protected Map<String,Object> |
createEqualsIgnoreCaseExpression(org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter filter,
boolean not) |
protected Map<String,Object> |
createGreaterThanExpression(org.identityconnectors.framework.common.objects.filter.GreaterThanFilter filter,
boolean not) |
protected Map<String,Object> |
createGreaterThanOrEqualExpression(org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter filter,
boolean not) |
protected Map<String,Object> |
createLessThanExpression(org.identityconnectors.framework.common.objects.filter.LessThanFilter filter,
boolean not) |
protected Map<String,Object> |
createLessThanOrEqualExpression(org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter filter,
boolean not) |
protected Map<String,Object> |
createOrExpression(Map<String,Object> leftExpression,
Map<String,Object> rightExpression) |
protected Map<String,Object> |
createStartsWithExpression(org.identityconnectors.framework.common.objects.filter.StartsWithFilter filter,
boolean not) |
protected Map<String,Object> createContainsExpression(org.identityconnectors.framework.common.objects.filter.ContainsFilter filter, boolean not)
protected Map<String,Object> createEndsWithExpression(org.identityconnectors.framework.common.objects.filter.EndsWithFilter filter, boolean not)
protected Map<String,Object> createStartsWithExpression(org.identityconnectors.framework.common.objects.filter.StartsWithFilter filter, boolean not)
protected Map<String,Object> createEqualsExpression(org.identityconnectors.framework.common.objects.filter.EqualsFilter filter, boolean not)
protected Map<String,Object> createEqualsIgnoreCaseExpression(org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter filter, boolean not)
protected Map<String,Object> createAndExpression(Map<String,Object> leftExpression, Map<String,Object> rightExpression)
protected Map<String,Object> createOrExpression(Map<String,Object> leftExpression, Map<String,Object> rightExpression)
protected Map<String,Object> createGreaterThanExpression(org.identityconnectors.framework.common.objects.filter.GreaterThanFilter filter, boolean not)
protected Map<String,Object> createGreaterThanOrEqualExpression(org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter filter, boolean not)
protected Map<String,Object> createLessThanExpression(org.identityconnectors.framework.common.objects.filter.LessThanFilter filter, boolean not)
Copyright © 2023. All rights reserved.