TextHistoryService

Init or get instance TextHistoryService over global Imcms.getServices Imcms.getServices().getManagedBean(TextHistoryService.class)

Use API

void save(Text text);

List<TextHistoryDTO> getAll(TextDTO textDTO);

Note

Check also documentation TextService