Interface SetRemovalTimeToHistoricProcessInstancesBuilder

    • Method Detail

      • byIds

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

        SetRemovalTimeToHistoricProcessInstancesBuilder hierarchical()
        Takes additionally those historic process instances into account that are part of the hierarchy of the given historic process instance. If the root process instance id of the given historic process 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.