Class AbstractCommentSearchEntity

    • Constructor Detail

      • AbstractCommentSearchEntity

        public AbstractCommentSearchEntity​(SearchEntityDescriptor searchDescriptor,
                                           org.bonitasoft.engine.search.SearchOptions options)
    • Method Detail

      • convertToClientObjects

        public java.util.List<org.bonitasoft.engine.bpm.comment.Comment> convertToClientObjects​(java.util.List<SComment> serverObjects)
        Description copied from class: AbstractSearchEntity
        Must convert server objects in client objects here
        Specified by:
        convertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.bpm.comment.Comment,​SComment>
        Parameters:
        serverObjects - The server object to convert
        Returns:
        The list of the client objects corresponding to the server objects