Class AbstractArchivedHumanTaskInstanceSearchEntity

    • Constructor Detail

      • AbstractArchivedHumanTaskInstanceSearchEntity

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

      • convertToClientObjects

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