Package com.qfs.plan

Interface ITransactionContent

    • Method Detail

      • getAvailablePartitionIds

        Collection<Integer> getAvailablePartitionIds()
        Get all the partitions' id involved in the transaction.
        Returns:
        the list of partitions' id involved in the transaction
      • getPartitionContent

        IPartitionTransactionContent getPartitionContent​(int partitionId)
        Get the content of the transaction for a specific partition.
        Parameters:
        partitionId - the id of the partition to get content for
        Returns:
        the transaction's content for the specific partition, or null if the partition has not been modified
      • getSelectionId

        int getSelectionId()
        Get the id of the ISelection as defined in the ICompositeSelection affected by this transaction content.
        Returns:
        the id of the selection affected by this transaction content