Class DocumentsIntegrationService
java.lang.Object
overit.geocallapp.wfm.orchestrator.documents.integration.DocumentsIntegrationService
- Direct Known Subclasses:
DocumentsEventIntegrationService
Base Integration Service class for all the integration services.
- Since:
- 22.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccountsProviderprotected AssetsProviderprotected OrganizationalStructuresProviderprotected PoolKitprotected WorkOrderProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AccountsProviderinstanceAccountsProvider(PoolKit poolKit) abstract AssetsProviderinstanceAssetsProvider(PoolKit poolKit) abstract OrganizationalStructuresProviderabstract WorkOrderProviderinstanceWorkOrderProvider(PoolKit poolKit) static DocumentsIntegrationServicemakeInstance(PoolKit poolKit)
-
Field Details
-
poolKit
-
workOrderProvider
-
organizationalStructuresProvider
-
assetsProvider
-
accountsProvider
-
-
Constructor Details
-
DocumentsIntegrationService
public DocumentsIntegrationService()
-
-
Method Details
-
makeInstance
- Throws:
DAValidateException
-
getWorkOrderProvider
-
instanceWorkOrderProvider
-
getOrganizationalStructuresProvider
-
instanceOrganizationalStructuresProvider
public abstract OrganizationalStructuresProvider instanceOrganizationalStructuresProvider(PoolKit poolKit) -
getAssetsProvider
-
instanceAssetsProvider
-
getAccountsProvider
-
instanceAccountsProvider
-