Interface IProcessExpressionHandler

All Known Subinterfaces:
IProcessEngine
All Known Implementing Classes:
ProcessEngine, ProcessEngineDelegate, ReadonlyProcessEngine

public interface IProcessExpressionHandler
  • Method Details

    • evaluateIMultilingualText

      IMultilingualText evaluateIMultilingualText(IMultilingualText displayNameContent, IProfile profile)
      This method checks a IMultilingualText to see if there are any TSL expressions. If there are, it will return back a new IMultilingualText with the TSL expressions evaluated and the rest of the text will remain the same
      Parameters:
      displayNameContent - the multi lingual display name
      profile - the profile
      Returns:
      IMultilingualText with the TSL values evaluated