- All Implemented Interfaces:
- org.kie.internal.process.ProcessVariableIndexer, org.kie.internal.utils.VariableIndexer<org.kie.api.runtime.manager.audit.VariableInstanceLog>
public class StringProcessVariableIndexer
extends Object
implements org.kie.internal.process.ProcessVariableIndexer
Simple and default indexer for all process variables. It will keep the same name of the variable
and will generate string representation based on 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.