public class StringCaseVariableIndexer extends Object implements CaseVariableIndexer
variable.toString() method
this indexer is always added at the end of the chain of indexers to allow custom implementations take
precedence over this one.| Constructor and Description |
|---|
StringCaseVariableIndexer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object variable) |
List<String> |
getIndexNames(String name) |
List<CaseFileData> |
index(String name,
Object variable) |
public boolean accept(Object variable)
accept in interface org.kie.internal.utils.VariableIndexer<CaseFileData>public List<CaseFileData> index(String name, Object variable)
index in interface org.kie.internal.utils.VariableIndexer<CaseFileData>public List<String> getIndexNames(String name)
getIndexNames in interface CaseVariableIndexerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.