setConversionService(ConversionService userConversionService) Set the conversion service to use to convert between types; typically
from string to a rich object type.
public void
setExpressionParser(ExpressionParser expressionParser) Set the expression parser responsible for parsing expression strings into
evaluatable expression objects.
Helper method for determining if the configured bean factory contains the
provided bean.
Parameters: id - the id of the bean true if yes, false otherwise
Setup a conversion service used by this flow service locator.
Parameters: userConversionService - a user supplied conversion service, optional the newly created conversion service
Helper method to lookup the bean representing a flow artifact of the
specified type.
Parameters: id - the bean id Parameters: artifactType - the bean type the bean throws: FlowArtifactLookupException - an exception occurred
Helper method to lookup the type of the bean with the provided id.
Parameters: id - the bean id Parameters: artifactType - the bean type the bean's type throws: FlowArtifactLookupException - an exception occurred