2017-08-14 11:56:23 +00:00
|
|
|
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',
|
2018-01-08 15:30:09 +00:00
|
|
|
'Import::Exchange::FolderContacts::Total',
|
2017-08-14 11:56:23 +00:00
|
|
|
'Import::Common::ImportJob::Statistics::Update',
|
|
|
|
'Import::Common::ImportJob::Statistics::Store',
|
|
|
|
'Import::Exchange::FolderContacts::SubSequence',
|
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|