Class OptimizeManager

    • Constructor Detail

      • OptimizeManager

        public OptimizeManager()
    • Method Detail

      • fetchHistoricVariableUpdateByteArrays

        public void fetchHistoricVariableUpdateByteArrays​(List<String> byteArrayIds)
        Loads the byte arrays into the cache; does currently not return a list because it is not needed by the calling code and we can avoid concatenating lists in the implementation that way.
      • getCompletedHistoricTaskInstances

        public List<HistoricTaskInstance> getCompletedHistoricTaskInstances​(Date finishedAfter,
                                                                            Date finishedAt,
                                                                            int maxResults)