Package org.jbpm.process.audit.variable
Class StringProcessVariableIndexer
- java.lang.Object
-
- org.jbpm.process.audit.variable.StringProcessVariableIndexer
-
- 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 onvariable.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 Summary
Constructors Constructor Description StringProcessVariableIndexer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Object variable)
List<org.kie.api.runtime.manager.audit.VariableInstanceLog>
index(String name, Object variable)
-
-
-
Method Detail
-
accept
public boolean accept(Object variable)
- Specified by:
accept
in interfaceorg.kie.internal.utils.VariableIndexer<org.kie.api.runtime.manager.audit.VariableInstanceLog>
-
-