Class ProcessInstanceResolverFactory

java.lang.Object
org.mvel2.integration.impl.ImmutableDefaultFactory
org.jbpm.workflow.instance.impl.ProcessInstanceResolverFactory
All Implemented Interfaces:
Serializable, org.mvel2.integration.VariableResolverFactory

public class ProcessInstanceResolverFactory extends org.mvel2.integration.impl.ImmutableDefaultFactory
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProcessInstanceResolverFactory(org.kie.api.runtime.process.WorkflowProcessInstance processInstance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mvel2.integration.VariableResolver
     
    boolean
     

    Methods inherited from class org.mvel2.integration.impl.ImmutableDefaultFactory

    createIndexedVariable, createIndexedVariable, createVariable, createVariable, getIndexedVariableResolver, getKnownVariables, getNextFactory, isIndexedFactory, isTarget, setIndexedVariableResolver, setNextFactory, setTiltFlag, tiltFlag, variableIndexOf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProcessInstanceResolverFactory

      public ProcessInstanceResolverFactory(org.kie.api.runtime.process.WorkflowProcessInstance processInstance)
  • Method Details

    • isResolveable

      public boolean isResolveable(String name)
      Specified by:
      isResolveable in interface org.mvel2.integration.VariableResolverFactory
      Overrides:
      isResolveable in class org.mvel2.integration.impl.ImmutableDefaultFactory
    • getVariableResolver

      public org.mvel2.integration.VariableResolver getVariableResolver(String name)
      Specified by:
      getVariableResolver in interface org.mvel2.integration.VariableResolverFactory
      Overrides:
      getVariableResolver in class org.mvel2.integration.impl.ImmutableDefaultFactory