| Package | Description |
|---|---|
| org.kuali.rice.krms.api.engine.expression |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComparisonOperatorService
Interface for registering
EngineComparatorExtension for use as a
org.kuali.rice.krms.framework.engine.expression.ComparisonOperator when comparing
org.kuali.rice.krms.framework.engine.Proposition Terms |
| Modifier and Type | Method and Description |
|---|---|
StringCoercionExtension |
ComparisonOperatorService.findStringCoercionExtension(String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
List<StringCoercionExtension> |
ComparisonOperatorService.getStringCoercionExtensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComparisonOperatorService.setStringCoercionExtensions(List<StringCoercionExtension> stringCoercionExtensions)
The
List of StringCoercionExtensions. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.