2017-08-14 11:56:23 +00:00
|
|
|
class Sequencer
|
|
|
|
class Sequence
|
|
|
|
module Import
|
|
|
|
module Exchange
|
|
|
|
class FolderContact < Sequencer::Sequence::Base
|
|
|
|
|
|
|
|
def self.sequence
|
|
|
|
[
|
|
|
|
'Import::Exchange::FolderContact::RemoteId',
|
2018-01-12 08:38:48 +00:00
|
|
|
'Import::Common::RemoteId::CaseSensitive',
|
2018-03-28 11:03:13 +00:00
|
|
|
'Import::Exchange::FolderContact::Mapping::FromConfig',
|
|
|
|
'Import::Exchange::FolderContact::Mapping::Login',
|
2017-08-14 11:56:23 +00:00
|
|
|
'Import::Common::Model::Skip::Blank::Mapped',
|
2017-12-20 15:29:39 +00:00
|
|
|
'Common::ModelClass::User',
|
2017-12-20 15:25:03 +00:00
|
|
|
'Import::Exchange::FolderContact::ExternalSyncSource',
|
2018-01-08 15:26:15 +00:00
|
|
|
'Import::Common::Model::Lookup::ExternalSync',
|
2017-08-14 11:56:23 +00:00
|
|
|
'Import::Common::Model::Associations::Extract',
|
|
|
|
'Import::Common::User::Attributes::Downcase',
|
|
|
|
'Import::Common::User::Email::CheckValidity',
|
2018-02-02 15:36:05 +00:00
|
|
|
'Import::Common::Model::FindBy::UserAttributes',
|
2017-08-14 11:56:23 +00:00
|
|
|
'Import::Common::Model::Attributes::AddByIds',
|
|
|
|
'Import::Common::Model::Update',
|
|
|
|
'Import::Common::Model::Create',
|
|
|
|
'Import::Common::Model::Associations::Assign',
|
|
|
|
'Import::Common::Model::Save',
|
2018-01-08 15:26:15 +00:00
|
|
|
'Import::Common::Model::ExternalSync::Integrity',
|
2017-08-14 11:56:23 +00:00
|
|
|
'Import::Exchange::FolderContact::HttpLog',
|
|
|
|
'Import::Exchange::FolderContact::Statistics::Diff',
|
|
|
|
'Import::Common::ImportJob::Statistics::Update',
|
|
|
|
'Import::Common::ImportJob::Statistics::Store',
|
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|