Uses of Class
org.exoplatform.task.service.ParserContext
-
Packages that use ParserContext Package Description org.exoplatform.task.service org.exoplatform.task.service.impl -
-
Uses of ParserContext in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type ParserContext Modifier and Type Method Description TaskDtoTaskParser. parse(String input, ParserContext context)StringTaskParserPlugin. parse(String input, ParserContext context, TaskBuilder builder) -
Uses of ParserContext in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl with parameters of type ParserContext Modifier and Type Method Description TaskDtoTaskParserImpl. parse(String input, ParserContext context)
-