Interface SetRemovalTimeToHistoricDecisionInstancesBuilder

    • Method Detail

      • byIds

        SetRemovalTimeToHistoricDecisionInstancesBuilder byIds​(java.lang.String... historicProcessInstanceIds)
        Selects historic process instances by the given ids.
        Parameters:
        historicProcessInstanceIds - supposed to be affected.
        Returns:
        the builder.
      • hierarchical

        SetRemovalTimeToHistoricDecisionInstancesBuilder hierarchical()
        Takes additionally historic decision instances into account that are part of the hierarchy of the given historic decision instances. If the root decision instance id of the given historic decision instance is null, the hierarchy is ignored. This is the case for instances that were started with a version prior 7.10.
        Returns:
        the builder.