trabajo-afectivo/lib/sequencer/sequence/import/exchange/folder_contacts.rb

25 lines
726 B
Ruby
Raw Permalink Normal View History

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
class Sequencer
class Sequence
module Import
module Exchange
class FolderContacts < Sequencer::Sequence::Base
def self.sequence
[
'Import::Exchange::FolderContacts::DryRunPayload',
'Exchange::Connection',
'Import::Exchange::FolderContacts::FolderIds',
'Import::Exchange::FolderContacts::Total',
'Import::Common::ImportJob::Statistics::Update',
'Import::Common::ImportJob::Statistics::Store',
'Import::Exchange::FolderContacts::SubSequence',
]
end
end
end
end
end
end