2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2017-08-14 11:56:23 +00:00
|
|
|
class Sequencer
|
|
|
|
class Sequence
|
|
|
|
module Import
|
|
|
|
module Exchange
|
|
|
|
class AvailableFolders < Sequencer::Sequence::Base
|
|
|
|
|
|
|
|
def self.expecting
|
|
|
|
[:folders]
|
|
|
|
end
|
|
|
|
|
|
|
|
def self.sequence
|
|
|
|
[
|
|
|
|
'Exchange::Connection',
|
|
|
|
'Exchange::Folders::IdPathMap',
|
|
|
|
'Import::Exchange::AttributeMapper::AvailableFolders',
|
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|