Uses of Class
overit.geocall.bl.BusinessTask
Packages that use BusinessTask
Package
Description
-
Uses of BusinessTask in overit.geocall.aws.sts.task
Subclasses of BusinessTask in overit.geocall.aws.sts.taskModifier and TypeClassDescriptionclassUsage: roleArn - The Amazon Resource Name (ARN) of the role to assume (for example, arn:aws:iam::000008047983:role/s3role). -
Uses of BusinessTask in overit.geocall.basic.bl
Subclasses of BusinessTask in overit.geocall.basic.blModifier and TypeClassDescriptionclassDataLogReactor<T extends BusinessEvent<?>>Abstract class that manages the insertion of data logs. -
Uses of BusinessTask in overit.geocall.basic.bl.auth.task
Subclasses of BusinessTask in overit.geocall.basic.bl.auth.taskModifier and TypeClassDescriptionclassclassTask to clear the redis cache to remove the secret reference.classTask to delete a specific secret saved in the database.classTask to delete a secret value of a specific secret saved in the database.classTask to edit an existing secret saved in the database.classclassTask to extract the latest versions of a secret saved in the database.classTask to extract the specific value of a secret saved in the database.classclassTask to create a secret saved in the database.classTask to create a new value for a specific secret.classclassTask to load the historical secret values saved in the database.classclassTask that listen theSystemUserIdentificationEventand identify the system user.classclassclass -
Uses of BusinessTask in overit.geocall.basic.bl.company.task
Subclasses of BusinessTask in overit.geocall.basic.bl.company.taskModifier and TypeClassDescriptionclassTask that listen theCompanyCreateEventand add the new company into the database.classTask that listen theCompanyCreateEventand add the new company into the database.classTask that listen theCompanyUpdateEventand update the company information into the database.classTask that listen theCompanyUpdateEventand update the company information into the database. -
Uses of BusinessTask in overit.geocall.basic.bl.config.task
Subclasses of BusinessTask in overit.geocall.basic.bl.config.taskModifier and TypeClassDescriptionclassTask that listen theConfigChangeEventand log the data of the configuration. -
Uses of BusinessTask in overit.geocall.basic.bl.container.task
Subclasses of BusinessTask in overit.geocall.basic.bl.container.taskModifier and TypeClassDescriptionclassTask triggered by the eventStartupEventwhich load, from the static view, the list of companies present on database and for each of them launch the eventTenantServiceStartupEvent -
Uses of BusinessTask in overit.geocall.basic.bl.datalog.task
Subclasses of BusinessTask in overit.geocall.basic.bl.datalog.task -
Uses of BusinessTask in overit.geocall.basic.bl.dictionary.task
Subclasses of BusinessTask in overit.geocall.basic.bl.dictionary.taskModifier and TypeClassDescriptionclassTask that listens to theTranslationsCreateEventand creates the translations in a dictionary.classTask that listens to theTranslationsLoadEventand fetches the translations of a dictionary. -
Uses of BusinessTask in overit.geocall.basic.bl.encryption.task
Subclasses of BusinessTask in overit.geocall.basic.bl.encryption.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocall.basic.bl.event.consumer
Subclasses of BusinessTask in overit.geocall.basic.bl.event.consumerModifier and TypeClassDescriptionclassThis task is used to update the consumers defined only on system configurations in order to subscribe the consumers at the topic related to the new company only if the topic segregation is enabledConsumerProperties.isTopicSegregation() -
Uses of BusinessTask in overit.geocall.basic.bl.login.task
Subclasses of BusinessTask in overit.geocall.basic.bl.login.task -
Uses of BusinessTask in overit.geocall.basic.bl.message.task
Subclasses of BusinessTask in overit.geocall.basic.bl.message.taskModifier and TypeClassDescriptionclassTask fired when the index of an entity is updated.
It writes a notification within the messages db table to the tenant admins to notify them about the index update. -
Uses of BusinessTask in overit.geocall.basic.bl.profile.task
Subclasses of BusinessTask in overit.geocall.basic.bl.profile.taskModifier and TypeClassDescriptionclassTask that listens to theUserProfileCreateEventand creates a new user profile in the database.classTask that listens to theUserProfileDeleteEventand deletes the user profile from the database.classTask that listens to theUserProfileLoadEventand fetches the user profile information from the database.classTask that listens to theUserProfilesDBViewLoadEventand fetches the user profiles information from the database, returning aDBViewof it.classTask that listens to theUserProfilesLoadEventand fetches the user profiles information from the database.classTask that listens to theUserProfileStateLoadEventand fetches the user profile state from theSideCache.classTask that listens to theUserProfileStateUpdateEventand updates the user profile state in the database.classTask that listens to theUserProfileUpdateEventand updates the user profile information in the database. -
Uses of BusinessTask in overit.geocall.basic.bl.secret.task
Subclasses of BusinessTask in overit.geocall.basic.bl.secret.taskModifier and TypeClassDescriptionclassTask that listen theDeleteSecretEventand save the log relative to the deleted secret.classTask that listen theDeleteSecretValueEventand save the log relative to the deleted secret value.classTask that listen theEditSecretEventand save the log relative to the edited secret.classTask that listen theGenerateSecretEventand save the log relative to the created secret.classTask that listen theGenerateSecretValueEventand save the log relative to the created secret value. -
Uses of BusinessTask in overit.geocall.basic.bl.sts.task
Subclasses of BusinessTask in overit.geocall.basic.bl.sts.taskModifier and TypeClassDescriptionclassTask that listen theAssumeRoleEventand update the sts assume role session information into the database. -
Uses of BusinessTask in overit.geocall.basic.bl.token.task
Subclasses of BusinessTask in overit.geocall.basic.bl.token.taskModifier and TypeClassDescriptionclassTask that handle theGenerateTokenEventand generates a new access token or refresh the one that is contained into the session.classTask that handle theInvalidateTokenEventand invalidate the session related to the token passed by. -
Uses of BusinessTask in overit.geocall.basic.bl.user.task
Subclasses of BusinessTask in overit.geocall.basic.bl.user.taskModifier and TypeClassDescriptionclassTask that listen theAnonymizeUserEventand anonymize the user information saved into the database.classTask that listen theAnonymizeUserEventand anonymize the user profile picture saved into the database.classTask that listen thePasswordChangeEventand change the user password into the database.classDeprecated, for removal: This API element is subject to removal in a future version.classTask used to save a copy of the user information into a table containing the historic user's data.classclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BusinessTask in overit.geocall.basic.bl.usertype.task
Subclasses of BusinessTask in overit.geocall.basic.bl.usertype.taskModifier and TypeClassDescriptionclassTask that listen theUserTypeAuthPolicyLoadEventand load the user type resource authorization policy into the database.classTask that listen theUserTypeAuthPolicyUpdateEventand update the user type resource authorization policy into the database.classTask that listen theUserTypeAuthPolicyUpdateEventand log the data of a user type.classTask that listen theUserTypeCreateEventand add the new user type into the database.classTask that listen theUserTypeCreateEventand log the data of a user type.classBusiness task that handles the duplication of user types.classTask that listen theUserTypeGrantsLoadEventand update the user type grants into the database.classTask that listen theUserTypeGrantsUpdateEventand log the data of a user type.classTask that listen theUserTypeGrantsUpdateEventand update the user type grants into the database.classTask that listen theUserTypeLoadEventand fetch the user's type information from the database.classTask that listen theUserTypesLoadEventand fetch the users information from the database.classTask that listen theUserTypeUpdateEventand update the user type information into the database.classTask that listen theUserTypeUpdateEventand log the data of a user type. -
Uses of BusinessTask in overit.geocall.basic.bl.wsc.task
Subclasses of BusinessTask in overit.geocall.basic.bl.wsc.taskModifier and TypeClassDescriptionclassBusinessTask<PageGenerationEvent> to handle aPageGenerationEventwhen it is triggered. -
Uses of BusinessTask in overit.geocall.bl
Fields in overit.geocall.bl with type parameters of type BusinessTaskModifier and TypeFieldDescriptionprotected Class<? extends BusinessTask<? extends GenericEvent<O>>> GenericEvent.Step.cls -
Uses of BusinessTask in overit.geocall.scheduler
Subclasses of BusinessTask in overit.geocall.schedulerModifier and TypeClassDescriptionclassThis task is used to check the correct startup of old jobs engine.
To avoid errors on the startup of the old jobs engine, this task will check if all the jobs are correctly enqueued and if not, it will try to enqueue every minute.classclass -
Uses of BusinessTask in overit.geocallapp.logger.bl.detail.task
Subclasses of BusinessTask in overit.geocallapp.logger.bl.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogDetail.classBusiness task in order to load aBOLogDetail.classBusiness task in order to search aBOLogDetail. -
Uses of BusinessTask in overit.geocallapp.logger.bl.master.task
Subclasses of BusinessTask in overit.geocallapp.logger.bl.master.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogMaster.classBusiness task in order to load aBOLogMaster.classBusiness task in order to search aBOLogMaster.classBusiness task in order to update aBOLogMaster. -
Uses of BusinessTask in overit.geocallapp.logger.bl.processinglog.task
Subclasses of BusinessTask in overit.geocallapp.logger.bl.processinglog.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOLogProcessing.classBusiness task in order to search aBOLogProcessing. -
Uses of BusinessTask in overit.geocallapp.logger.bl.state.task
Subclasses of BusinessTask in overit.geocallapp.logger.bl.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImportExportState.classBusiness task in order to search aBOImportExportState. -
Uses of BusinessTask in overit.geocallapp.logger.bl.task
Subclasses of BusinessTask in overit.geocallapp.logger.bl.task -
Uses of BusinessTask in overit.geocallapp.utilities.core.bl.common.batch.task
Subclasses of BusinessTask in overit.geocallapp.utilities.core.bl.common.batch.taskModifier and TypeClassDescriptionclassBTBatch<I,O, E extends SimpleBusinessEvent<I, O>, B extends BatchEvent<I, O>> Abstract base class for batch processing tasks that execute multiple business events. -
Uses of BusinessTask in overit.geocallapp.utilities.core.bl.common.check.checkable.task
Modifier and TypeClassDescriptionclassThe Class that defines the abstract checkable business task.class -
Uses of BusinessTask in overit.geocallapp.utilities.core.bl.common.check.checker.task
Modifier and TypeClassDescriptionclassclass -
Uses of BusinessTask in overit.geocallapp.utilities.core.bl.common.task
Subclasses of BusinessTask in overit.geocallapp.utilities.core.bl.common.taskModifier and TypeClassDescriptionclassAbstract business task for managing entity history records. -
Uses of BusinessTask in overit.geocallapp.utilities.core.bl.common.validexecution
Subclasses of BusinessTask in overit.geocallapp.utilities.core.bl.common.validexecutionModifier and TypeClassDescriptionclassAbstract business task that validates execution conditions before proceeding.classAbstract business task that validates user permissions before execution. -
Uses of BusinessTask in overit.geocallapp.utilities.core.timezone.task
Subclasses of BusinessTask in overit.geocallapp.utilities.core.timezone.taskModifier and TypeClassDescriptionclassBTTimeZoneResolver<T,E extends TimeZoneResolverEvent<T>> Abstract business task for resolvingTimeZoneobjects with company configuration support. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.contact.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.contact.taskModifier and TypeClassDescriptionclassHistory task for account contactsclassBusiness task in order to insert aBOAccountContact.classBusiness task in order to load aBOAccountContact.classBusiness task in order to search aBOAccountContact.classBusiness task in order to update aBOAccountContact. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.contact.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.contact.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOContactType.classBusiness task in order to search aBOContactType. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.status.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAccountStatus.classBusiness task in order to load aBOAccountStatus.classBusiness task in order to search aBOAccountStatus.classBusiness task in order to update aBOAccountStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.status.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.status.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOAccountStatusType.classBusiness task in order to search aBOAccountStatusType. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.taskModifier and TypeClassDescriptionclassTask for Accounts historyclassBusiness task in order to insert aBOAccount.classBusiness task in order to insert a list ofBOAccount.classBusiness task in order to load aBOAccount.classTask that listen theAccountNotificationEventthat is launched when there is a change in the entityBOAccountThis task depending on theAccountNotificationEventdoes the login needed by the action done on the entity.classBusiness task in order to search aBOAccount.classBusiness task in order to update aBOAccount. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.account.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAccountType.classBusiness task in order to load aBOAccountType.classBusiness task in order to search aBOAccountType.classBusiness task in order to update aBOAccountType. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.converter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.converter.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOConverterType.classBusiness task in order to load aBOConverterType.classBusiness task in order to search aBOConverterType.classBusiness task in order to update aBOConverterType. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.accessibility.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.accessibility.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterAccessibility.classBusiness task in order to load aBOMeterAccessibility.classBusiness task in order to search aBOMeterAccessibility.classBusiness task in order to update aBOMeterAccessibility. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.brand.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.brand.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterBrand.classBusiness task in order to load aBOMeterBrand.classBusiness task in order to search aBOMeterBrand.classBusiness task in order to update aBOMeterBrand. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.converter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.converter.taskModifier and TypeClassDescriptionclassHistory task for meter converter.classBusiness task in order to insert aBOMeterConverter.classBusiness task in order to load aBOMeterConverter.classBusiness task in order to update aBOMeterConverter. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.location.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.location.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterLocation.classBusiness task in order to load aBOMeterLocation.classBusiness task in order to search aBOMeterLocation.classBusiness task in order to update aBOMeterLocation. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.meterclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.meterclass.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterClass.classBusiness task in order to load aBOMeterClass.classBusiness task in order to search aBOMeterClass.classBusiness task in order to update aBOMeterClass. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOReadingMeterType.classBusiness task in order to search aBOReadingMeterType. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.taskModifier and TypeClassDescriptionclassHistory task for meters.classBusiness task in order to insert aBOMeter.classBusiness task in order to insert a list ofBOMeter.classBusiness task in order to load aBOMeter.classBusiness task in order to search aBOMeter.classBusiness task in order to update aBOMeter.classBusiness task in order to update a list ofBOMeter. -
Uses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.accounts.bl.meter.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterType.classBusiness task in order to load aBOMeterType.classBusiness task in order to search aBOMeterType.classBusiness task in order to update aBOMeterType. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.assistant.rc1.dispatcherassistant.schedulableactivities.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.assistant.rc1.dispatcherassistant.schedulableactivities.taskModifier and TypeClassDescriptionclassBusiness Task to call Dispatcher Assistant Search API for schedulable activities. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.agendaaffinity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.agendaaffinity.taskModifier and TypeClassDescriptionclassclassclassclassTask for calculate team experiences from a specified date to todayclassAgenda Affinity prediction via Edge Helper libraryclassThis task is going to upload to s3 experiences, teams and resources and will call the cluster mapping task and it will upload to s3 the response.classTask for call Agenda Affinity prediction, using Edge Helper libraryclassThis task is going to generate the presigned urls needed for VRP call.classTask to call a training configuration algorithm for agenda affinity.classThis task is going to take the orders from s3 bucket and append to this file the new Longset of operations fixedOperationSet.classThis task is going to upload all the new orders to s3. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.automaticmeterreading.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.automaticmeterreading.taskModifier and TypeClassDescriptionclassBusiness task to prepare the data used on Automatic Meter Reading Dashboard. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.chatbot.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.chatbot.taskModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 21.0 -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.taskModifier and TypeClassDescriptionclassHistory task for AAICONFIGURATIONPARAM -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.task
Modifier and TypeClassDescriptionclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.configuration.models.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.configuration.models.task -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.configuration.template.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.configuration.template.taskModifier and TypeClassDescriptionclassBusiness task to prepare the data used on Automatic Meter Reading Dashboard.classBusiness task to save aBOMeterReadingsMeasure.classBusiness task to save aBOMeterReadingsTemplate. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.customersearch.meters.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.customersearch.meters.task -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.duration.prediction.support.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.duration.prediction.support.taskModifier and TypeClassDescriptionclassBusiness task for calculate some duration values useful for time prediction dashboard and monitorclassBusiness task for calculate some duration values useful for time prediction dashboard and monitor -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.duration.prediction.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.duration.prediction.taskModifier and TypeClassDescriptionclassclassBusiness task for insert new records on AWOTIMEPREDICTION tableclassBusiness task for intervention duration eventclassTask for feed AWOTIMEPREDICTION table with all the workorder operations that cannot be processed by prediction task (ex. workorders validated before activation of prediction procedures)classclassBusiness task for prepare DTOWOOperation needed for populate AWOTIMEPREDICTION tableclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.taskModifier and TypeClassDescriptionclassThis task listen to the eventAlignFsmPPMMaterialsEventdefined in module core.classTask to call a prediction configuration algorithm for Predictive Parts Management.classDelete task for tableDAOPPartsManagementclassDelete task for tableDAOPPartsManagementclassTask to call a training configuration algorithm for Predictive Parts Management.classTask for call Predictive Parts Management prediction from event call. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.processing.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.processing.history.task -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.processing.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.processing.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAIProcessExecutionHistorylinked to the given operation id.classBasic AI Task with history and log functionsclassBasic AI Task for cluster mapping.classclassTask containing the basic methods for training.classThis task is a listener of CalculateAgendaAffinityEvent of core module, and launch the Agenda Affinity prediction taskclassThis task will execute the Agenda Affinity prediction task.classThis task will execute an AI task associated with a configuration.classThis task will launch all the operation - configuration it finds in the tableDAOAIProcessExecutionHistory.classTask called when a order is validated. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.processing.utils.export.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.processing.utils.export.taskModifier and TypeClassDescriptionclassTask for export the result of a query as CSV using the query's ResultSet -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.schedule.oss.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.schedule.oss.taskModifier and TypeClassDescriptionclassThis task add additional information to VRP XML node solver -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.teamexperience.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.teamexperience.taskModifier and TypeClassDescriptionclassTask for calculate team experiences from a specified date to todayclass -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.teamsuggestion.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.teamsuggestion.taskModifier and TypeClassDescriptionclassTask for calculate team experiences from a specified date to todayclassClass that does the cluster mapping for Team Sugestion algorithm.classclassclassThis class has the methods for training task for algorithm Team Suggestion. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.task
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.taskModifier and TypeClassDescriptionclassThis Business Task listen toMeterReadingsPredictionSearchthat is called from module CORE. -
Uses of BusinessTask in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.task
Modifier and TypeClassDescriptionclassBusiness task for load the data used on Time Prediction Dashboard Grouping operations must be done only on Long fields -
Uses of BusinessTask in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard.task
-
Uses of BusinessTask in overit.geocallapp.wfm.ai.ux.test
Subclasses of BusinessTask in overit.geocallapp.wfm.ai.ux.testModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.characteristicvalue.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.characteristicvalue.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetCharacteristicValue.classTask for asset characteristic value historyclassBusiness task in order to load aBOAssetCharacteristicValue.classBusiness task in order to search aBOAssetCharacteristicValue. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.contact.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.contact.taskModifier and TypeClassDescriptionclassHistory task for asset contactsclassBusiness task in order to insert aBOAssetContact.classBusiness task in order to load aBOAssetContact.classBusiness task in order to search aBOAssetContact.classBusiness task in order to update aBOAssetContact. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.contact.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.contact.type.task -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.linearassetlocation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.linearassetlocation.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLinearAssetLocation.classBusiness task in order to load aBOLinearAssetLocation.classBusiness task in order to search aBOLinearAssetLocation.classBusiness task in order to update aBOLinearAssetLocation.classBusiness task in order to update a list ofBOLinearAssetLocation. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.operationcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.operationcenter.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetOperationCenter.classBusiness task in order to load aBOAssetOperationCenter.classBusiness task in order to search aBOAssetOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.status.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetStatus.classBusiness task in order to load aBOAssetStatus.classBusiness task in order to search aBOAssetStatus.classBusiness task in order to update aBOAssetStatus.classBusiness task in order to load theBOAssetStatusvalid for the asset type
When theValidAssetStatusSearchEventis launched the BT notices the call and loads all theBOAssetStatusbasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.status.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.status.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOAssetStatusType.classBusiness task in order to search aBOAssetStatusType. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetas child of another given one.classBusiness task in order to insert a list ofAssetChildInsertInput.classBusiness task in order to delete aBOAssetas child of another given one.classBusiness task in order to search descendant of aBOAsset.classTask Asset historyclassBusiness task in order to insert aBOAsset.classBusiness task in order to insert a list ofBOAsset.classBusiness task in order to load aBOAsset.classTask that listen theAssetNotificationEventthat is launched when there is a change in the entityBOAssetThis task depending on theAssetNotificationEventdoes the login needed by the action done on the entity.classBusiness task in order to search aBOAsset.classBusiness task in order to load a list ofBOAssetthat are a subtree.classBusiness task in order to update aBOAsset.classBusiness task in order to update a list ofBOAsset. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.admittedstatus.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.admittedstatus.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetTypeAdmittedStatus.classBusiness task in order to insert aBOAssetTypeAdmittedStatus.classBusiness task in order to search aBOAssetTypeAdmittedStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.operationcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.operationcenter.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetTypeOperationCenter.classBusiness task in order to insert aBOAssetTypeOperationCenter.classBusiness task in order to search aBOAssetTypeOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetType.classBusiness task in order to load aBOAssetType.classBusiness task in order to search aBOAssetType.classBusiness task in order to update aBOAssetType. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.template.characteristic.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetTypeTemplateCharacteristic.classBusiness task in order to search aBOAssetTypeTemplateCharacteristic. -
Uses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.template.task
Subclasses of BusinessTask in overit.geocallapp.wfm.assets.bl.type.template.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetTypeTemplate.classBusiness task in order to load aBOAssetTypeTemplate.classBusiness task in order to search aBOAssetTypeTemplate.classBusiness task in order to update aBOAssetTypeTemplate. -
Uses of BusinessTask in overit.geocallapp.wfm.booking.bl.appointment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.booking.bl.appointment.taskModifier and TypeClassDescriptionclassBusiness task in order to to find a list ofBOAppointmentproposal to perform a given activity. -
Uses of BusinessTask in overit.geocallapp.wfm.booking.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.booking.bl.taskModifier and TypeClassDescriptionclassGeneric business task for Booking Management entities. -
Uses of BusinessTask in overit.geocallapp.wfm.booking.login.task
Subclasses of BusinessTask in overit.geocallapp.wfm.booking.login.taskModifier and TypeClassDescriptionclassBusiness task in order to modify theWFMIdentityto enable the Booking Management module. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.task
Modifier and TypeClassDescriptionclassTask to repopulate the table RBUNREQUIREMENT from the values contained in ABUNDLE denormalized fields (ABUNMANDATORYRESOURCES, ABUNPREFERREDRESOURCES). -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.bundleRequirement.taskModifier and TypeClassDescriptionclassBusiness task to load aggregated bundle requirements for multiple bundles.classBusiness task in order to delete aBOBundleRequirement.classBusiness task in order to insert aBOBundleRequirement.classBusiness task in order to load aBOBundleRequirement.classBusiness task in order to searchBOBundleRequirement.classBusiness task in order to update aBOBundleRequirement. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.task
Modifier and TypeClassDescriptionclassBusiness task that loads aBOBundleOperationOrdering.classBusiness task that searchesBOBundleOperationOrdering. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundlingRuleFilter.classBusiness task in order to load aBOBundlingRuleFilter.classBusiness task in order to delete all theBOBundlingRuleFilterassociated to a certainBOBundlingRuleHeader.classBusiness task in order to search aBOBundlingRuleFilter.classBusiness task in order to load all theBOBundlingRuleFilters related to a certainBOBundlingRuleHeader.classBusiness task in order to update aBOBundlingRuleFilter. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundlingRuleHeader.classBusiness task in order to load aBOBundlingRuleHeader.classBusiness task in order to search aBOBundlingRuleHeader.classBusiness task in order to update aBOBundlingRuleHeader.classBusiness task in order to validate aBOBundlingRuleHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.taskModifier and TypeClassDescriptionclassBusiness task that inserts aBOBundlingRuleOrdering.classBusiness task that loads aBOBundlingRuleOrdering.classBusiness task that deletes all theBOBundlingRuleOrderingassociated to a specificBOBundlingRuleHeader.classBusiness task that searchesBOBundlingRuleOrdering.classBusiness task that loads all theBOBundlingRuleOrderingassociated to a specificBOBundlingRuleHeader.classBusiness task that updates aBOBundlingRuleOrdering. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBundlingRule.classBusiness task in order to save aBundlingRule.classBusiness task in order to search aBundlingRule. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.criterion.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.criterion.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleCriterion.classBusiness task in order to load aBOBundleCriterion.classBusiness task in order to search aBOBundleCriterion.classBusiness task in order to update aBOBundleCriterion. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.header.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.header.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOBundleStatus.classBusiness task in order to search aBOBundleStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.header.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleHeader.classBusiness task in order to load aBOBundleHeader.classBusiness task in order to update aBOBundleHeaderlocked attribute.classBusiness task in order to search aBOBundleHeader.classBusiness task in order to update the status of aBOBundleHeader.classBusiness task in order to update aBOBundleHeader.classBusiness task in order to change theBOBundleHeaderstate. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.operation.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.operation.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOBundleOperationStatus.classBusiness task in order to search aBOBundleOperationStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.operation.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleOperation.classBusiness task in order to load aBOBundleOperation.classBusiness task in order to search aBOBundleOperation.classBusiness task in order to load the list ofBOBundleOperationrelated to the givenBOBundleHeader.classBusiness task in order to update the status of aBOBundleOperation.classBusiness task in order to update aBOBundleOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.skill.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleSkill.classBusiness task in order to load aBOBundleSkill.classBusiness task in order to delete all theBOBundleSkillrelated to a specificBOBundleHeader.classBusiness task in order to search aBOBundleSkill.classBusiness task in order to load all theBOBundleSkillrelated to a specificBOBundleHeader.classBusiness task in order to update aBOBundleSkill. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.skilldivision.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.skilldivision.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleSkillDivision.classBusiness task in order to load aBOBundleSkillDivision.classBusiness task in order to delete all theBOBundleSkillDivisionrelated to a specificBOBundleHeader.classBusiness task in order to search aBOBundleSkillDivision.classBusiness task in order to load all theBOBundleSkillDivisionrelated to aBOBundleHeader.classBusiness task in order to update aBOBundleSkillDivision. -
Uses of BusinessTask in overit.geocallapp.wfm.bundler.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.bundler.bl.task -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.availability.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.availability.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOAvailabilityType.classBusiness task in order to search forBOAvailabilityTypes. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkShiftExceptionClass.classBusiness task in order to load aBOWorkShiftExceptionClass.classBusiness task in order to search forBOWorkShiftExceptionClasss.classBusiness task in order to update aBOWorkShiftExceptionClass. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftExceptionClassType.classBusiness task in order to search forBOWorkShiftExceptionClassType. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftExceptionImpact.classBusiness task in order to search forBOWorkShiftExceptionImpacts. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftExceptionManagement.classBusiness task in order to search forBOWorkShiftExceptionManagements. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.taskModifier and TypeClassDescriptionclassBusiness task used to find theBOWorkShiftthat is nearest the reference date.classBusiness task used to find any overlappingBOWorkShiftExceptionon the given day interval for the given resource.classBusiness task in order to delete theBOWorkShiftException.classBusiness task in order to delete a list ofBOWorkShiftException.classBusiness task in order to insert aBOWorkShiftException.classBusiness task in order to insert a list ofBOWorkShiftException.classBusiness task in order to load aBOWorkShiftException.classBusiness task in order to search forBOWorkShiftExceptions.classBusiness task which implements some calculation logics related to aBOWorkShiftException.classBusiness task in order to update a list ofBOWorkShiftException. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkShiftExceptionType.classBusiness task in order to load aBOWorkShiftExceptionType.classBusiness task in order to search forBOWorkShiftExceptionTypes.classBusiness task in order to update aBOWorkShiftExceptionType. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.taskModifier and TypeClassDescriptionclassBusiness task in order to search for existingBOWorkShifts, related to a given resource for a certain day.classBusiness task used to find any overlappingBOWorkShifts on the given day for the given resource.classBusiness task in order to load aBOWorkShift.classBusiness task used to calculate the overlap between a newBOWorkShiftand a list of already existing ones.classBusiness task in order to search forBOWorkShifts.classBusiness task in order to load theTimeLineof aBOWorkShifts. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkShiftType.classBusiness task in order to load aBOWorkShiftType.classBusiness task in order to search forBOWorkShiftTypes.classBusiness task in order to update aBOWorkShiftType. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftTypeClass.classBusiness task in order to search forBOWorkShiftTypeClasss. -
Uses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkShiftExceptionWorkShift.classBusiness task in order to load aBOWorkShiftExceptionWorkShift.classBusiness task in order to search forBOWorkShiftExceptionWorkShifts. -
Uses of BusinessTask in overit.geocallapp.wfm.catalogs.bl.catalogcode.task
Subclasses of BusinessTask in overit.geocallapp.wfm.catalogs.bl.catalogcode.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCatalogCode.classBusiness task in order to load aBOCatalogCode.classBusiness task in order to search aBOCatalogCode.classBusiness task in order to update aBOCatalogCode. -
Uses of BusinessTask in overit.geocallapp.wfm.catalogs.bl.cataloggroup.task
Subclasses of BusinessTask in overit.geocallapp.wfm.catalogs.bl.cataloggroup.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCatalogGroup.classBusiness task in order to load aBOCatalogGroup.classBusiness task in order to search aBOCatalogGroup.classBusiness task in order to update aBOCatalogGroup. -
Uses of BusinessTask in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOCatalogGroupEntityType.classBusiness task in order to search aBOCatalogGroupEntityType. -
Uses of BusinessTask in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCatalogGroupType.classBusiness task in order to load aBOCatalogGroupType.classBusiness task in order to search aBOCatalogGroupType.classBusiness task in order to update aBOCatalogGroupType. -
Uses of BusinessTask in overit.geocallapp.wfm.cee.bl.intervention.task
Subclasses of BusinessTask in overit.geocallapp.wfm.cee.bl.intervention.taskModifier and TypeClassDescriptionclassclassclassclassclassclassVC appointment activation notificationclassclassScheduled task for VC appointments activation -
Uses of BusinessTask in overit.geocallapp.wfm.cee.bl.message.task
Subclasses of BusinessTask in overit.geocallapp.wfm.cee.bl.message.taskModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.cee.bl.survey.task
Subclasses of BusinessTask in overit.geocallapp.wfm.cee.bl.survey.task -
Uses of BusinessTask in overit.geocallapp.wfm.cee.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.cee.bl.taskModifier and TypeClassDescriptionclassBusiness task for planning action notification to Cee applicationclassBusiness task for appointment creation notification to Cee applicationclassBusiness task for booking action notification to Cee applicationclassGeneric business task for CEE Management entities.classBusiness task for planning action notification to Cee applicationclassBusiness task for planning action notification to Cee applicationclassBusiness task for WO validation notification to Cee application -
Uses of BusinessTask in overit.geocallapp.wfm.cee.bl.vcappointment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.cee.bl.vcappointment.task -
Uses of BusinessTask in overit.geocallapp.wfm.cee.ux.note.task
Subclasses of BusinessTask in overit.geocallapp.wfm.cee.ux.note.task -
Uses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.characteristicclass.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOCharacteristicClass.classBusiness task in order to load aBOCharacteristicClass.classBusiness task in order to search aBOCharacteristicClass.classBusiness task in order to update aBOCharacteristicClass. -
Uses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCharacteristicClassType.classBusiness task in order to search aBOCharacteristicClassType. -
Uses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCharacteristic.classBusiness task in order to search aBOCharacteristic. -
Uses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.usage.task
Subclasses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.usage.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCharacteristicUsage.classBusiness task in order to search aBOCharacteristicUsage. -
Uses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOValueDomainItem.classBusiness task in order to load aBOValueDomainItem.classBusiness task in order to search aBOValueDomainItem.classBusiness task in order to update aBOValueDomainItem. -
Uses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.valuedomain.task
Subclasses of BusinessTask in overit.geocallapp.wfm.characteristics.bl.valuedomain.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOValueDomain.classBusiness task in order to load aBOValueDomain.classBusiness task in order to search aBOValueDomain.classBusiness task in order to update aBOValueDomain. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.canceldate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.canceldate.taskModifier and TypeClassDescriptionclassBusiness task in order to call Cancel Date. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.confirmdate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.confirmdate.taskModifier and TypeClassDescriptionclassBusiness task in order to call Confirm Date. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.createworkorderbase.task
-
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.firstdate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.firstdate.taskModifier and TypeClassDescriptionclassBusiness task in order to call First Date. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.furtherdate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.agenda.furtherdate.taskModifier and TypeClassDescriptionclassBusiness task in order to call Further Date. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.datatype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.datatype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBODataType.classBusiness task in order to search aBODataType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.externalsystem.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.externalsystem.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOExternalSystem.classBusiness task in order to load aBOExternalSystem.classBusiness task in order to search aBOExternalSystem.classBusiness task in order to update aBOExternalSystem. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.measureunit.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.measureunit.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasureUnit.classBusiness task in order to load aBOMeasureUnit.classBusiness task in order to search aBOMeasureUnit.classBusiness task in order to update aBOMeasureUnit. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.ocgroups.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.ocgroups.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.operationcenter.address.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenterAddress.classBusiness task in order to search aBOOperationCenterAddress.classBusiness task in order to update aBOOperationCenterAddress.classBusiness task in order to update aBOOperationCenterAddressWithAddress.classBusiness task in order to update aBOOperationCenterAddressWithAddress.classBusiness task in order to set the main address for an operation center
When theOperationCenterMainAddressEventis launched the BT notices the call and updates the main operation center address basing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.operationcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.operationcenter.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenter.classBusiness task in order to invalidate the necessary data related to theBOOperationCenter, such as the visibility settings and the static view.classBusiness task in order to load aBOOperationCenter.classBusiness task in order to search aBOOperationCenter.classBusiness task in order to update aBOOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOOperationCenterWorkCenter.classBusiness task in order to insert aBOOperationCenterWorkCenter.classBusiness task in order to search aBOOperationCenterWorkCenter.classBusiness task in order to set the list of work centers of an operation center -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.structure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.structure.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOStructure.classBusiness task in order to load aBOStructure.classBusiness task in order to search aBOStructure.classBusiness task in order to update aBOStructure. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.task
Modifier and TypeClassDescriptionclassBusiness task for duplicate the areas linked with a structure validity period.classBusiness task in order to delete structure validity period.
When theStructureValidityPeriodDeleteEventis launched the BT notices the call and delete theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to insert aBOStructureValidityPeriod.
When theStructureValidityPeriodInsertEventis launched the BT notices the call and inserts theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to update a structure validity period.
When theStructureValidityPeriodUpdateEventis launched the BT notices the call and update theBOStructureValidityPeriodbasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.systemsetting.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.systemsetting.taskModifier and TypeClassDescriptionclassBusiness task in order that invalidates theStaticViewfor holiday. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.teamcardinality.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.teamcardinality.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamCardinality.classBusiness task in order to search aBOTeamCardinality. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.base.workcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.base.workcenter.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCenter.
When theWorkCenterInsertEventis launched the BT notices the call and inserts theBOWorkCenterbasing on the event's input.classBusiness task in order to load aBOWorkCenter.classBusiness task in order to search aBOWorkCenter.
When theWorkCenterSearchEventis launched the BT notices the call and searches theBOWorkCenterbasing on the event's input.classBusiness task in order to update aBOWorkCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.bundling.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.bundling.taskModifier and TypeClassDescriptionclassBusiness task in order to select the list of wantedBOWorkOrderOperationfor theBundlingEvent, mapped by the id of the work order'sBOOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.header.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.operation.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOBundleOperationtogether with the relatedBOWorkOrderOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.bundler.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBundleEntitiesAggregate.classBusiness task in order to search aBundle.classBusiness task in order to change the state of theBundlerelated to the givenBOWorkOrderOperation, according to its state change. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.calendar.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.calendar.taskModifier and TypeClassDescriptionclassBTDuplicateCalendar<I extends DuplicateCalendarInput>Base Business task responsible for handling the duplication of calendar events.classBusiness task responsible for handling the duplication of an interval in a resource calendar event.classBusiness task responsible for handling the duplication of a resource calendar on different resources event. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.common.validexecution
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.common.validexecutionModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.address.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.address.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOCrewShellAddressobject.classBusiness task to insert aBOCrewShellAddressobject.classBusiness task to load aBOCrewShellAddressobject.classBusiness task to searchBOCrewShellAddressobjects.classBusiness task in order to update aBOCrewShellAddressobject. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.task
-
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.task
Modifier and TypeClassDescriptionclassBusiness task to import theBOSchedulingUserobjects to be allocated in theBOCrewShellobject.classBusiness task to copy theBOCrewShellDraftCompositionobjects from the original day to the destination day
When theCrewShellTechnicianAllocationCopyEventevent is launched the BT notices the call and copy theBOCrewShellDraftComposition.classBusiness task in order to update the foreman of aBOCrewShellobject for a given composition day.classBusiness task to deallocate aBOCrewShellDraftCompositionfrom theBOCrewShell.classBusiness task to delete aBOCrewShellDraftCompositionobject.classBusiness task to insert aBOCrewShellDraftCompositionobject.classBusiness task to load aBOCrewShellDraftCompositionobject.classBusiness task to perform a massive deletion ofBOCrewShellDraftCompositionobjects.classBusiness task to searchBOCrewShellDraftCompositionobjects.classBusiness task in order to update aBOCrewShellDraftCompositionobject. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.workshift.taskModifier and TypeClassDescriptionclassBusiness task in order to create all the crew shell technician's workshift objects. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.task
Modifier and TypeClassDescriptionclassBusiness task to align aBOCrewShellCompositionMismatchafter a composition change.classBusiness task in order to delete aBOCrewShellCompositionMismatchobject.classBusiness task to insert aBOCrewShellCompositionMismatchobject.classBusiness task to load aBOCrewShellCompositionMismatchobject.classBusiness task to searchBOCrewShellCompositionMismatchobjects.classBusiness task in order to update aBOCrewShellCompositionMismatchobject. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.composition.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.composition.taskModifier and TypeClassDescriptionclassBusiness task in order to check crew shell composition
When theCrewShellCompositionCheckEventis launched the BT notices the call and checks crew shell composition in theCrewShellCompositionCheckInputbasing on the event's input.classBusiness task to confirm aBOCrewShellCompositionobject.classBusiness task in order to delete aBOCrewShellCompositionobject.classBusiness task to insert aBOCrewShellCompositionobject.classBusiness task to update aBOCrewShellCompositionobject.classBusiness task to searchCrewShellMemberobjects. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.taskModifier and TypeClassDescriptionclassBusiness task to delete aBOCrewShellOperationCenterobject.classBusiness task to insert aBOCrewShellOperationCenterobject.classBusiness task to load aBOCrewShellOperationCenterobject.classBusiness task to searchBOCrewShellOperationCenterobjects. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.configuration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.configuration.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCrewShellConfigurationobject.classBusiness task to load aBOCrewShellConfigurationobject.classBusiness task to searchBOCrewShellConfigurationobjects.classBusiness task in order to update aBOCrewShellConfigurationobject. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.scheduling.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.scheduling.taskModifier and TypeClassDescriptionclassBusiness task in order to validate the crew shell composition before validation
When theScheduleCheckValidationEventis launched the BT notices the call and validate the crew shell basing on the event's input.classBusiness task in order to pre process the schedulings before validation
When theDaySchedulingValidationPreProcessEventis launched the BT notices the call and pre process the schedulings basing on the event's input.classBusiness task in order to remove theBOSchedulingfrom the crew shell's resources
When theCrewShellResourceSchedulingsDeleteEventis launched the BT notices the call and delete theBOSchedulingbasing on the event's input.classBusiness task in order to transfer theBOSchedulingbelonging to a crew shell in a day.classBusiness task in order to complete the scheduling optimization process for a crew shell
When theSchedulingCompleteOptimizationProcessEventis launched the BT notices the call and complete the optimization process basing on the event's input.classBusiness task in order to transfer theBOSchedulingbelonging to a crew shell in a day. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task
Modifier and TypeClassDescriptionclassclassBusiness task to close a crew shell work day. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.skill.taskModifier and TypeClassDescriptionclassBusiness task to delete aBOCrewShellSkillobject.classBusiness task to insert aBOCrewShellSkillobject.classBusiness task to load aBOCrewShellSkillobject.classBusiness task to replace theBOSkillobjects associated with a givenBOCrewShellobject.classBusiness task to searchBOCrewShellSkillobjects. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.taskModifier and TypeClassDescriptionclassBTCrewShellCheckable<I,O> The Class that defines the abstract checkable business task for encapsulate the validation.classGeneric business task for the crew shell checker entities.classBusiness task in order to insert aBOCrewShellobject.classBusiness task in order to update aBOCrewShellobject. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.user.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.user.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.crewshell.workshift.taskModifier and TypeClassDescriptionclassBusiness task in order to check crew shell violation on team shift check insert.classBusiness task in order to calculate all the workshift objectsCrewShellWorkshiftBuildOutput.classBusiness task in order to check crew shell workshift
When theCrewShellWorkshiftCheckEventis launched the BT notices the call and checks crew shell composition in theCrewShellWorkshiftCheckInputbasing on the event's input.classBusiness task to complete a crew shellBOWorkShiftdelete action.classBusiness task to complete a crew shellBOWorkShiftinsert or update action.classBusiness task in order to disable the crew shell workshift objects When theCrewShellResourceWorkshiftDisableEventis launched the BT notices the call and disable all the crew shell workshift objects basing on the event's input.classBusiness task in order to enable the crew shell work shift objects When theCrewShellResourceWorkshiftEnableEventis launched the BT notices the call and enable all the crew shell work shift objects basing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task
Modifier and TypeClassDescriptionclassBusiness task of the automatic detection process, which allows to detect the whole set of critical activities.classBusiness task that cleans all the critical activity detect processes that are pending due to a node failure.classGeneric business task for critical activity entities.classBusiness task that updates a group of filteredBOCriticalActivityDetectProcess.classBusiness task that inserts aBOCriticalActivityDetectProcess.classBusiness task that loads aBOCriticalActivityDetectProcess.classBusiness task that searches forBOCriticalActivityDetectProcess.classBusiness task that updates aBOCriticalActivityDetectProcess.classBusiness task that to searches theBOWorkOrderOperationfor the critical activity detect process.classclassBusiness task of forced detection process, which allows to detect critical activities on a set ofBOWorkOrderOperation.classBusiness task that launches the critical activity forced detection onScheduleCompleteManualActionEvent.classBusiness task that launches the critical activity forced detection onScheduleCompleteValidationEvent. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOCriticalActivityRuleCriterion.classBusiness task in order to search aBOCriticalActivityRuleCriterion. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOCriticalActivityRuleHeader.classBusiness task in order to load aBOCriticalActivityRuleHeader.classBusiness task in order to search aBOCriticalActivityRuleHeader.classBusiness task in order to update aBOCriticalActivityRuleHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.rule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.rule.taskModifier and TypeClassDescriptionclassBusiness task in order to load aCriticalActivityRule.classBusiness task in order to save aCriticalActivityRule. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOCriticalActivityRuleWOFilter.classBusiness task in order to insert aBOCriticalActivityRuleWOFilter.classBusiness task in order to load aBOCriticalActivityRuleWOFilter.classBusiness task in order to search aBOCriticalActivityRuleWOFilter. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.criticalactivity.taskModifier and TypeClassDescriptionclassBusiness task that deletes a group of filteredBOCriticalActivity.classBusiness task that adds critical activity data to a DBView containing scheduling activities.classBusiness task in order to insert aBOCriticalActivity.classBusiness task in order to load aBOCriticalActivity.classBusiness task in order to search aBOCriticalActivity.classBusiness task that loads the map ofWoOperationCriticalActivitiesAggregatefor the given wo operations. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBODataCollectionSheetConversionSubset.classBusiness task in order to insert aBODataCollectionSheetConversionSubset.classBusiness task in order to load aBODataCollectionSheetConversionSubset.classBusiness task in order to search aBODataCollectionSheetConversionSubset.classBusiness task in order to update aBODataCollectionSheetConversionSubset. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionSheetConversion.classBusiness task to search aBODataCollectionSheetConversion.classBusiness task that starts the Data Collection Sheet Massive Conversion.classBusiness task that starts the Data Collection Sheet Subset Conversion. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.create
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.createModifier and TypeClassDescriptionclassBusiness task to convert aSchedaTreeinto aDataCollectionSheetInstance. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.instance
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.instanceModifier and TypeClassDescriptionclassBusiness task in order to fill in aDataCollectionSheetInstance.classBusiness task in order to insert aDataCollectionSheetInstance. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.load
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.loadModifier and TypeClassDescriptionclassBusiness task to load necessary data to start the sheet conversion. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTableNodeConversion.classBusiness task in order to search aBODataCollectionTableNodeConversion.classBusiness task that starts the Data Collection Table Nodes to Options Group Conversion When theDataCollectionTableNodeConverterEventis launched. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBODataCollectionTemplateConversionSubset.classBusiness task in order to insert aBODataCollectionTemplateConversionSubset.classBusiness task in order to load aBODataCollectionTemplateConversionSubset.classBusiness task in order to search aBODataCollectionTemplateConversionSubset.classBusiness task in order to update aBODataCollectionTemplateConversionSubset. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionOutcomeReasonConversion.classBusiness task in order to search afilter = event.getFilter();. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.taskModifier and TypeClassDescriptionclassBusiness task that convert an old Data Collection Template Tree Structure into a new one.classBusiness task in order to insert aBODataCollectionTemplateStructureRelease.classBusiness task in order to insert aBODataCollectionTemplateVersionConversion.classBusiness task in order to search afilter = event.getFilter();. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aTemplateTreein aBODataCollectionTemplateHeader.classBusiness task in order to insert aBODataCollectionTemplateConversion.classBusiness task in order to insert aDataCollectionTemplateRelease.classBusiness task in order to insert a sheet into aDataCollectionTemplate.classBusiness task in order to load aTemplateTree.classBusiness task that load aHashGettercontaining old template header information.classBusiness task in order to load the currentDataCollectionTemplateRelease.classBusiness task in order to save aDataCollectionTemplateRelease.classBusiness task in order to search aBODataCollectionTemplateConversion.classBusiness task that starts the Data Collection Template Massive Conversion.classBusiness task that starts the Data Collection Template Subset Conversion. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionWorkCycleConversion.classBusiness task in order to search afilter = event.getFilter();. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateTypeConversion.classBusiness task in order to search aBODataCollectionTemplateTypeConversion.classBusiness task that starts the Data Collection Table Nodes to Options Group Conversion When theDataCollectionTypeConverterEventis launched. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task
Modifier and TypeClassDescriptionclassBusiness task in order to check the global expressions defined insideDataCollectionTemplate. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.instance.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.instance.taskModifier and TypeClassDescriptionclassBusiness task in order to associate aDataCollectionSheetInstance.classBusiness task in order to associate an account to aDataCollectionSheetInstance.classBusiness task in order to associate an asset to aDataCollectionSheetInstance.classBusiness task in order to associate a scheduling user to aDataCollectionSheetInstance.classBusiness task in order to associate a work order operation to aDataCollectionSheetInstance.classBusiness task in order to cancel aDataCollectionSheetInstance.classBusiness task in order to close the work order operation associated to theDataCollectionSheetInstance.classBusiness task in order to dissociate from wo operation aDataCollectionSheetInstance.classBusiness task in order to exports pdf of theDataCollectionSheetInstance.classBusiness task in order to export the xlsx of aDataCollectionSheetInstance.classBusiness task in order to change the workorder operation state of aDataCollectionSheetInstance.classBusiness task in order to save aDataCollectionSheetInstance.classBusiness task in order to update aDataCollectionSheetInstance. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.pushnotification
Modifier and TypeClassDescriptionclassBusiness task for sending push notifications when data collection sheets are unlocked. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.sheet.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.sheet.taskModifier and TypeClassDescriptionclassBusiness task to generate a unique code for aBODataCollectionSheet.classBusiness task in order to search aBODataCollectionSheet.classBusiness task in order to load aBODataCollectionSheet.classBusiness task in order to update aBODataCollectionSheet. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.template.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.template.taskModifier and TypeClassDescriptionclassBusiness task in order to order the expression evaluation of aDataCollectionTemplate.classBusiness task in order to apply aBODataCollectionTemplateWOCreationRule.classBusiness task in order to check theDataCollectionNodeExpressionsEvaluator.classDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.classBusiness task to search for required auto generable Dynamic Forms templates. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.taskModifier and TypeClassDescriptionclassBusiness task for searching generable templates on mobile. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.features.facilitytype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.features.facilitytype.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOFeatureFacilityType.classBusiness task in order to insert aBOFeatureFacilityType.classBusiness task in order to save aBOFeatureFacilityType.classBusiness task in order to search aBOFeatureFacilityType.classBusiness task in order to update aBOFeatureFacilityType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.features.feature.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.features.feature.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.features.featureclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.features.featureclass.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOFeatureClass.classBusiness task in order to load aBOFeatureClass.classBusiness task in order to search aBOFeatureClass.classBusiness task in order to update aBOFeatureClass. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.features.featureclasstype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.features.featureclasstype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOFeatureClassType.classBusiness task in order to search aBOFeatureClassType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.features.usage.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.features.usage.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOFeatureUsage.classBusiness task in order to search aBOFeatureUsage. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.features.valuedomain.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.features.valuedomain.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOFeatureValueDomain.classBusiness task in order to load aBOFeatureValueDomain.classBusiness task in order to search aBOFeatureValueDomain.classBusiness task in order to update aBOFeatureValueDomain. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.features.valuedomainitem.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.features.valuedomainitem.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOFeatureValueDomainItem.classBusiness task in order to load aBOFeatureValueDomainItem.classBusiness task in order to search aBOFeatureValueDomainItem.classBusiness task in order to update aBOFeatureValueDomainItem. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.authentication.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.authentication.taskModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOGisLayerType.classBusiness task in order to search aBOGisLayerType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.notification.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.notification.taskModifier and TypeClassDescriptionclassBusiness task in order to create thePushNotifications used to notify that aBOGisOfflinePackagehas been modified.classBusiness task in order create and dispatch all thePushNotificationrelated to the updatedBOGisOfflinePackages. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.taskModifier and TypeClassDescriptionclassBusiness task in order to update aBOGisOfflinePackage.classBusiness task in order to insert aBOGisOfflinePackage.classBusiness task in order to load aBOGisOfflinePackage.classBusiness task in order to save a file in the givenBOGisOfflinePackage.classBusiness task in order to search aBOGisOfflinePackage.classBusiness task in order to update aBOGisOfflinePackage. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.offline.type.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOGisFileType.classBusiness task in order to load aBOGisFileType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.rule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.gis.rule.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOGisVisibilityRule.classEvent used to determine if a user matches theBOGisVisibilityRules related to a set ofBOGisOfflinePackages. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.loan.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.loan.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceLoan.classBusiness task in order to search aBOResourceLoan. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.address.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.address.taskModifier and TypeClassDescriptionclassBusiness task in order to duplicate aBOAddress.classBusiness task in order to save a history ofBOAddress.classBusiness task in order to insert aBOAddress.classBusiness task in order to load aBOAddress.classBusiness task in order to search aBOAddress.classBusiness task in order to update aBOAddress.classBusiness task in order normalize aBOAddress. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.address.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.address.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAddressType.classBusiness task in order to load aBOAddressType.classBusiness task in order to searchBOAddressType.classBusiness task in order to update aBOAddressType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.district.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.district.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBODistrict.classBusiness task in order to search aBODistrict. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.geocoding.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.geocoding.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOGeocodingState.classBusiness task in order to search aBOGeocodingState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.geocoding.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.geocoding.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOGeocodingType.classBusiness task in order to search aBOGeocodingType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.task
Modifier and TypeClassDescriptionclassBusiness task for insert a Microcluster Aggregate headerclassBusiness task in order to load aBOMicroclusterAggregate.classBusiness task in order to update aBOMicroclusterAggregateheader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOSchedulingAreaMicrocluster. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.municipality.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.municipality.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMunicipality.classBusiness task in order to load aBOMunicipality.classBusiness task in order to search aBOMunicipality.classBusiness task in order to update aBOMunicipality. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.nation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.nation.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.location.region.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.location.region.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.log.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.log.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogDetail.classBusiness task in order to load aBOLogDetail.classBusiness task in order to search aBOLogDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.log.master.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.log.master.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogMaster.classBusiness task in order to load aBOLogMaster.classBusiness task in order to search aBOLogMaster.classBusiness task in order to update aBOLogMaster. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.log.processinglog.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.log.processinglog.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOLogProcessing.classBusiness task in order to search aBOLogProcessing. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.log.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.log.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImportExportState.classBusiness task in order to search aBOImportExportState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.log.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.log.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.login.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.login.taskModifier and TypeClassDescriptionclassBusiness task in order to modify theWFMIdentity. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.goodsgroup.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.goodsgroup.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOGoodsGroup.classBusiness task in order to load aBOGoodsGroup.classBusiness task in order to search aBOGoodsGroup.classBusiness task in order to update aBOGoodsGroup. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.history.taskModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOMaterial.classBusiness task in order to load aBOMaterialHistory.classBusiness task in order to search aBOMaterialHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.itemtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.itemtype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialItemType.classBusiness task in order to load aBOMaterialItemType.classBusiness task in order to search aBOMaterialItemType.classBusiness task in order to update aBOMaterialItemType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.managementtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.managementtype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialManagementType.classBusiness task in order to search aBOMaterialManagementType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.materialclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.materialclass.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialClass.classBusiness task in order to load aBOMaterialClass.classBusiness task in order to search aBOMaterialClass.classBusiness task in order to update aBOMaterialClass. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.serialized.accounted.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOAccountedSerializedMaterial.classBusiness task in order to searchBOAccountedSerializedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.serialized.history.task
Modifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOSerializedMaterial.classBusiness task in order to load aBOSerializedMaterialHistory.classBusiness task in order to searchBOSerializedMaterialHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.serialized.model.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.serialized.model.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSerializedMaterialModel.classBusiness task in order to load aBOSerializedMaterialModel.classBusiness task in order to search aBOSerializedMaterialModel.classBusiness task in order to update aBOSerializedMaterialModel. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.serialized.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.serialized.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSerializedMaterial.classBusiness task in order to load aBOSerializedMaterial.classBusiness task in order to searchBOSerializedMaterial.classBusiness task in order to update aBOSerializedMaterial.classBusiness task in order to search accountedBOSerializedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterial.classBusiness task in order to load aBOMaterial.classBusiness task in order to search aBOMaterial.classBusiness task in order to update aBOMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.material.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.material.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialType.classBusiness task in order to search aBOMaterialType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.mobilecard.configurationinterventiongroup.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.mobilecard.configurationinterventiongroup.taskModifier and TypeClassDescriptionclassBusiness task in order to load aMobileCardConfigurationInterventionGroup.classBusiness task in order to update aBOInterventionGroup. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multimedia.mediafile.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multimedia.mediafile.taskModifier and TypeClassDescriptionclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageDependencyType.classBusiness task in order to search aBOMultistageDependencyType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.common.management.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageManagement.classBusiness task in order to search aBOMultistageManagement. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.configuration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.configuration.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOMultistageConfigurationlinked to the given multistage configuration id.classBusiness task to check the presence of theBOMultistageConfiguration.classBusiness task in order to insert aBOMultistageConfiguration.classBusiness task in order to load aBOMultistageConfiguration.classBusiness task in order to load aBOMultistageConfigurationby operation center id.classBusiness task in order to load default of theBOMultistageConfiguration.classBusiness task in order to search aBOMultistageConfiguration.classBusiness task in order to update aBOMultistageConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.dependency.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete theBOMultistageGroupDependencylinked to the given multistage group dependency id.classBusiness task in order to insert aBOMultistageGroupDependency.classBusiness task in order to load aBOMultistageGroupDependency.classBusiness task in order to load aBOMultistageGroupDependencyby multistage group id.classBusiness task in order to search aBOMultistageGroupDependency.classBusiness task in order to update aBOMultistageGroupDependency. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageOriginType.classBusiness task in order to search aBOMultistageOriginType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.taskModifier and TypeClassDescriptionclassBusiness task in order to generate a new value of sequence number. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.header.state.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageState.classBusiness task in order to search aBOMultistageState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.header.taskModifier and TypeClassDescriptionclassBusiness task in order to evaluate code of multistage group header.classBusiness task in order to insert aBOMultistageGroupHeader.classBusiness task in order to load aBOMultistageGroupHeader.classBusiness task in order to search aBOMultistageGroupHeader.classBusiness task in order to update aBOMultistageGroupHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.operation.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOMultistageGroupOperationlinked to the given multistage configuration id.classBusiness task in order to insert aBOMultistageGroupOperation.classBusiness task in order to load aBOMultistageGroupOperation.classBusiness task in order to search aBOMultistageGroupOperation.classBusiness task in order to update aBOMultistageGroupOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.group.taskModifier and TypeClassDescriptionclassBusiness task in order to add the aggregate data of the multistage group to the scheduling activites.classBusiness task in order to adds the dependencies to the multistage group.classBusiness task in order to adds the multistage group operations from the work order operation ids into the multistage group.classBusiness task in order to check dependencies consistency of aMultistageGroup.classBusiness task in order to check dependencies on a set of multistage operation ids.classBusiness task in order to check the multistage management.classBusiness task in order to to check if the work order operations can be inserted in the multistage group.classBusiness task in order to check if the work order operations status is compliant.classBusiness task in order complete work order operations view with the information of the multistage group.classBusiness task in order to complete work order view with the information of the multistage group.classBusiness task in order to compose multistage activities from multistage group.classBusiness task in order to edit dependencies of multistage group.classBusiness task in order to evaluate and update the multistage state.classBusiness task in order to the multistage state.classBusiness task in order to export aMultistageGroup.classBusiness task in order to insert multistage group from work order operations.classBusiness task in order to load aMultistageGroup.classBusiness task in order to delete aBOMultistageGroupOperation.classBusiness task in order to change the multistage group state based on the change of work order operation state.classBusiness task in order to remove dependencies from multistage group.classBusiness task in order to remove the operations from multistage group.classBusiness task in order to save aMultistageGroup. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.taskModifier and TypeClassDescriptionclassBTMultistage<I>The Class that defines the abstract business task for encapsulate the validation.classThe Class that defines the abstract checkable business task for encapsulate the validation.classThe Class that defines the abstract checker business task for encapsulate the validation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.violation.header.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete a set ofBOMultistageViolationHeaderlinked to the given multistage violation header id.classBusiness task in order to insert aBOMultistageViolationHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.violation.message.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete a set ofBOMultistageViolationMessagelinked to the given multistage violation message id.classBusiness task in order to insert aBOMultistageViolationMessage. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.violation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.violation.taskModifier and TypeClassDescriptionclassBusiness task in order to delete theMultistageViolationgiven a filter.classBusiness task in order to evaluate theMultistageViolation.classBusiness task in order to extract the list of check issues.classBusiness task in order to insert aMultistageViolation.classBusiness task in order to load operations related violations.classBusiness task in order to check multistage violation on schedule check crystallization.classThe Class that defines the abstract business task for multistage violation on schedule check manual action.classBusiness task in order to check multistage violation on schedule check manual cancel.classBusiness task in order to check multistage violation on schedule check manual day cancel.classBusiness task in order to check multistage violation on schedule check manual modify.classBusiness task in order to check multistage violation on schedule check manual paste.classThe abstract class that defines the business task to check the multistage violation on schedule check planning.classBusiness task in order to check multistage violation on schedule check validation.classThe Class that defines the abstract business task for multistage violation on schedule complete.classBusiness task in order to regenerate multistage violation on schedule complete automatic scheduling.classBusiness task in order to regenerate multistage violation on schedule complete manual action.classBusiness task in order to regenerate multistage violation on schedule complete optimize.classBusiness task in order to regenerate multistage violation when point out that the work order operation state has been modified.classBusiness task in order to regenerate aMultistageViolationgiven a input.classBusiness task in order to search aMultistageViolation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.violation.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.multistage.violation.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageViolationType.classBusiness task in order to search aBOMultistageViolationType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.notification.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.notification.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.checker.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.checker.taskModifier and TypeClassDescriptionclassGeneric business task for the permit checker entities.classBusiness task in order to check Permits.classBusiness task in order to check Permits.classBusiness task in order to check Permits. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.converter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.converter.taskModifier and TypeClassDescriptionclassThis class is used to converter Permit data.classclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOPermitTypeOutcomeReasonRel.classclassclassclassBusiness task in order to update aBOPermitTypeOutcomeReasonRel. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOPermitType.classBusiness task in order to load aBOPermitType.classBusiness task in order to search aBOPermitType.classBusiness task in order to update aBOPermitType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.taskModifier and TypeClassDescriptionclassBusiness task in order to delete a list ofBOWorkCyclePermitTypeRel.classBusiness task in order to insert aBOWorkCyclePermitTypeRel.classBusiness task in order to search aBOWorkCyclePermitTypeRel. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleStructurePermitTypeRel.classBusiness task in order to insert aBOWorkCycleStructurePermitTypeRel.classBusiness task in order to search aBOWorkCyclePermitTypeRel. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.task
Modifier and TypeClassDescriptionclassBusiness task in order to add a work cycle structure permit relation.classBusiness task in order to load aWorkCycleStructurePermits.classBusiness task in order to remove a work cycle structure permit relation.classBusiness task in order to delete the old relationships and insert the new relationships, relationships between work cycle structure and type of permitBOWorkCycleStructurePermitTypeRel.classBusiness task in order to searchWorkCycleStructurePermits. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workcycle.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workcycle.taskModifier and TypeClassDescriptionclassBusiness task in order to add aWorkCyclePermits.classBusiness task in order to load aWorkCycleStructurePermits.classBusiness task in order to remove aWorkCyclePermits.classBusiness task in order to delete the old relationships and insert the new relationships, relationships between work cycle and type of permitBOWorkCyclePermitTypeRel.classBusiness task in order to searchWorkCyclePermits. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task
Modifier and TypeClassDescriptionclassclassBusiness task in order to load aBOPermitObtainedHistory.classBusiness task in order to search aBOPermitObtainedHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOPermitObtained.classBusiness task in order to insert aBOPermitObtained.classBusiness task in order to load aBOPermitObtained.classBusiness task in order to search aBOPermitObtained.classBusiness task in order to update aBOPermitObtained. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.task
Modifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOPermitRequired.classBusiness task in order to load aBOPermitRequiredHistory.classBusiness task in order to search aBOPermitRequiredHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workorder.required.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOPermitRequired.classBusiness task in order to insert aBOPermitRequired.classBusiness task in order to load aBOPermitRequired.classBusiness task in order to search aBOPermitRequired.classBusiness task in order to update aBOPermitRequired. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workorder.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.permits.workorder.taskModifier and TypeClassDescriptionclassBusiness task in order to load aPermit.classBusiness task in order to searchPermit.classBusiness task in order to load aPermit.classBusiness task in order to add aBOPermitRequired.classBusiness task in order to patch aBOPermitObtained.classBusiness task in order to add aPermit.classBusiness task in order to patch aPermit.classBusiness task in order to remove aPermit. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.qualification.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.qualification.resource.taskModifier and TypeClassDescriptionclassBusiness task in order to manage the deletion of aBOResourceQualification.classBusiness task in order to manage the save of aResourceQualificationSaveInput. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.bundler.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.bundler.taskModifier and TypeClassDescriptionclassBusiness task in order to recalculate the scheduling relations between the given list ofBOWorkOrderOperations that are part of aBundle. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task
Modifier and TypeClassDescriptionclassBusiness task to load aConfigurationCacheLoadEventobject. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.task
Modifier and TypeClassDescriptionclassBusiness task to load aLockSchedulingDaysCacheLoadEventobject. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.permit.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.permit.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.position.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.position.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.resource.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.skill.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.taskModifier and TypeClassDescriptionclassBusiness task for prepopulate the Scheduling Cache.classBusiness task for prepopulate the Scheduling Cache. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBODailyPlanOrderConfigurationDetail.classBusiness task in order to insert aBODailyPlanOrderConfigurationDetail.classBusiness task in order to load aBODailyPlanOrderConfigurationDetail.classBusiness task in order to search aBODailyPlanOrderConfigurationDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBODailyPlanOrderConfigurationHeader.classBusiness task in order to insert aBODailyPlanOrderConfigurationHeader.classBusiness task in order to load aBODailyPlanOrderConfigurationHeader.classBusiness task in order to search aBODailyPlanOrderConfigurationHeader.classBusiness task in order to set default for aBODailyPlanOrderConfigurationHeaderand remove the current default for the operation centerclassBusiness task in order to update aBODailyPlanOrderConfigurationHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBODailyPlanOrderConfigurationHeader, itsBODailyPlanOrderConfigurationDetail.classBusiness task in order to save aBODailyPlanOrderConfigurationHeader.classBusiness task in order to load aListofDailyPlanOrdersLoadOutputbased on the input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOTooltipConfiguration.classBusiness task in order to insert aBOTooltipConfiguration.classBusiness task in order to load aBOTooltipConfiguration.classBusiness task in order to search aTooltipConfigurationLoadEvent.classBusiness task in order to update aBOTooltipConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOTooltipConfigurationRule.classBusiness task in order to insert aBOTooltipConfigurationRule.classBusiness task in order to load aBOTooltipConfigurationRule.classBusiness task in order to search aBOTooltipConfigurationRule. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.taskModifier and TypeClassDescriptionclassBusiness task in order to load aTooltipConfigurationInstance.classBusiness task in order to delete aTooltipConfigurationInstanceand its rules.classBusiness task in order to load aTooltipConfigurationInstance.classBusiness task in order to save aTooltipConfigurationInstance. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.taskModifier and TypeClassDescriptionclassBusiness task in order to save the history of an agenda.classBusiness task in order to load aBOAgendaHistory.classBusiness task in order to search aBOAgendaHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.taskModifier and TypeClassDescriptionclassBusiness task in order to material aBOAgendaResource.classBusiness task that deletes a group of filteredBOAgendaResource. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOAgendaState.classBusiness task in order to search aBOAgendaState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOAgenda.classBusiness task in order to save aBOAgendaOutcome.classBusiness task in order to update aBOAgenda. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.taskModifier and TypeClassDescriptionclassBusiness task to update the records on table RAGENDATEAMRESOURCE to the values contained in AAGENDA.AAGEIDSETTEAMRESOURCE for every Agenda passed in input When theAgendaTeamResourceAlignEventis launched the BT notices the call and aligns the RAGENDATEAMRESOURCE informations basing on the event's input.classBusiness task in order to search aBOAgenda.classTask to repopulate the table RAGENDATEAMRESOURCE from the values contained in AAGENDA.AAGEIDSETTEAMRESOURCE and AAGEID_ASUE in case of enabling and then disabling the property company.fsm.agenda.disableAgendaTeamResource or in general to realign the table * -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOAppointmentState.classBusiness task in order to search aBOAppointmentState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOAppointment.classBusiness task in order to load aBOAppointment.classBusiness task in order to search aBOAppointment.classBusiness task in order to update aBOAppointment.classBusiness task in order to load the last appointmentBOAppointmentof a workorder operation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialAccountingType.classBusiness task in order to search aBOMaterialAccountingType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to save aBOAgendaMaterial.classBusiness task in order to search aBOAgendaMaterial.classBusiness task in order to searchWOAgendaMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task
Modifier and TypeClassDescriptionclassBusiness task in order to save materials accountings. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.taskModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderEncodedNote.classBusiness task in order to load aBOWorkOrderEncodedNote.classBusiness task in order to search aBOWorkOrderEncodedNote.classBusiness task in order to update aBOWorkOrderEncodedNote. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.taskModifier and TypeClassDescriptionclassBusiness task in order to load the last reading data for a meter. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeClass.classBusiness task in order to search aBOOutcomeClass. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOutcomeReasonType.classBusiness task in order to load aBOOutcomeReasonType.classBusiness task in order to search aBOOutcomeReasonType.classBusiness task in order to update aBOOutcomeReasonType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOutcomeReason.classBusiness task in order to load aBOOutcomeReason.classBusiness task in order to search aBOOutcomeReason.classBusiness task in order to update aBOOutcomeReason. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeType.classBusiness task in order to search aBOOutcomeType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task
Modifier and TypeClassDescriptionclassBusiness task in order to save aInterventionOutcomeSaveInput. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.taskModifier and TypeClassDescriptionclassBusiness task in order to update the validation status of an intervention outcome basing on the validation rules.classBusiness task in order to update the validation status of an intervention outcome.classBusiness task in order to load aBOOutcomeValidationState.classBusiness task in order to search aBOOutcomeValidationState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.resource
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.resourceModifier and TypeClassDescriptionclassBusiness task in order to validate an intervention resource. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingState.classBusiness task in order to search aBOSchedulingState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task
Modifier and TypeClassDescriptionclassBusiness task in order to calculate the time and the distance between the input coordinates by calling the VRP.classBusiness task in order to copy aBOSchedulingfrom a resource shift to a list of resource shifts.classBusiness task in order to insert aBOScheduling.classBusiness task in order to load aBOScheduling.classBusiness task in order to search aBOScheduling.classBusiness task in order to update aBOScheduling. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.intervention.taskModifier and TypeClassDescriptionclassBusiness task in order to load the duration of an intervetion When theInterventionDurationLoadEventis launched the BT notices the call and loads the duration of the given intervetion basing on the event's input.classBusiness task in order to load aIntervention.classBusiness task in order to search aIntervention.class -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.notification
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.notificationModifier and TypeClassDescriptionclassBusiness task in order receipt the notification of scheduling actions. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.optimize.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.optimize.taskModifier and TypeClassDescriptionclassBusiness task in order to optimize the schedulings of a day (or of a certain resource)
When theSchedulingOptimizationProcessEventis launched the BT notices the call and optimize all the schedulings basing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.oss.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.oss.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.resourcerole.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.resourcerole.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOResourceShiftAgendaAffinity.classBusiness task in order to insert aBOResourceShiftAgendaAffinity. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.role.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.role.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOClocking.classBusiness task in order to load aBOClocking.classBusiness task in order to search aBOClocking.classBusiness task in order to update aBOClocking. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOOperationCenterResourceAddress. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.taskModifier and TypeClassDescriptionclassBusiness task in order to search a list ofSchedulingResourcePosition. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aSchedulingResource.classBusiness task in order to save aSchedulingResource.classBusiness task in order to search aSchedulingResource. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOSchedulingUser.classBusiness task in order to load aBOSchedulingUser.classBusiness task in order to search aBOSchedulingUser.classBusiness task in order to update aBOSchedulingUser. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSchedulingResourceType.
When theSchedulingResourceTypeInsertEventis launched the BT notices the call and inserts theBOSchedulingResourceTypebasing on the event's input.classBusiness task in order to load aBOSchedulingResourceType.
When theSchedulingResourceTypeLoadEventis launched the BT notices the call and loads theBOSchedulingResourceTypebasing on the event's input.classBusiness task in order to search aBOSchedulingResourceType.classBusiness task in order to update aBOSchedulingResourceType.
When theSchedulingResourceTypeUpdateEventis launched the BT notices the call and updates theBOSchedulingResourceTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.taskModifier and TypeClassDescriptionclassBusiness task to close a user work day.classBusiness task to close a user work day from mobile -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.taskModifier and TypeClassDescriptionclassBusiness task in order to recalculate the scheduling route informations between the given list ofBOWorkShiftids.classGeneric business task for oss cache prepopulation.classBusiness task for prepopulate the Oss Cache.classBusiness task for prepopulate the Oss Cache.classBusiness task for execute actions after a automatic scheduling action.classBusiness task for execute actions after a manual scheduling action.classBusiness task for execute actions after an optimize action.classBusiness task for execute actions after a manual validation action.classBusiness task for execute actions after the creation of an intervention to enterprise.classThe task performs a set of checks before starting the scheduling processclassThe task performs a set of predefined validation checks before starting the scheduling process, ensuring that all necessary criteria are met before proceeding further.classBusiness task for execute actions after the creation of an unplanned intervention. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.team.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.team.taskModifier and TypeClassDescriptionclassBusiness task in order to schedule an activity to a resource.classBusiness task in order to pre-process the schedulation of an activity to a resource. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.validate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.validate.taskModifier and TypeClassDescriptionclassBusiness task in order to validate all the schedulings of a day (or of a certain resource). -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to searchWorkOrderOperationAccountedMaterial.classBusiness task in order to save aBOAgendaMaterial.classBusiness task in order to search aBOWorkOrderOperationAccountedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.wooperation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedule.wooperation.taskModifier and TypeClassDescriptionclassBusiness task in order to load aWOOperationInterventionScheduling. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task
Modifier and TypeClassDescriptionclassGeneric business task for the scheduling creation proposal process.classBusiness task in order to insert aBOSchedulingCreationProposal.classBusiness task in order to load aBOSchedulingCreationProposal.classBusiness task in order to search aBOSchedulingCreationProposal. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to load aSchedulingProposalDetail.classBusiness task in order to search aSchedulingProposalDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task
Modifier and TypeClassDescriptionclassGeneric business task for the scheduling removal proposal process.classBusiness task in order to insert aBOSchedulingRemovalProposal.classBusiness task in order to load aBOSchedulingRemovalProposal.classBusiness task in order to search aBOSchedulingRemovalProposal. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingProposalState.classBusiness task in order to search aBOSchedulingProposalState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.taskModifier and TypeClassDescriptionclassGeneric business task for the scheduling proposal process.classGeneric business task for the scheduling proposal entities.classBusiness task that adds scheduling proposal data to a DBView containing scheduling activities.classBusiness task that cancels aBOSchedulingProposal.classBusiness task in order to load aBOSchedulingProposal.classGeneric business task for the scheduling proposal process.classBusiness task in order to search aBOSchedulingProposal.classBusiness task in order to update aBOSchedulingProposal. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.schedulingproposal.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingProposalType.classBusiness task in order to search aBOSchedulingProposalType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.securitylog.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.securitylog.taskModifier and TypeClassDescriptionclassBusiness task in order to log the daemon data when a change is performed.classBusiness task in order to log the GIS service data when a change is performed.classBusiness task in order to log the system settings when a change is performed. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.systemsetting.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.systemsetting.taskModifier and TypeClassDescriptionclassBusiness task in order to translate the deprecatedBOSystemSettingsto companuy properties. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.team.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.team.resource.taskModifier and TypeClassDescriptionclassBusiness task to load aBOTeamShiftResourceobject.classBusiness task to searchBOTeamShiftResourceobjects. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.team.shift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.team.shift.taskModifier and TypeClassDescriptionclassBusiness task to searchTeamShiftCompositionobjects.classBusiness task in order to load aBOTeamShift.classBusiness task in order to search aBOTeamShift. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.team.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.team.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkingTeam.classBusiness task in order to search aBOWorkingTeam. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.contact.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.contact.taskModifier and TypeClassDescriptionclassHistory task for Customer's ContactclassInsert the given contactclassRetrieve a contact by idclassBusiness task in order to search aBOContact.classRetrieve the contacts of a given customerclassUpdate the given contact -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOContactType.classBusiness task in order to search aBOContactType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.feature.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.feature.taskModifier and TypeClassDescriptionclassTask for technical object feature value historyclassBusiness task in order to insert aBOTechnicalObjectFeatureValue.classBusiness task in order to load aBOTechnicalObjectFeatureValue.classBusiness task in order to search aBOTechnicalObjectFeatureValue.classBusiness task in order to update aBOTechnicalObjectFeatureValue. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.header.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOTechnicalObjectHeader.classTask Technical object header historyclassBusiness task in order to load aBOTechnicalObjectHeader.classBusiness task in order to search aBOTechnicalObjectHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterBrand.classBusiness task in order to load aBOMeterBrand.classBusiness task in order to search aBOMeterBrand.classBusiness task in order to update aBOMeterBrand. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOConverterType.classBusiness task in order to load aBOConverterType.classBusiness task in order to search aBOConverterType.classBusiness task in order to update aBOConverterType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterLocation.classBusiness task in order to load aBOMeterLocation.classBusiness task in order to search aBOMeterLocation.classBusiness task in order to update aBOMeterLocation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterClass.classBusiness task in order to load aBOMeterClass.classBusiness task in order to search aBOMeterClass.classBusiness task in order to update aBOMeterClass. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOEncodedNote.classBusiness task in order to load aBOEncodedNote.classBusiness task in order to search aBOEncodedNote.classBusiness task in order to update aBOEncodedNote. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOReadingMeterType.classBusiness task in order to search aBOReadingMeterType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterReadingState.classBusiness task in order to search aBOMeterReadingState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterReading.classBusiness task in order to search aBOMeterReading. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterReadingType.classBusiness task in order to search aBOMeterReadingType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterState.classBusiness task in order to search aBOMeterState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.taskModifier and TypeClassDescriptionclassHistory task for Customer's MeterclassInsert the given meterclassRetrieve a meter by idclassBusiness task in order to search aBOMeter.classRetrieve the meters of a given customerclassUpdate the given meter -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterType.classBusiness task in order to load aBOMeterType.classBusiness task in order to search aBOMeterType.classBusiness task in order to update aBOMeterType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load theBOTechnicalObjectStatevalid for the technical object type
When theTechnicalObjectAvailableStatesSearchEventis launched the BT notices the call and loads all theBOTechnicalObjectStatebasing on the event's input.classBusiness task in order to insert aBOTechnicalObjectState.classBusiness task in order to load aBOTechnicalObjectState.classBusiness task in order to search aBOTechnicalObjectState.classBusiness task in order to update aBOTechnicalObjectState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.statetype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.statetype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTechnicalObjectStateType.classBusiness task in order to search aBOTechnicalObjectStateType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.taskModifier and TypeClassDescriptionclassclassBusiness task in order to search aTechnicalObject.classBusiness task to update a customerclassBusiness task in order to insert aTechnicalObject.classBusiness task in order to load aTechnicalObject.classBusiness task in order to load aTechnicalObject.classBusiness task in order to search aTechnicalObject.classclassBusiness task in order to update aTechnicalObject.classBusiness task in order to insert aTechnicalObjectand its feature values.classBusiness task in order to update aTechnicalObjectand its feature values. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.type.operationcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.type.operationcenter.taskModifier and TypeClassDescriptionclassTask that listen theAssetTypeOperationCenterNotificationEventthat is launched when there is a change in the entityBOAssetTypeOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTechnicalObjectType.classBusiness task in order to load aBOTechnicalObjectType.classBusiness task in order to search aBOTechnicalObjectType.classBusiness task in order to update aBOTechnicalObjectType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.technicalobject.type.template.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOTechnicalObjectTypeTemplate.classBusiness task in order to load aBOTechnicalObjectTypeTemplate.classBusiness task in order to search aBOTechnicalObjectTypeTemplate.classBusiness task in order to update aBOTechnicalObjectTypeTemplate. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOTaskCategory.classBusiness task in order to load aBOTaskCategory.classBusiness task in order to search aBOTaskCategory.classBusiness task in order to update aBOTaskCategory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.taskModifier and TypeClassDescriptionclassBusiness task in order to update aBOTaskCategoryEventType.classBusiness task in order to insert aBOTaskCategoryEventType.classBusiness task in order to search aBOTaskCategoryEventType.classBusiness task in order to update aBOTaskCategoryEventType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOEventType.classBusiness task in order to search aBOEventType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.task
Modifier and TypeClassDescriptionclassBusiness task in order to check and eventually insert a defaultBOProfile.classBusiness task in order to insert the defaultBOProfile.classBusiness task in order to search the defaultBOProfile.classBusiness task in order to insert aBOProfile.classBusiness task in order to load aBOProfile.classBusiness task in order to load theBOProfileassociated to theBOSchedulingUserid.classBusiness task in order to search aBOProfile.classBusiness task in order to update aBOProfile. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.header.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.header.history.taskModifier and TypeClassDescriptionclassclassBusiness task in order to search aBOTimesheetHeaderHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.header.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.header.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTimesheetState.classBusiness task in order to search aBOTimesheetType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.header.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTimesheetHeader.classBusiness task in order to load aBOTimesheetHeader.classBusiness task in order to search aBOTimesheetHeader.classBusiness task in order to update the state of the givenBOTimesheetHeader.classclassBusiness task in order to update aBOTimesheetHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.notification.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.notification.taskModifier and TypeClassDescriptionclassBusiness task that reacts to the notification about an agenda resource.classBusiness task that reacts to the notification about a clocking.classBusiness task in order cancel all the automatic timesheet tasks related to the givenBOWorkShiftException.classBusiness task that reacts to the notification about aBOWorkShiftException.classBusiness task in order cancel all the timesheet tasks related to the givenBOWorkShift.classBusiness task that reacts to the notification about aBOWorkShift. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.taskModifier and TypeClassDescriptionclassBTTimesheet<I>Generic business task for timesheet management.classBusiness task in order to calculate all the actual durations of the tasks of a timesheet.classBusiness task in order to cancel or update the end entity of an automaticBOTask.classBusiness task in order to update the duration of automaticBOTask.classBusiness task in order to insert an automaticBOTaskinto a timesheet.classBusiness task in order to update an automaticBOTask.classBusiness task in order to insert or update an automaticBOTask.classBusiness task in order to close a timesheet.classBusiness task in order to force the timesheet closure.classBusiness task in order to load aTimesheetEntitiesAggregate.classBusiness task in order to fill the gaps between all the tasks of a timesheet.
When theTimesheetGapFillEventis launched the BT notices the call and tries to fill the gaps between the timesheet tasks.classBusiness task in order to insert aTimesheet.classBusiness task in order to load aTimesheet.classBusiness task in order to reopen aTimesheet.classBusiness task in order to search aTimesheet.classBusiness task in order to calculate all the shifts linked to a timesheet task, which can be bothBOWorkShiftorBOOnCallShift.classBusiness task in order to cancel aBOTask.classBusiness task in order to insert aBOTaskinto a timesheet.classBusiness task in order to update aBOTask.classclassBusiness task that validates a timesheet.classBusiness task in order to calculate all theBOWarningof a timesheet. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOEventEntity.classBusiness task in order to load aBOEventEntity.classBusiness task in order to search aBOEventEntity.classBusiness task in order to update aBOEventEntity. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.task
Modifier and TypeClassDescriptionclassBusiness task in order to save a history ofBOTask.classBusiness task in order to search aBOTaskHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOTaskState.classBusiness task in order to search aBOTaskState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.taskModifier and TypeClassDescriptionclassBusiness task in order to check if there are tasks for a shift that needs to be cancelled.classBusiness task in order to insert aBOTask.classBusiness task in order to load aBOTask.classBusiness task in order to search aBOTask.classBusiness task in order to load the list ofBOTaskrelated to the given timesheet header id.classBusiness task in order to update the state of the givenBOTask.classBusiness task in order to update aBOTask. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTimesheetType.classBusiness task in order to search aBOTimesheetType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.warning.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.warning.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarning.classBusiness task in order to load aBOWarning.classBusiness task in order to delete a set ofBOWarninglinked to the given timesheet id.classBusiness task in order to search aBOWarning.classBusiness task in order to update aBOWarning. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.warning.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.timesheet.warning.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarningType.classBusiness task in order to load aBOWarningType.classBusiness task in order to search aBOWarningType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task
-
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.user.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.user.taskModifier and TypeClassDescriptionclassBusiness task to duplicate user type associations and properties.classTask that validate theBOUserpassed as event input before call the creation task on foundation layer.classDeprecated.use kernel eventUserCreateEventwith the related Business TaskclassTask that check if the user that will be loaded by theLoadUserEventevent is valid (visible) for the current user.classDeprecated.use kernel eventUserLoadEventwith the related Business TaskclassBusiness task in order to search aBOUser.classTask that validate theBOUserpassed as event input before call the update task on foundation layer.classDeprecated.use kernel eventUserUpdateEventwith the related Business Task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.user.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.user.type.taskModifier and TypeClassDescriptionclassTask that validate and complete theBOUserTypepassed as event input before call the creation task on foundation layer.classTask that listen theUserTypeGrantsUpdateEventand update the user type grants into the database.classDeprecated.Use foundation eventUserTypeLoadEventclassDeprecated.Use foundation eventUserTypeLoadEventclassTask that validate and complete theBOUserTypepassed as event input before call the update task on foundation layer. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.attachment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.attachment.taskModifier and TypeClassDescriptionclassclassBusiness task in order to insert a shared resource and associate to a work order.classBusiness task in order to receive the upload the outcome of a work order attachment
When theWorkOrderAttachmentUploadOutcomeEventis launched the BT notices the call and activates or deletes the work order attachment basing on the upload outcome. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.taskModifier and TypeClassDescriptionclassBusiness task to insert a intervention planning.classBusiness task in order to search aBOInterventionPlanning.
When theInterventionPlanningSearchEventis launched the BT notices the call and searches theBOInterventionPlanningbasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.taskModifier and TypeClassDescriptionclassBusiness task to insert a work order history scheduling. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.audit.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.audit.taskModifier and TypeClassDescriptionclassBusiness task in order to insert history records after a planning operation.classBusiness task in order to search workorder intervention plannings. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.task
Modifier and TypeClassDescriptionclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.header.taskModifier and TypeClassDescriptionclassBusiness task to insert a work order header.
The new work order is created in a draft state and the workcycle, if present, is removedclassBusiness task in order to load aBOWorkOrderHeader.
When theWorkOrderHeaderLoadEventis launched the BT notices the call and loads theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to search aBOWorkOrderHeader.
When theWorkOrderHeaderSearchEventis launched the BT notices the call and searches theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to recalculate the status of aBOWorkOrderHeader.classBusiness task in order to update aBOWorkOrderHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWoTypeAdmittedMaterial.classBusiness task in order to search aBOWoTypeAdmittedMaterial.classBusiness task in order to update aBOWoTypeAdmittedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operation.material.task
Modifier and TypeClassDescriptionclassTask that listens toWOOperationMaterialPredictionUpsertEventclassBusiness Task for saveBOWorkOrderOperationMaterialclassBusiness task in order to material aBOWorkOrderOperationMaterial.classBusiness task in order to checks if aBOMaterialthat are admitted with the required work order type. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operation.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operation.state.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationState.classBusiness task in order to load aBOWorkOrderOperationState.classBusiness task in order to search aBOWorkOrderOperationState.classBusiness task in order to update aBOWorkOrderOperationState.classBusiness task in order to recalculate the status of the givenBOWorkOrderOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operation.taskModifier and TypeClassDescriptionclassDeprecated.use the eventWorkOrderCancelEventclassBusiness task in order to insert aBOWorkOrderOperation.classBusiness task in order to load aBOWorkOrderOperation.
When theWorkOrderOperationLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classBusiness task in order to search aBOWorkOrderOperation.
When theWorkOrderOperationSearchEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classBusiness task in order to get the skill override configuration history related to an operation.classBusiness task in order to load a list ofBOWorkOrderOperation.classBusiness task in order to unlock aBOWorkOrderOperation.classBusiness task in order to check the skill override configuration before unlocking the operation.classBusiness task in order to update aBOWorkOrderOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operation.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operation.type.taskModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classBusiness task in order to insert aBOWorkOrderOperationType.
When theWorkOrderOperationTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to load aBOWorkOrderOperationType.
When theWorkOrderOperationTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderOperationType.
When theWorkOrderOperationTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderOperationType.
When theWorkOrderOperationTypeUpdateEventis launched the BT notices the call and updates theBOWorkOrderOperationTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operationactivity.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationActivity.
When theOperationActivityInsertEventis launched the BT notices the call and inserts theBOOperationActivitybasing on the event's input.classBusiness task in order to load aBOOperationActivity.
When theOperationActivityLoadEventis launched the BT notices the call and loads theBOOperationActivitybasing on the event's input.classBusiness task in order to search aBOOperationActivity.
When theOperationActivitySearchEventis launched the BT notices the call and searches theBOOperationActivitybasing on the event's input.classBusiness task in order to update aBOOperationActivity.
When theOperationActivityUpdateEventis launched the BT notices the call and updates theBOOperationActivitybasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationTypeActivity.classBusiness task in order to search aBOWorkOrderOperationTypeActivity.classBusiness task in order to update aBOWorkOrderOperationTypeActivity. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operationtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.operationtype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationType.classBusiness task in order to load aBOOperationType.classBusiness task in order to search aBOOperationType.classBusiness task in order to update aBOOperationType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.requesttype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.requesttype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBORequestType.
When theRequestTypeInsertEventis launched the BT notices the call and inserts theBORequestTypebasing on the event's input.classBusiness task in order to load aBORequestType.
When theRequestTypeLoadEventis launched the BT notices the call and events theBORequestTypebasing on the event's input.classBusiness task in order to search aBORequestType.
When theBTRequestTypeSearchis launched the BT notices the call and searches theBORequestTypebasing on the event's input.classBusiness task in order to update aBORequestType.
When theRequestTypeUpdateEventis launched the BT notices the call and updates theBORequestTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.servicetype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.servicetype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOServiceType.
When theServiceTypeInsertEventis launched the BT notices the call and inserts theBOServiceTypebasing on the event's input.classBusiness task in order to load aBOServiceType.
When theServiceTypeLoadEventis launched the BT notices the call and loads theBOServiceTypebasing on the event's input.classBusiness task in order to search aBOServiceType.
When theServiceTypeSearchEventis launched the BT notices the call and searches theBOServiceTypebasing on the event's input.classBusiness task in order to update aBOServiceType.
When theServiceTypeUpdateEventis launched the BT notices the call and updates theBOServiceTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.source.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.source.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderSource.classBusiness task in order to search aBOWorkOrderSource. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.state.taskModifier and TypeClassDescriptionclassBusiness task in order to retrieve the editable work order states for the given user type.classBusiness task in order to load aBOWorkOrderState.classBusiness task in order to search aBOWorkOrderState. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.taskModifier and TypeClassDescriptionclassBusiness task to lock a work order.classBusiness task to activate the work order
This task takes a work order in DRAFT state and calculate the new state, launching also the activities that are usually done in the work order creation.classBusiness task in order to update aWorkOrderappointment.classBusiness task to cancel a work order.classBusiness task to close a work order.classBusiness task to complete the work order creation
This task takes a workorder in DRAFT state and calculate the new state, launching also the activities that are usually done in the workorder creation.classBusiness task to create a work order from work cycle.classBusiness task in order to insert aWorkOrder.classBusiness task in order to load aWorkOrder.classBusiness task in order to calculate the operation center for a work order.classBusiness task in order to update theBOWorkOrderOperation,BOWorkOrderHeaderstatus.classBusiness task in order to update the state of aWorkOrder.classBusiness task to unlock a work order.classBusiness task in order to update aWorkOrder.classBusiness task to open a work order. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.taskModifier and TypeClassDescriptionclassBusiness task for update a work order operation with the best team affinityclassBusiness task in order to insert a collection ofBOWorkOrderTeamAffinity.classBusiness task in order to load a list ofBOWorkOrderTeamAffinity. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.type.taskModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classBusiness task in order to insert aBOWorkOrderType.
When theWorkOrderTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderTypebasing on the event's input.classBusiness task in order to load aBOWorkOrderType.
When theWorkOrderTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderType.
When theWorkOrderTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderType.
When theWorkOrderTypeUpdateEventis launched the BT notices the call and updates theBOWorkOrderTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.urgency.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.urgency.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderUrgency.
When theWorkOrderUrgencyInsertEventis launched the BT notices the call and inserts theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to load aBOWorkOrderUrgency.
When theWorkOrderUrgencyLoadEventis launched the BT notices the call and loads theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to search aBOWorkOrderUrgency.
When theWorkOrderUrgencySearchEventis launched the BT notices the call and searches theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to update aBOWorkOrderUrgency.
When theWorkOrderUrgencyUpdateEventis launched the BT notices the call and updates theBOWorkOrderUrgencybasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleHeader.
When theWorkCycleHeaderInsertEventis launched the BT notices the call and inserts theBOWorkCycleHeaderbasing on the event's input.classBusiness task in order to load aBOWorkCycleHeader.
When theWorkCycleHeaderLoadEventis launched the BT notices the call and loads theBOWorkCycleHeaderbasing on the event's input.classBusiness task in order to search aBOWorkCycleHeader.
When theWorkCycleHeaderSearchEventis launched the BT notices the call and searches theBOWorkCycleHeaderbasing on the event's input.classBusiness task in order to update aBOWorkCycleHeader.
When theWorkCycleHeaderUpdateEventis launched the BT notices the call and updates theBOWorkCycleHeaderbasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleOperation.
When theWorkCycleOperationInsertEventis launched the BT notices the call and inserts theBOWorkCycleOperationbasing on the event's input.classBusiness task in order to load aBOWorkCycleOperation.
When theWorkCycleOperationLoadEventis launched the BT notices the call and loads theBOWorkCycleOperationbasing on the event's input.classBusiness task in order to search aBOWorkCycleOperation.
When theWorkCycleOperationSearchEventis launched the BT notices the call and searches theBOWorkCycleOperationbasing on the event's input.classBusiness task in order to update aBOWorkCycleOperation.
When theWorkCycleOperationUpdateEventis launched the BT notices the call and updates theBOWorkCycleOperationbasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.workcycle.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workorder.workcycle.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceShiftExceptionRequestStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOResourceShiftExceptionRequest.classBusiness task in order to load aBOResourceShiftExceptionRequest.classBusiness task in order to search aBOResourceShiftExceptionRequest.classBusiness task in order to update aBOResourceShiftExceptionRequest. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceShiftExceptionRequestType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.oncall.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.oncall.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOOnCallShift.classBusiness task in order to searchBOOnCallShift. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOShiftExceptionClass.classBusiness task in order to load aBOShiftExceptionClass.classBusiness task in order to search aBOShiftExceptionClass.classBusiness task in order to update aBOShiftExceptionClass. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOShiftExceptionClassType.classBusiness task in order to searchBOShiftExceptionClassType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.receipt.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOReceiptType.classBusiness task in order to load aBOReceiptType.classBusiness task in order to search aBOReceiptType.classBusiness task in order to update aBOReceiptType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.taskModifier and TypeClassDescriptionclassBusiness task in order to load the work shift of the resource nearest to the given date.classBusiness task in order to insert aBOWorkShift.classBusiness task in order to load aBOWorkShift.classBusiness task in order to search aBOWorkShift.classBusiness task in order to update aBOWorkShift. -
Uses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.bl.workshift.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftType.classBusiness task in order to search aBOWorkShiftType. -
Uses of BusinessTask in overit.geocallapp.wfm.core.export.base.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.export.base.taskModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.core.export.base.task.BTXlsxExport<T extends DynO>Base class for export a event result as xlsx document -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.commons.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.commons.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.multistage.group.v1.insert.task
Modifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task
-
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task
-
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.delete.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.delete.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task
-
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task
Modifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.customer.v1.updateappointment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.customer.v1.updateappointment.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.deleteoperation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.deleteoperation.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.deleteoperation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.deleteoperation.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.soap.workorders.wostate.v1.update.task
Modifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task
Modifier and TypeClassDescriptionclassBuild the bundle operation tooltip data from the bundle operation and aggregate.classBuild the bundler tool-tip data from the aggregate bundle data. -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.configurationimportexport
Methods in overit.geocallapp.wfm.core.ux.configurationimportexport with parameters of type BusinessTaskModifier and TypeMethodDescriptionprotected JobCImportExportConfiguration.getJobFromBT(BusinessTask bt) -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.configurationimportexport.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.configurationimportexport.task -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.task
-
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.crewshell.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.crewshell.workshift.taskModifier and TypeClassDescriptionclassBusiness task to drag and drop the workshift from a day to another day
When theDailyWorkshiftDragDropEventevent is launched the BT notices the call and copy the workshift from a day to another day. -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate.taskModifier and TypeClassDescriptionclassThis task insert in a microcluster aggregate the list of components passed on input Is assumed that all the components passed are referred to the same microcluster group (same municpality code and postcode)classBusiness task in order to remove aBOMicroclusterAggregate.classThis task removes from the specified microcluster aggregate the list of components passed on input Is assumed that all the components passed are referred to the same microcluster group (same municpality code and postcode)classBusiness task in order to insert aBOMicroclusterAggregate. -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aMicroclusterGroupParams.classBusiness task in order to remove aBOMicrocluster. -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas.taskModifier and TypeClassDescriptionclassTask for associate a list of microcluster to a scheduling areaclassTask for remove microclusters from a scheduling area -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.schedule.dailyplan.taskModifier and TypeClassDescriptionclassBusiness task for initializing the daily plan bundle cache.classBusiness task for searching schedulable activities in the daily plan. -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search.taskModifier and TypeClassDescriptionclassBusiness task for calculate warnings in the main query of Accounting Monitor. -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task
Modifier and TypeClassDescriptionclassBusiness task to load aListofInterventionaccording to theInterventionsLoadEventspecifications. -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.schedule.tooltip.task
Subclasses of BusinessTask in overit.geocallapp.wfm.core.ux.schedule.tooltip.taskModifier and TypeClassDescriptionclassBuild the bundler tool-tip data for a planned activity.classclassBuild the activity tool-tip data for an accounted activityclassBuild the multistage tool-tip data for a planned activityclassBase implementation to build the tool-tip for the activities currently aggregated in an activeBundle.classclassBase implementation to build the Activity tool-tip.classBase implementation to build the Multistage tool-tip.classBuild the absence tool-tip data for a planned absenceclassBuild the bundler tool-tip data for a planned activity.classclassBuild the activity tool-tip data for a planned activityclassBuild the multistage tool-tip data for a planned activity -
Uses of BusinessTask in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task
Modifier and TypeClassDescriptionclassBusiness task for generate a random work orders accountingsclassBusiness task for generate random work orderclassBusiness task for generate a random work orders planning, based on 'Ottimizza e Integra' processclassBusiness task for customer object extraction. -
Uses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.composition.task
Subclasses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.composition.taskModifier and TypeClassDescriptionclassBusiness task to load aBOCrewShellCompositionobject.classBusiness task to searchBOCrewShellCompositionobjects. -
Uses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.taskModifier and TypeClassDescriptionclassBusiness task to load aBOCrewShellobject.classGeneric business task for Crew Shell entities.classBusiness task to searchBOCrewShellobjects. -
Uses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCrewShellType.classBusiness task in order to load aBOCrewShellType.classBusiness task in order to search aBOCrewShellType.classBusiness task in order to update aBOCrewShellType. -
Uses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.crewshell.bl.workshift.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCrewShellShift.classBusiness task in order to search forBOCrewShellShifts. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.census.rule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.census.rule.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCensusRule.classBusiness task in order to search aBOCensusRule. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.encodednote.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.encodednote.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOEncodedNote.classBusiness task in order to load an encoded noteBOEncodedNote.classBusiness task in order to search aBOEncodedNote.classBusiness task in order to update aBOEncodedNote.
Required fields: description -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOHourType.classBusiness task in order to search aBOHourType. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.resource.task
Modifier and TypeClassDescriptionclassBusiness task in order to reset dates forBOInterventionResources.classBusiness task in order to search forBOInterventionResources. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.taskModifier and TypeClassDescriptionclassBusiness task in order to remove aBOWorkOrderOperationResource.classBusiness task in order to insert aBOWorkOrderOperationResource.classBusiness task in order to search aBOWorkOrderOperationResource.classBusiness task in order to update aBOWorkOrderOperationResource. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOInterventionStatus.classBusiness task in order to search aBOInterventionStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.intervention.taskModifier and TypeClassDescriptionclassBusiness task in order to load aInterventionAggregate.classBusiness task in order to search aInterventionAggregate.classBusiness task in order to load aBOIntervention.classBusiness task in order to search aBOIntervention. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOInterventionGroupCensusRule.classBusiness task in order to search aBOInterventionGroupCensusRule. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.intervention.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.intervention.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOInterventionOutcome.classBusiness task in order to search aBOInterventionOutcome.classBusiness task in order to update aBOInterventionOutcome. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOOutcomeReasonEncodedNote.classBusiness task in order to insert aBOOutcomeReasonEncodedNote.
Required fields: encodedNote reasonclassBusiness task in order to search aBOOutcomeReasonEncodedNote. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.reason.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.reason.taskModifier and TypeClassDescriptionclassBusiness task in order to check the correct saving of an outcome reason.classBusiness task in order to insert aBOOutcomeReason.classBusiness task in order to load aBOOutcomeReason.classBusiness task in order to search aBOOutcomeReason.classBusiness task in order to update aBOOutcomeReason. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.reason.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.reason.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOutcomeReasonType.classBusiness task in order to load aBOOutcomeReasonType.classBusiness task in order to search aBOOutcomeReasonType.classBusiness task in order to update aBOOutcomeReasonType. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeType.classBusiness task in order to search aBOOutcomeType. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.validation.status.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOValidationStatus.classBusiness task in order to search aBOValidationStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeWorkOrderOrigin.classBusiness task in order to search forBOOutcomeWorkOrderOrigin. -
Uses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcomeclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.execution.bl.outcomeclass.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeClass.classBusiness task in order to search aBOOutcomeClass. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.taskModifier and TypeClassDescriptionclassThis Business task calculates the coverage algorithm input starting from a scenario, the resulting job id is stored byBOCapacityPlanningScenario.classBusiness task to check the status of coverage algorithm instances.classBusiness task to calculate the coverage of all the scenarios to be processed. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.taskModifier and TypeClassDescriptionclassBusiness task to process the output of the capacity planning algorithm.classBusiness task to insert a list ofBOCapacityPlanningResultDetailin a single batch operation.classBusiness task to calculate the saturation of resources and assignment of activities. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.taskModifier and TypeClassDescriptionclassBusiness task to searchCapacityPlanningActivityDetailResult.classclassBusiness task to searchCapacityPlanningResourceDetailResult.classThis Business task calculates the coverage of an scenario, the result are stored byBOCapacityPlanningScenario.classBusiness task in order to insert aBOCapacityPlanningResultDetail.classclassThis Business task calculates the total result of a capacity planning, the result are stored byBOCapacityPlanningResult. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCapacityPlanningResult.classBusiness task to loadBOCapacityPlanningResult.class -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to load aCapacityPlanningScenarioDetail.classBusiness task in order to search aCapacityPlanningScenarioDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.taskModifier and TypeClassDescriptionclassBusiness task in order to cancel aBOCapacityPlanningScenario.classBusiness task to generate the coverage activity report for a capacity planning scenario.classGeneric business task for coverage report.classBusiness task to generate the coverage resource report for a capacity planning scenario.classBusiness task to generate the coverage time report for a capacity planning scenario.classBusiness task to generate the coverage time report for a capacity planning scenario.classBusiness task in order to export the XLSX file of aBOCapacityPlanningScenarioobject, alongside its data,
i.e., itsBOCapacityPlanningResultresults andBOCapacityPlanningResultDetaildetails.classBusiness task in order to insert aBOCapacityPlanningScenario.classBusiness task to loadBOCapacityPlanningScenario.classGeneric business task for Capacity Planning Scenario entities.classBusiness task to searchBOCapacityPlanningScenario.classBusiness task in order to insert aBOCapacityPlanningScenario. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOCapacityPlanningState.classBusiness task in order to search aBOCapacityPlanningState. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivityDetail.classBusiness task in order to insert aBOForecastActivityDetail.classBusiness task in order to insert aBOForecastActivityDetailfrom a list ofBOWorkLoadDistribution.classGeneric business task for entering Forecast Activity Details
Before executing its purpose, the task checks whether the Forecast Management module is active and if the current user has the required permissionsclassBusiness task in order to load aBOForecastActivityDetail.classBusiness task in order to search aBOForecastActivityDetail.classBusiness task in order to update aBOForecastActivityDetail.classBusiness task in order to calculate all the activity timeframesBOForecastActivityDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivity.classBusiness task in order to search aBOForecastActivityfor the gantt view.classBusiness task to import allBOOperationActivityin the related forecast activity.classBusiness task in order to insert aBOForecastActivity.classBusiness task in order to load aBOForecastActivity.classBusiness task in order to search aBOForecastActivity.classBusiness task in order to update aBOForecastActivity. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOForecastActivityDetailGantt. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.taskModifier and TypeClassDescriptionclassBusiness task in order to create and insert aBOForecastActivityImportFilter.classBusiness task in order to insert aBOForecastActivityImportFilter.classBusiness task in order to load aBOForecastActivityImportFilter.classBusiness task in order to search aBOForecastActivityImportFilter.classBusiness task in order to update aBOForecastActivityImportFilter. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivityPriority.classBusiness task in order to disable aBOForecastActivityPriority.classBusiness task in order to insert aBOForecastActivityPriority.classBusiness task to loadBOForecastActivityPriority.classManager class to handle default priority for forecast activities.classBusiness task to searchBOForecastActivityPriority.class -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivitySkill.classBusiness task in order to insert aBOForecastActivitySkill.classBusiness task to loadBOForecastActivitySkill.classBusiness task to searchBOForecastActivitySkill.classBusiness task to replace all skills of a forecast activity.class -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task
Modifier and TypeClassDescriptionclassBusiness task in order to copy and paste aBOActivityForecastHeaderobject, alongside its own data.classBusiness task in order to export the XLSX file of aBOActivityForecastHeaderobject, alongside its data,
i.e., itsBOForecastActivityactivities and, for each activity, itsBOForecastActivitySkillskills andBOForecastActivityDetaildetails (i.e., calendars).classBusiness task in order to cancel aBOActivityForecastHeader.classBusiness task to confirm aBOActivityForecastHeader.classBusiness task in order to insert aBOActivityForecastHeader.classBusiness task in order to load aBOActivityForecastHeader.classBusiness task in order to search aBOActivityForecastHeader.classBusiness task in order to update aBOActivityForecastHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastGroupingConstraint.classBusiness task in order to disable aBOForecastGroupingConstraint.classBusiness task in order to insert aBOForecastGroupingConstraint.classBusiness task to loadBOForecastGroupingConstraint.classBusiness task to searchBOForecastGroupingConstraint.classBusiness task in order to update aBOForecastGroupingConstraint. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.activityforecastheader.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.activityforecastheader.taskModifier and TypeClassDescriptionclassBusiness task for manage the records of a import forecast header file.classBusiness task for read the records of a forecast header file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.taskModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast activity file.classBusiness task for read the records of a forecast activity file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivitydetail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivitydetail.taskModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast activity detail file.classBusiness task for read the records of a forecast activity detail file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivityskill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivityskill.taskModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast activity skill file.classBusiness task for read the records of a forecast activity skill file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.taskModifier and TypeClassDescriptionclassBusiness task in order to import an activity forecast. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.taskModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource file.classBusiness task for read the records of a forecast resource file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.notcommittabletime.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.notcommittabletime.taskModifier and TypeClassDescriptionclassBusiness task for read the records of a forecast resource not committable time file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.taskModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource detail file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.workshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.workshift.taskModifier and TypeClassDescriptionclassBusiness task for read the records of a forecast resource detail file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcegroupingconstraint.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcegroupingconstraint.taskModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource grouping constraint file.classBusiness task for read the records of a forecast resource grouping constraint file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourceskill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourceskill.taskModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource skill file.classBusiness task for read the records of a forecast resource skill file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.resourceforecastheader.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.resourceforecastheader.taskModifier and TypeClassDescriptionclassBusiness task for manage the records of a import forecast header file.classBusiness task for read the records of a forecast header file. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.taskModifier and TypeClassDescriptionclassBusiness task in order to import a resource forecast.classBusiness task in order to read a resource forecast. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.taskModifier and TypeClassDescriptionclassBusiness task in order to load aSharedResourceWithLog.classBusiness task in order to searchSharedResourceWithLog.classBusiness task in order to read a xlsx document . -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to apply the template to get all the resources timeframesForecastResourceDetailBuildPreview.classBusiness task in order to calculate all the resources timeframesForecastResourceDetailBuildPreview.classBusiness task used to apply the copied resource's details (i.e., the copied resource's calendars) to the target resources (i.e., the selected resources) of the same forecast
When theForecastResourceDetailCopyEventis launched the BT notices the call and apply the copied resource's details (i.e., the copied resource's calendars) to the target resources (i.e., the selected resources) of the same forecast, by using the params contained within theForecastResourceDetailCopyInput.classBusiness task in order to delete aBOForecastResourceDetail.classBusiness task in order to calculate all the resources timeframes after editingForecastResourceDetailBuildPreview.classBusiness task to import all workshifts of an user (AUSER) in the related forecast resource.classBusiness task to insert newBOForecastResourceDetail.classBusiness task to loadBOForecastResourceDetail.classGeneric business task for Forecast Resource Detail entities.classBusiness task in order to delete a list ofBOForecastResourceDetail.classBusiness task to searchBOForecastResourceDetail.classBusiness task in order to update aBOForecastResourceDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastResource.classEvent to import the resource and all the workshifts of an user.classclassBusiness task to loadBOForecastResource.classclassBusiness task to searchBOForecastResource.classBusiness task in order to insert aBOForecastResource. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.taskModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOForecastShiftModelDetail.classBusiness task in order to load aBOForecastShiftModelDetail.classBusiness task in order to update multiple instances ofBOForecastShiftModelDetailat the same time..classBusiness task in order to search aBOForecastShiftModelDetail.classBusiness task in order to update aBOForecastShiftModelDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.taskModifier and TypeClassDescriptionclassBusiness task in order to copy aBOForecastShiftModelobject.classBusiness task in order to insert aBOForecastShiftModel.classBusiness task in order to load aBOForecastShiftModel.classBusiness task in order to search aBOForecastShiftModel.classBusiness task in order to update aBOForecastShiftModel. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOResourceForecastSkill.classBusiness task to import all skills of an user (AUSER) in the related forecast resource.classBusiness task in order to insert aBOResourceForecastSkill.classBusiness task to loadBOResourceForecastSkill.classBusiness task to searchBOResourceForecastSkill.classBusiness task to replace all skills of a forecast resource.class -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task
Modifier and TypeClassDescriptionclassBusiness task in order to copy and paste aBOResourceForecastHeaderobject, alongside its own data.classBusiness task in order to export the XLSX file of aBOResourceForecastHeaderobject, alongside its data,
i.e., itsBOForecastResourceresources and, for each resource, itsBOResourceForecastSkillskills andBOForecastResourceDetaildetails (i.e., calendars).classBusiness task in order to cancel aBOResourceForecastHeader.classBusiness task to confirm aBOResourceForecastHeader.classBusiness task in order to insert aBOResourceForecastHeader.classBusiness task to loadBOResourceForecastHeader.classBusiness task to searchBOResourceForecastHeader.classBusiness task in order to insert aBOResourceForecastHeader.classGeneric business task for Forecast Header entities. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOForecastState.classBusiness task in order to search aBOForecastState. -
Uses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.login.task
Subclasses of BusinessTask in overit.geocallapp.wfm.forecastcapacity.login.taskModifier and TypeClassDescriptionclassBusiness task in order to modify theIdentityto enable the Forecast Capacity module. -
Uses of BusinessTask in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task
Modifier and TypeClassDescriptionclassBusiness task to perform batch upsert ofBOResourceLastGPSPosition.classBusiness task in order to insert aBOResourceLastGPSPosition.classBusiness task in order to load aBOResourceLastGPSPosition.classBusiness task in order to search aBOResourceLastGPSPosition.classBusiness task in order to update aBOResourceLastGPSPosition. -
Uses of BusinessTask in overit.geocallapp.wfm.gpstracking.bl.resource.position.task
Subclasses of BusinessTask in overit.geocallapp.wfm.gpstracking.bl.resource.position.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceGPSPosition.classBusiness task in order to search aBOResourceGPSPosition. -
Uses of BusinessTask in overit.geocallapp.wfm.gpstracking.rc1.position.task
Subclasses of BusinessTask in overit.geocallapp.wfm.gpstracking.rc1.position.taskModifier and TypeClassDescriptionclassBusiness task for searching timed GPS positions. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.importexport.material.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aSharedResourceWithLog.classBusiness task in order to searchSharedResourceWithLog.classBusiness task in order to import aBOWarehouseMaterialfrom a xlsx file.classBusiness task for manage the records of a import warehouse materials file.
This task groups the material by warehouse and stock type and launches theWarehouseOperationCreationFromFileEvent. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.taskModifier and TypeClassDescriptionclassGeneric business task for Inventory Management entities. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWarehouseOperationCenter.classBusiness task in order to insert aBOWarehouseOperationCenter.classBusiness task in order to load aBOWarehouseOperationCenter.classBusiness task in order to save aBOWarehouseOperationCenterrelation.classBusiness task in order to search aBOWarehouseOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.central.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.central.taskModifier and TypeClassDescriptionclassBusiness task in order to activate aBOCentralWarehouse.classBusiness task in order to deactivate aBOWarehouse.classBusiness task in order to insert aBOCentralWarehouse.classBusiness task in order to load aBOCentralWarehouse.classBusiness task in order to search aBOCentralWarehouse.classBusiness task in order to update aBOCentralWarehouse. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOCentralMobileWarehouse.classBusiness task in order to insert aBOCentralMobileWarehouse.classBusiness task in order to save all the givenBOCentralMobileWarehouserelation.classBusiness task in order to search aBOCentralMobileWarehouse.classBusiness task in order to update aBOCentralMobileWarehouse. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseAgendaMaterial.classBusiness task in order to load aBOWarehouseAgendaMaterial.classBusiness task in order to search aBOWarehouseAgendaMaterial.classBusiness task in order to check the new stock quantities.classBusiness task in order to update aBOWarehouseAgendaMaterial.classBusiness task in order to search aWOAgendaMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWarehouseAgendaSerializedMaterial.classBusiness task in order to insert aBOWarehouseAgendaSerializedMaterial.classBusiness task in order to load aBOWarehouseAgendaSerializedMaterial.classBusiness task in order to search aBOWarehouseAgendaSerializedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.taskModifier and TypeClassDescriptionclassBusiness task in order to save materials accountings for inventory management module. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOWarehouseMaterialAvailability. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aWarehouseMaterialDetail.classBusiness task in order to search aWarehouseMaterialDetail. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.task
Modifier and TypeClassDescriptionclassBusiness task in order to search aNExpectedMaterial.classBusiness task in order to calculate a warehouse material expected quantity. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.material.scheduling.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert the missingBOWarehouseMaterialrelations for all the materials that are scheduled in aCodes.WorkOrderOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.material.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.material.taskModifier and TypeClassDescriptionclassBusiness task in order to activate aBOWarehouseMaterial.classBusiness task in order to activate aBOWarehouseMaterial.classBusiness task in order to insert aBOWarehouseMaterial.classBusiness task in order to load aBOWarehouseMaterial.classBusiness task in order to insert a list ofBOWarehouseMaterial.classBusiness task in order to search aBOWarehouseMaterial.classBusiness task in order to update aBOWarehouseMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.taskModifier and TypeClassDescriptionclassBusiness task in order to searchBOSerializedMaterialin stocks. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aWarehouseMaterialStock.classBusiness task in order to search aWarehouseMaterialStock. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.taskModifier and TypeClassDescriptionclassBusiness task in order to activate aBOMobileWarehouse.classBusiness task in order to deactivate aBOWarehouse.classBusiness task in order to insert aBOMobileWarehouse.classBusiness task in order to load aBOMobileWarehouse.classBusiness task in order to associate aBOSchedulingUserto aBOMobileWarehouse.classBusiness task in order to performs checks on the association between theBOSchedulingUserand theBOWarehouseOperationCenterof theBOCentralWarehouse.classBusiness task in order remove the association between aBOSchedulingUserand aBOMobileWarehouse.classBusiness task in order to search aBOMobileWarehouse.classBusiness task in order to update aBOMobileWarehouse. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationHeaderSource.classBusiness task in order to load aBOWarehouseOperationHeaderSource.classBusiness task in order to search aBOWarehouseOperationHeaderSource. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseOperationHeaderState.classBusiness task in order to search aBOWarehouseOperationHeaderState. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationHeader.classBusiness task in order to load aBOWarehouseOperationHeader.classBusiness task in order to search aBOWarehouseOperationHeader.classBusiness task in order to update the state of aBOWarehouseOperationHeader.classBusiness task used to update theBOWarehouseOperationHeaderafter a refusal.classBusiness task in order change the state of aBOWarehouseOperationItem. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationItemSerializedMaterial.classBusiness task in order to load aBOWarehouseOperationItemSerializedMaterial.classBusiness task in order to search aBOWarehouseOperationItemSerializedMaterial.classBusiness task in order to update aBOWarehouseOperationItemSerializedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseOperationItemState.classBusiness task in order to search aBOWarehouseOperationItemState. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationItem.classBusiness task in order to load aBOWarehouseOperationItem.classBusiness task in order to search aBOWarehouseOperationItem.classBusiness task in order to update the state of aBOWarehouseOperationItem.classBusiness task in order to update aBOWarehouseOperationItem. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.taskModifier and TypeClassDescriptionclassBusiness task in order to handle the generation and the handling of a warehouse operation starting from an accounting action.classBusiness task in order to handle the generation and the handling of a warehouse operation starting from a manual input.classBase business task in order to generate a warehouse operation.classBusiness task in order to create aWarehouseOperationstarting from an accounting.classBusiness task in order to create aWarehouseOperationstarting from a input resource file.classBusiness task in order to create operation fromBOStockChange.classBusiness task in order to create aWarehouseOperationstarting from aTransferRequest.classBusiness task in order to create aWarehouseOperationstarting from manuelainput.classAbstract business task used to manage the handling of aWarehouseOperation.classBase business task in order to load a warehouse operation.classBusiness task in order to load a list ofWarehouseOperationstarting from their source.classBusiness task in order to execute a warehouse operation.classBusiness task in order to receive aWarehouseOperation.classBusiness task in order to save aWarehouseOperation.classBusiness task in order to search aWarehouseOperation.classBusiness task in order to send aWarehouseOperation.classBusiness task in order to create operation from aBOStockChange.classBusiness task in order to generate and execute a warehouse operation from stock change. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseOperationType.classBusiness task in order to search aBOWarehouseOperationType. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.position.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.position.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOWarehousefiltering by its position. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.task
Modifier and TypeClassDescriptionclassBusiness task in order to search aBOSerializedMaterialby stock.class -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseState.classBusiness task in order to search aBOWarehouseState. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOStockChange.classBusiness task in order to load aBOStockChange.classBusiness task in order to search aBOStockChange.classBusiness task in order to update aBOStockChange. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.task
Modifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOStock.classBusiness task in order to load aBOStockHistory.classBusiness task in order to search aBOStockHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOStockSerializedMaterial.classBusiness task in order to insert aBOStockSerializedMaterial.classBusiness task in order to load aBOStockSerializedMaterial.classBusiness task in order to search aBOStockSerializedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.task -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOStockType.classBusiness task in order to search aBOStockType. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.taskModifier and TypeClassDescriptionclassBusiness task in order to search the warehouse visible for the user.classGeneric business task for deactivate Warehouse.classBusiness task in order to load aBOWarehouse.classBusiness task in order to search aBOWarehouse.classBusiness task in order to update the state of aBOWarehouse.classBusiness task in order to load aBOWarehousewithout visibility rule. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseTrackingMode.classBusiness task in order to search aBOWarehouseTrackingMode. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWarehouseTransactionSerializedMaterial.classBusiness task in order to insert aBOWarehouseTransactionSerializedMaterial.classBusiness task in order to load aBOWarehouseTransactionSerializedMaterial.classBusiness task in order to search aBOWarehouseTransactionSerializedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.task
Modifier and TypeClassDescriptionclassBusiness task in order to check the correctness of aBOWarehouseTransaction.classBusiness task in order to evaluate aBOWarehouseTransaction.classBusiness task in order to generate aBOWarehouseTransactionand perform the stock movements.classBusiness task in order to insert aBOWarehouseTransaction.classBusiness task in order to load aBOWarehouseTransaction.classBusiness task in order to search aBOWarehouseTransaction.classBusiness task in order to update aBOWarehouseTransaction. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseTransactionType.classBusiness task in order to search aBOWarehouseTransactionType. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTransferRequestHeader.classBusiness task in order to load aBOTransferRequestHeader.classBusiness task in order to search aBOTransferRequestHeader.classBusiness task in order to update aBOTransferRequestHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.taskModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOTransferRequestItemSerializedMaterialstarting from the relatedBOTransferRequestItemid.classBusiness task in order to insert aBOTransferRequestItemSerializedMaterial.classBusiness task in order to load aBOTransferRequestItemSerializedMaterial.classBusiness task in order to search aBOTransferRequestItemSerializedMaterial.classBusiness task in order to update aBOTransferRequestItemSerializedMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTransferRequestItem.classBusiness task in order to load aBOTransferRequestItem.classBusiness task in order to search aBOTransferRequestItem.classBusiness task in order to load the list ofBOTransferRequestItemrelated to the givenBOTransferRequestHeader.classBusiness task in order to update aBOTransferRequestItem. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.taskModifier and TypeClassDescriptionclassBusiness task in order create and dispatch all thePushNotifications related to theTransferRequests that recently changed their state. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTransferRequestState.classBusiness task in order to search aBOTransferRequestState. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task
Modifier and TypeClassDescriptionclassBusiness task in order to cancel aTransferRequest.classBusiness task in order to check the stock availability of the materials requested in aTransferRequest.classBusiness task in order to load the list ofTransferRequestItemrelated to the givenBOTransferRequestHeader.classBusiness task in order to load aTransferRequest.classBusiness task in order to receive aTransferRequest.classBusiness task in order to refuse aTransferRequest.classBusiness task in order to update aTransferRequest.classBusiness task in order to search aTransferRequest.classBusiness task in order to submit aTransferRequest.classBusiness task in order to submit aTransferRequest. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTransferRequestType.classBusiness task in order to search aBOTransferRequestType. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.bl.warehouse.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseType.classBusiness task in order to search aBOWarehouseType. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.export.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.export.operation.taskModifier and TypeClassDescriptionclassBusiness task to export warehouse operations in a xlsx file -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.export.stock.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.export.stock.taskModifier and TypeClassDescriptionclassBusiness task to export warehouse material stocks in a xlsx file -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.export.transferrequest.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.export.transferrequest.taskModifier and TypeClassDescriptionclassBusiness task to export transfer requests in a xlsx file -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.login.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.login.taskModifier and TypeClassDescriptionclassBusiness task in order to modify theWFMIdentityto enable the Inventory Management module. -
Uses of BusinessTask in overit.geocallapp.wfm.inventory.replicator.task
Subclasses of BusinessTask in overit.geocallapp.wfm.inventory.replicator.taskModifier and TypeClassDescriptionclassBusiness task for send the serialized materials of Inventory Management module.classBusiness task for check the serialized materials before insert. -
Uses of BusinessTask in overit.geocallapp.wfm.locations.bl.address.task
Subclasses of BusinessTask in overit.geocallapp.wfm.locations.bl.address.taskModifier and TypeClassDescriptionclassBusiness task in order to normalize and update aBOAddress.classBusiness task in order to normalize and update aBOAddresslist.classBusiness task in order to save a history ofBOAddress.classBusiness task in order to insert aBOAddress.classBusiness task in order to insert a list ofBOAddress.classBusiness task in order to load aBOAddress.classTask that listen theAddressNotificationEventthat is launched when there is a change in the entityBOAddressThis task depending on theAddressNotificationActiondoes the login needed by the action done on the entity.classBusiness task in order to search aBOAddress.classBusiness task in order to update aBOAddress.classBusiness task in order to update a list ofBOAddress.classBusiness task in order to search aBOAddress. -
Uses of BusinessTask in overit.geocallapp.wfm.locations.bl.address.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.locations.bl.address.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAddressType.classBusiness task in order to load aBOAddressType.classBusiness task in order to searchBOAddressType.classBusiness task in order to update aBOAddressType. -
Uses of BusinessTask in overit.geocallapp.wfm.locations.bl.country.task
Subclasses of BusinessTask in overit.geocallapp.wfm.locations.bl.country.task -
Uses of BusinessTask in overit.geocallapp.wfm.locations.bl.district.task
Subclasses of BusinessTask in overit.geocallapp.wfm.locations.bl.district.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBODistrict.classBusiness task in order to search aBODistrict. -
Uses of BusinessTask in overit.geocallapp.wfm.locations.bl.geocoding.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.locations.bl.geocoding.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOGeocodingStatus.classBusiness task in order to search aBOGeocodingStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.locations.bl.municipality.task
Subclasses of BusinessTask in overit.geocallapp.wfm.locations.bl.municipality.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMunicipality.classBusiness task in order to load aBOMunicipality.classBusiness task in order to search aBOMunicipality.classBusiness task in order to update aBOMunicipality. -
Uses of BusinessTask in overit.geocallapp.wfm.materials.bl.goodsgroup.task
Subclasses of BusinessTask in overit.geocallapp.wfm.materials.bl.goodsgroup.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOGoodsGroup.classBusiness task in order to load aBOGoodsGroup.classBusiness task in order to search aBOGoodsGroup.classBusiness task in order to update aBOGoodsGroup. -
Uses of BusinessTask in overit.geocallapp.wfm.materials.bl.item.task
Subclasses of BusinessTask in overit.geocallapp.wfm.materials.bl.item.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialItem.classBusiness task in order to load aBOMaterialItem.classBusiness task in order to search aBOMaterialItem.classBusiness task in order to update aBOMaterialItem. -
Uses of BusinessTask in overit.geocallapp.wfm.materials.bl.managementtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.materials.bl.managementtype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialManagementType.classBusiness task in order to search aBOMaterialManagementType. -
Uses of BusinessTask in overit.geocallapp.wfm.materials.bl.material.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.materials.bl.material.history.taskModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOMaterial.classBusiness task in order to load aBOMaterialHistory.classBusiness task in order to search aBOMaterialHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.materials.bl.material.task
Subclasses of BusinessTask in overit.geocallapp.wfm.materials.bl.material.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterial.classBusiness task in order to load aBOMaterial.classBusiness task in order to search aBOMaterial.classBusiness task in order to update aBOMaterial. -
Uses of BusinessTask in overit.geocallapp.wfm.materials.bl.materialclass.task
Subclasses of BusinessTask in overit.geocallapp.wfm.materials.bl.materialclass.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialClass.classBusiness task in order to load aBOMaterialClass.classBusiness task in order to search aBOMaterialClass.classBusiness task in order to update aBOMaterialClass. -
Uses of BusinessTask in overit.geocallapp.wfm.materials.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.materials.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialType.classBusiness task in order to search aBOMaterialType. -
Uses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.counterdirection.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOCounterDirection.classBusiness task in order to search aBOCounterDirection. -
Uses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.task
Subclasses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeasureMode.classBusiness task in order to search aBOMeasureMode. -
Uses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeasureStatus.classBusiness task in order to search aBOMeasureStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.taskModifier and TypeClassDescriptionclassBusiness task that handles the calculation and alignment of measure counters.classTask for Measures historyclassBusiness task in order to load aBOMeasure.classBusiness task in order to search aBOMeasure.classBusiness task in order to search for a measuring element's nextBOMeasure, according to the target date.classBusiness task in order to search for a measuring element's previousBOMeasure, according to the target date. -
Uses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeasuringElementStatus.classBusiness task in order to search aBOMeasuringElementStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.measuringelements.bl.measuringelement.task
Modifier and TypeClassDescriptionclassBusiness task that reacts to the measure notification event. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.attachment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.attachment.task -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.bundle.action.accept.task
Modifier and TypeClassDescriptionclassAccepts a bundle from mobile by scheduling all its operations to the specified resource. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.bundle.action.acceptincharge.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.bundle.action.acceptincharge.taskModifier and TypeClassDescriptionclassAccepts and takes in charge a bundle from mobile by scheduling all its operations to the specified resource. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.datacollection.sheet.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionSheetfrom mobile replication.classBusiness task in order to update aBODataCollectionSheetfrom mobile replication. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.errorlog.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.errorlog.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOMobileErrorLog.classBusiness task in order to insert aBOMobileErrorLog.classBusiness task in order to insert a list ofBOMobileErrorLog.classBusiness task in order to load aBOMobileErrorLog.classBusiness task in order to search aBOMobileErrorLog. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task
Modifier and TypeClassDescriptionclassBTMobileInterventionToAcceptAction<E extends MobileInterventionToAcceptActionEvent<? extends MobileInterventionToAcceptActionInput>>Generic business task for intervention to accept actions management.classBusiness task in order to confirm an intervention to accept.classBusiness task in order to confirm and take in charge an intervention to accept.classBusiness task in order to refuse an intervention to accept.classBusiness task in order to search a list ofMobileInterventionToAcceptSearchResult. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.multistage.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.multistage.taskModifier and TypeClassDescriptionclassBusiness task that computes the multistage dependent operations related to the event input. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.notification.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.notification.task -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.task
Modifier and TypeClassDescriptionclassBusiness task in order to searchMobileAttachmentrelated to technical objects. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.taskModifier and TypeClassDescriptionclassBusiness task in order to search aMobileInterventionsHistorySearchResult. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.task
-
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.technicalobject.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.technicalobject.taskModifier and TypeClassDescriptionclassBusiness task in order to search aMobileTechnicalObjectSearchResult. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorder.action.accept.task
Modifier and TypeClassDescriptionclassBusiness task in order to accept a work order from mobile. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorder.action.acceptincharge.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorder.action.acceptincharge.taskModifier and TypeClassDescriptionclassBusiness task in order to accept a work order from mobile. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorder.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorder.taskModifier and TypeClassDescriptionclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOMobileWorkOrderCreationRequestState.classBusiness task in order to searchBOMobileWorkOrderCreationRequestState. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMobileWorkOrderCreationRequestHeader.classBusiness task in order to load aBOMobileWorkOrderCreationRequestHeader.classBusiness task in order to searchBOMobileWorkOrderCreationRequestHeader.classBusiness task in order to update aBOMobileWorkOrderCreationRequestHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMobileWorkOrderCreationRequestOperation.classBusiness task in order to load aBOMobileWorkOrderCreationRequestOperation.classBusiness task in order to searchBOMobileWorkOrderCreationRequestOperation.classBusiness task in order to update aBOMobileWorkOrderCreationRequestOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aMobileWorkOrderCreationRequest.classBusiness task in order to save aMobileWorkOrderCreationRequest. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.attachment.task
Modifier and TypeClassDescriptionclassBusiness task in order to search aBOMobileWorkOrderAttachment. -
Uses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.instance.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.instance.taskModifier and TypeClassDescriptionclassBusiness task in order to check mandatory nodes in aDataCollectionSheetInstance.classBusiness task in order to check the constraints of aDataCollectionSheetInstance.classBusiness task in order to check the threshold constraints of aDataCollectionSheetInstance.classBusiness task in order to close aDataCollectionSheetInstance.classBusiness task in order to close aDataCollectionSheetInstance.classBusiness task in order to fill in aDataCollectionSheetInstance.classBusiness task in order to fix aDataCollectionSheetInstance.classBusiness task in order to fix the scheduling resource sheet of aDataCollectionSheetInstance.classBusiness task in order to insert aDataCollectionSheetInstance.classBusiness task in order to load aDataCollectionSheetInstance.classBusiness task for locking data collection sheet instances by closing work order operation sheets.classBusiness task in order to reopen aDataCollectionSheetInstance.classBusiness task for requesting to unlock a data collection sheet.classBusiness task for resetting the unlock request flag on a data collection sheet.classBusiness task for unlocking data collection sheet instances. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.taskModifier and TypeClassDescriptionclassBusiness task in order to export aBODataCollectionOptionsGroup's model.classBusiness task in order to delete aBODataCollectionOptionsGroup.classBusiness task in order to import aBODataCollectionOptionsGroup's model.classBusiness task in order to insert aBODataCollectionOptionsGroup.classBusiness task in order to load aBODataCollectionOptionsGroup.classBusiness task in order to search aBODataCollectionOptionsGroup.classBusiness task in order to update aBODataCollectionOptionsGroup. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.outcomerule.taskModifier and TypeClassDescriptionclassBusiness task in order to align aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to delete aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to delete aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to insert aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to load aBODataCollectionTemplateStructureOutcomeRule.classTask that listen theDataCollectionTemplateStructureOutcomeRuleNotificationEventthat is launched when there is a change in the entityBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to search aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to update aBODataCollectionTemplateStructureOutcomeRule. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.rule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.rule.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateWOCreationRule.classBusiness task in order to insert aBODataCollectionTemplateWOCreationRule.classBusiness task in order to load aBODataCollectionTemplateWOCreationRule.classBusiness task in order to search aBODataCollectionTemplateWOCreationRule.classBusiness task in order to update aBODataCollectionTemplateWOCreationRule. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBODataCollectionSheetScope.classBusiness task in order to search aBODataCollectionSheetScope. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.sheet.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.sheet.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBODataCollectionSheetState.classBusiness task in order to search aBODataCollectionSheetState. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.sheet.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.sheet.taskModifier and TypeClassDescriptionclassBusiness task in order to export a model of theBODataCollectionSheet.classBusiness task in order to insert aBODataCollectionSheet.classBusiness task in order to search aBODataCollectionSheet.classBusiness task to automatically initialize Dynamic Froms Sheets from outcome.classTask that listen theMobileFormsSheetNotificationEventthat is launched when there is a change in the entityBODataCollectionSheet. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.taskModifier and TypeClassDescriptionclassGeneric business task for the data collection entities.classGeneric business task for the data collection checkable entities.classGeneric business task for the data collection checker entities. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.header.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateHeader.classBusiness task in order to load aBODataCollectionTemplateHeader.classTask that listen theDataCollectionTemplateHeaderNotificationEventthat is launched when there is a change in the entityBODataCollectionTemplateHeader.classBusiness task in order to search aBODataCollectionTemplateHeader.classBusiness task in order to update aBODataCollectionTemplateHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.release.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.release.taskModifier and TypeClassDescriptionclassBusiness task in order to load aDataCollectionTemplateRelease.classBusiness task in order to save aDataCollectionTemplateRelease. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateStructureRelease.classBusiness task in order to load aBODataCollectionTemplateStructureRelease.classBusiness task in order to search aBODataCollectionTemplateStructureRelease.classBusiness task in order to update aBODataCollectionTemplateStructureRelease.classTask that listen theMobileFormsTemplateStructureReleaseNotificationEventthat is launched when there is a change in the entityBODataCollectionTemplateStructureRelease. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.structure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.structure.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateStructure.classBusiness task in order to load aBODataCollectionTemplateStructure.classBusiness task in order to search aBODataCollectionTemplateStructure.classBusiness task in order to update aBODataCollectionTemplateStructure. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.taskModifier and TypeClassDescriptionclassBusiness task in order to insert a newBODataCollectionSheetstarting from a workorder operation.classBusiness task in order to align theDataCollectionTemplateWorkingCopyto the release.classBusiness task in order to check the json model of aDataCollectionTemplate.classBusiness task in order to create an emptyDataCollectionTemplateWorkingCopy.classBusiness task in order exports the model of aDataCollectionTemplate.classBusiness task in order exports the active release of aDataCollectionTemplate.classBusiness task in order to import the model to aDataCollectionTemplate.classBusiness task in order to import a completeDataCollectionTemplaterelease from JSON.classBusiness task in order to insert aDataCollectionTemplate.classBusiness task in order to insert aDataCollectionTemplateRelease.classBusiness task in order to insert a sheet into aDataCollectionTemplate.classBusiness task in order to load aDataCollectionTemplate.classBusiness task in order to load the currentDataCollectionTemplateRelease.classBusiness task in order to load aDataCollectionTemplateWorkingCopy.classBusiness task in order to save aDataCollectionTemplate.classBusiness task in order to search for matchingBODataCollectionTemplateWOCreationRule. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.taskModifier and TypeClassDescriptionclassTask that listen theDCTemplateVisibilityRuleHeaderNotificationEventthat is launched when there is a change in the entityBODCTemplateVisibilityRuleHeader.classBusiness task in order to delete aBODCTemplateVisibilityRuleHeader.classBusiness task to insert aBODCTemplateVisibilityRuleHeader.classBusiness task in order to load aBODCTemplateVisibilityRuleHeader.classBusiness task in order to search aBODCTemplateVisibilityRuleHeader.classBusiness task to update aBODCTemplateVisibilityRuleHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.taskModifier and TypeClassDescriptionclassTask that listen theDCTemplateVisibilityRuleRowNotificationEventthat is launched when there is a change in the entityBODCTemplateVisibilityRuleRow.classBusiness task in order to delete aBODCTemplateVisibilityRuleHeader.classBusiness task to insert aBODCTemplateVisibilityRuleRow.classBusiness task in order to load aBODCTemplateVisibilityRuleRow.classBusiness task in order to search aBODCTemplateVisibilityRuleRow. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task
Modifier and TypeClassDescriptionclassBusiness task for deleting a template visibility rule with all its associated rows.classBusiness task for saving a template visibility rule with all its rows. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.template.workingcopy.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aDataCollectionTemplateWorkingCopy.classBusiness task in order to save aDataCollectionTemplateWorkingCopy. -
Uses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.mobileforms.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionType.classBusiness task in order to load aBODataCollectionType.classBusiness task in order to search aBODataCollectionType.classBusiness task in order to update aBODataCollectionType. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.account.attachment.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to an account. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.account.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.account.task -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.attachments
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.attachmentsModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to an asset. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOCharacteristic.classBusiness task in order to update aBOCharacteristic. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetCharacteristicValue.classBusiness task in order to insert a list ofBOAssetCharacteristicValue.classBusiness task in order to update aBOAssetCharacteristicValue.classBusiness task in order to update a list ofBOAssetCharacteristicValue. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasure.classBusiness task in order to insert a list ofBOMeasure.classBusiness task in order to reject aBOMeasure.classBusiness task in order to reject a list ofBOMeasure.classBusiness task in order to update aBOMeasure.classBusiness task in order to update a list ofBOMeasure.classBusiness task in order to validate aBOMeasure.classBusiness task in order to validate a list ofBOMeasure.classMeasureStatusChangeTask<E extends SimpleBusinessEvent<BOMeasure,Void>> Abstract business task in order to change the status of aBOMeasure. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasuringElement.classBusiness task in order to load aBOMeasuringElement.classBusiness task in order to search aBOMeasuringElement.classBusiness task in order to update aBOMeasuringElement. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.meter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.meter.task -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.operationcenter.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.taskModifier and TypeClassDescriptionclassclassBusiness task in order to save aBOTechnicalObjectType. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTechnicalObjectType.classBusiness task in order to search aBOTechnicalObjectType. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.type.template.characteristic.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.assets.bl.type.template.characteristic.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetTypeTemplateCharacteristic.classBusiness task in order to insert a list ofBOAssetTypeTemplateCharacteristic.classBusiness task in order to update aBOAssetTypeTemplateCharacteristic.classBusiness task in order to update a list ofBOAssetTypeTemplateCharacteristic. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.taskModifier and TypeClassDescriptionclassBase class for dissociating a user , asset or account from aBODataCollectionSheet.classBusiness task in order to dissociate an account from aBODataCollectionSheet.classBusiness task in order to dissociate an asset from aBODataCollectionSheet.classBusiness task in order to dissociate the scheduling user to aDataCollectionSheetInstance.classBusiness task for validating if a data collection sheet can be unlocked.classclassBusiness task for validating if a data collection sheet can be requested to be unlocked.classBusiness task for massive code generation forBODataCollectionSheet. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.activity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.activity.taskModifier and TypeClassDescriptionclassBusiness task to loadBOActivity.classBusiness task in order to load a list ofBOActivity. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.capacityplanning.scenario
-
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.coveragealgorithm
Modifier and TypeClassDescriptionclassBusiness task that retrieves the coverage algorithm solution from the GisWare REST serviceCapacityPlanningAlgorithmSolutionCallEvent.classBusiness task that checks the coverage algorithm input to the GisWare REST serviceCapacityPlanningAlgorithmStatusCallEvent.classBusiness task that sends the coverage algorithm input to the GisWare REST serviceCapacityPlanningAlgorithmInputCallEvent. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistributionModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOWorkLoadDistribution. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.resource.skill.task
-
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.resource.taskModifier and TypeClassDescriptionclassBusiness task to loadBOResource.classBusiness task in order to load a list ofBOResource. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.activity.result.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.activity.result.taskModifier and TypeClassDescriptionclassBusiness task for calculating a rough planning activity result -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.resource.result.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.resource.result.taskModifier and TypeClassDescriptionclassBusiness task for calculating a rough planning resource result -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.result.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.result.taskModifier and TypeClassDescriptionclassBusiness task for calculating a rough planning result -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.workloadmovement.task
-
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.taskModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOWorkShiftException. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.task
-
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.taskModifier and TypeClassDescriptionclassBusiness task in order to schedule an activity to a resource.classBusiness task in order to schedule an activity to a resource.classBusiness task in order to update allBOAgendarelated to all theBOSchedulingin input.classBusiness task in order to schedule an activity to a resource.classBusiness task in order to schedule an activity to a resourceclassBusiness task in order to update theBOAppointment,BOAgenda, work order, operation status.classBusiness task in order to calculate the missing skills of the resource/team in a scheduling.classBusiness task in order to schedule an activity to a resource -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Modifier and TypeClassDescriptionclassBusiness task in order to remove an activity to a resource.classBusiness task that updates the status of aBOAppointment,BOAgenda,BOWorkOrderOperationandBOWorkOrderHeaderwhen theUpdateStatusRemovalSchedulingEventis triggered. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.taskModifier and TypeClassDescriptionclassBusiness task that validate all the work shifts as input. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task
Modifier and TypeClassDescriptionclassBusiness task in order to update theBOAppointments related to aBundle.classBusiness task in order to update theBOAppointments related to a singleBOBundleOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.freezingday.task
Modifier and TypeClassDescriptionclassBusiness task in order to check the freezing validation.classBusiness task in order to calculate the freezing date for an operation center.
More specifically, the event calculates the date before/after which is not possible to perform a scheduling action (paste/cut/etc.). -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.taskModifier and TypeClassDescriptionclassAbstract business task for immediate scheduling team exclusion.classBusiness Task that excludes teams with mixed scheduled activities or multi-day activities.classBusiness task that excludes teams whose foreman has clocking type STAMPING_NO_ASSIGNMENT_OF_INTERVENTIONS but is not currently on shift.classBusiness task that excludes teams whose foreman is working in a crew shell.classBusiness Task for filtering teams based on straight-line distance between resource starting point and work order location.classBusiness Task for filtering teams based on resource last synchronization.classBusiness Task for filtering teams based on shift management rules and unavailability.classBusiness task that excludes teams based on skill requirements.classBusiness Task for filtering teams based on work order operation requirements. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.taskModifier and TypeClassDescriptionclassBusiness Task for validating work order operation states during immediate scheduling. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.taskModifier and TypeClassDescriptionclassBusiness Task for aligning immediate scheduling work order records when operation center changes. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.lock.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.lock.taskModifier and TypeClassDescriptionclassAcquires the lock for the resources, activities, and operation center.classAdds an operation to the lock and immediately attempts to acquire the lock for that activity.classAdds a resource to the lock and immediately attempts to acquire the lock for that activity.classExtends the input scheduling lock.classReleases the input scheduling lock. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task
Modifier and TypeClassDescriptionclassBusiness task that react to the update of an intervention outcome. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.taskModifier and TypeClassDescriptionclassBusiness task in order to save a planning action history. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.qualification.task
Modifier and TypeClassDescriptionclassBusiness task for evaluate the generic qualification for the input resource. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.resource.task
-
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.skill.taskModifier and TypeClassDescriptionclassBusiness task for evaluate which skills of an inputSkillConfigurationAggregateare not satisfied by the input resources.classBusiness task for load the skill and the qualifications of aBOResource. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.skilloverride.task
Modifier and TypeClassDescriptionclassBusiness task in order to save a complete skill override configuration (configuration, associated skills and related operations). -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.taskModifier and TypeClassDescriptionclassBusiness task in order to update aBOResource's start/end addresses.classBusiness task to insert a newBOResource. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.team.formation.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOFormationSkillDivisionbasing on the formations that currently have a division which derives from the given configuration.classBusiness task in order to insert aBOFormationSkillDivisionbasing on the formations that currently have a division which derives from the given configuration. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOTeamShiftrelated to a singleBOResource.classBusiness task in order to insert/update aBOTeamShiftrelated to a singleBOResource. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.exception.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.exception.task -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete theBOWorkShift.classBusiness task in order to insert aBOWorkShift.classBusiness task in order to update aBOWorkShift. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.workshiftexceptionworkshift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.workshiftexceptionworkshift.taskModifier and TypeClassDescriptionclassBusiness task in order to update aBOWorkShiftExceptionWorkShift. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.activity.skillconfiguration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.activity.skillconfiguration.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOActivitySkillConfiguration.classBusiness task in order to update aBOActivitySkillConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.attachment.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to a work order. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.header.task
-
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task
Modifier and TypeClassDescriptionclassBusiness task to create a new bundle from operations with partial outcomes.classBusiness task which loads the activeBundlerelated to the givenBOAppointmentid.classBusiness task which loads the activeBundlerelated to the givenBOWorkOrderOperationid.classBusiness task in order to add a list ofBOBundleOperationto aBundle.classBusiness task in order to cancel aBOBundleOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.taskModifier and TypeClassDescriptionclassBusiness task in order to automatically create a collection ofBundle.classBusiness task in order to calculate aBOBundleHeaderattributes.classBusiness task in order to create aBundle.classBusiness task that reordersBOWorkOrderOperations within aBundleand updates the correspondingBOBundleOperations accordingly.classBusiness task that implements all the phases of theBundlecreation process.classBusiness task in order to apply aBOBundleCriterion.classBusiness task in order to order the list of wantedBOWorkOrderOperationfor theBundlingEventor for an existing Bundle.classBusiness task in order to unbundle all theBundles created by a given elaboration.classBusiness task in order to cancel a list of givenBundlewith all theirBOBundleOperations. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsortingModifier and TypeClassDescriptionclassBTTopologicalSort<T,I extends LinearItem<T>> Business task for performing topological sorting of linear items based on their geographical locations. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.header.taskModifier and TypeClassDescriptionclassBusiness task in order to calculate the status of aBOWorkOrderHeaderusing its operations.class -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.censusrule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.censusrule.taskModifier and TypeClassDescriptionclassBusiness task in order to search forBOCensusRulelinked to the givenBOIntervention. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.taskModifier and TypeClassDescriptionclassBusiness task that checks that all intervention measures are validated in order proceed with the intervention outcome.classBusiness task in order to link aBOMeasureto an intervention. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.taskModifier and TypeClassDescriptionclassBusiness task to remove a intervention resource.classBusiness task to insert a intervention resource.classBusiness task to update a intervention resource. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task
Modifier and TypeClassDescriptionclassIt performs various checks and validations on the providedResourceInterventionSearchFilterand then executes the search for interventions based on the filter criteria. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.attachment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.attachment.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to a work order operation. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.immediatescheduling.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.immediatescheduling.taskModifier and TypeClassDescriptionclassBusiness task that handles immediate scheduling for work order operations. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.task
Modifier and TypeClassDescriptionclassBusiness task to load the needed intervention group andBOActivityfor the givenBOWorkOrderOperation.class -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.type.task
Modifier and TypeClassDescriptionclassBusiness task in order generate the code and the description for a work order type. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.operationcenter.task
Modifier and TypeClassDescriptionclassBusiness task in order to deduce anBOOperationCenterfrom aBOAddressgiven as id input inOperationCenterDeductionFromAssetInputclassValid Permission Business task in order to deduce anBOOperationCenterfrom aBOStructurestarting from aOperationCenterDeductionFromTerritoryInputthat has address id, work order type id and reference dateclassValid Permission Business task in order to deduce anBOOperationCenterfrom aBOWorkOrderTypestarting from aOperationCenterDeductionFromWorkOrderTypeInputthat has address id and work order type idclassValid Permission Business task in order to deduce anBOOperationCenter' s id starting from aWorkOrderOperationCenterDeductionInputthat has address id, work order type id and reference date
It calls all the deduction business logic tasks related to theBOWorkOrderTypeOperationCenterAssignmentCriteria -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.taskModifier and TypeClassDescriptionclassBusiness task used to save the intervention information related to the arrival on site of the technician.classAn abstract class that extendsValidPermissionBusinessTaskand represents a business task for executing an intervention.classThis class represents a business task for deleting interventions currently managed by a user who is assigned to a new intervention.classBusiness task to handle intervention outcome complete notification with reason and agenda information.classBusiness task in order to save anBOInterventionOutcome.classBusiness task in order to validate aBOInterventionOutcome.classBTInterventionStart<T extends InterventionExecutionInput>Represents a business task class for an intervention start.classRepresents a business task class for taking in charge an intervention. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.taskModifier and TypeClassDescriptionclassBusiness task that searches for resources with their associated interventions. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.taskModifier and TypeClassDescriptionclassBusiness task to insert a work order from work cycle.classBusiness task in order to generate aBOWorkOrderHeaderCode. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.type.ocassignmentcritera.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.type.ocassignmentcritera.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOWorkOrderTypeOperationCenterAssignmentCriteria.classBusiness task in order to insert aBOWorkOrderType.
When theWorkOrderTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order generate the code and the description for a work order type.classBusiness task in order generate the code and the description for a work order type. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.taskModifier and TypeClassDescriptionclassBusiness task to update work cycle structure repeatable operation filters. -
Uses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleStructure.classBusiness task in order to update aBOWorkCycleStructure. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.task
Subclasses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenterAddress.classBusiness task in order to load aBOOperationCenterAddress.classBusiness task in order to search aBOOperationCenterAddress.classBusiness task in order to update aBOOperationCenterAddress.classBusiness task in order to set the main address for an operation center. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.assignmentcriteria.task
Subclasses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.assignmentcriteria.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOOperationCenterAssignmentCriteria.classBusiness task in order to search aBOOperationCenterAssignmentCriteria. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenter.classBusiness task in order to load aBOOperationCenter.classBusiness task in order to search aBOOperationCenter.classclassBusiness task in order to update aBOOperationCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.structure.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOStructure.classBusiness task in order to load aBOStructure.classBusiness task in order to search aBOStructure.classBusiness task in order to update aBOStructure. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.task
Subclasses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.taskModifier and TypeClassDescriptionclassValid Permission Business task in order to search structure validity period from active structureclassBusiness task in order to delete structure validity period.
When theStructureValidityPeriodDeleteEventis launched the BT notices the call and delete theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to insert aBOStructureValidityPeriod.
When theStructureValidityPeriodInsertEventis launched the BT notices the call and inserts theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to update a structure validity period.
When theStructureValidityPeriodUpdateEventis launched the BT notices the call and update theBOStructureValidityPeriodbasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCenter.
When theWorkCenterInsertEventis launched the BT notices the call and inserts theBOWorkCenterbasing on the event's input.classBusiness task in order to load aBOWorkCenter.classBusiness task in order to search aBOWorkCenter.
When theWorkCenterSearchEventis launched the BT notices the call and searches theBOWorkCenterbasing on the event's input.classBusiness task in order to update aBOWorkCenter. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.task
Subclasses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.taskModifier and TypeClassDescriptionclassBusiness task in order to searchBOZonestarting from address's micro cluster. -
Uses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.zone.task
Subclasses of BusinessTask in overit.geocallapp.wfm.organizationalstructures.bl.zone.task -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.activity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.activity.taskModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.activity.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.activity.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityType.classBusiness task in order to search aBOProjectActivityType. -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.activitydebriefing.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.activitydebriefing.taskModifier and TypeClassDescriptionclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.activityrelation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.activityrelation.taskModifier and TypeClassDescriptionclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.calendarunit.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.calendarunit.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCalendarUnit.classBusiness task in order to search aBOCalendarUnit. -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.configuration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.configuration.taskModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.diary.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.diary.taskModifier and TypeClassDescriptionclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.header.taskModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.management.planning.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.management.planning.taskModifier and TypeClassDescriptionclassclassclassclassclassclassListen the planned activity tool-tip data load event registering after the core listener.classclassclassCheck if the activities of the selected slots have some generic accountingsclassCheck the origin of the selected slots.classCheck if the intervention (and his related interventions) are closedclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluationModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.resourcedata
-
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.multistage.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.multistage.task -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.profile.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.profile.taskModifier and TypeClassDescriptionclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.status.taskModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.taskModifier and TypeClassDescriptionclassclassclassTask to align APACDFSORDERING on project activities starting from APACWBSCODE on projects created before APACDFSORDERING introduction.classclassclassclassclassclassclassclassclassTask called before WO association to project activity.class -
Uses of BusinessTask in overit.geocallapp.wfm.project.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.project.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectType.classBusiness task in order to search aBOProjectType. -
Uses of BusinessTask in overit.geocallapp.wfm.project.ux.activityplan
Subclasses of BusinessTask in overit.geocallapp.wfm.project.ux.activityplan -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.activity.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.activity.status.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOProjectActivityStatus.classBusiness task in order to load aBOProjectActivityStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.activity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.activity.task -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.activity.userstatus.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.activity.userstatus.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityUserStatus.classBusiness task in order to search aBOProjectActivityUserStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.activityrelation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.activityrelation.taskModifier and TypeClassDescriptionclassBusiness task in order to search aBOActivityRelation.classBusiness task in order to search aBOActivityRelation. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.activityrelation.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.activityrelation.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityRelationType.classBusiness task in order to search aBOProjectActivityRelationType. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.header.task -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.profile.startdate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.profile.startdate.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityStartDate.classBusiness task in order to search aBOProjectActivityStartDate. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.profile.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.profile.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectProfile.classBusiness task in order to search aBOProjectProfile. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectStatus.classBusiness task in order to search aBOProjectStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aTimeRangeConfigurationHeader.classBusiness task in order to search aTimeRangeConfigurationHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.projects.bl.userstatus.task
Subclasses of BusinessTask in overit.geocallapp.wfm.projects.bl.userstatus.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectUserStatus.classBusiness task in order to search aBOProjectUserStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.address.task
Subclasses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.address.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOResourceAddress.classBusiness task in order to search aBOResourceAddress.classBusiness task in order to update aBOResourceAddress. -
Uses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.loan.task
Subclasses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.loan.taskModifier and TypeClassDescriptionclassBusiness task that handles the copy of properties between a sourceBOResourceand its associated loan resources.classBusiness task that aligns the loaned resources with the skills currently associated to the source resource. -
Uses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.management.task
Subclasses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.management.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceManagement.classBusiness task in order to search aBOResourceManagement. -
Uses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.qualification.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOResourceQualification.classBusiness task in order to insert aBOResourceQualification.classBusiness task in order to search aBOResourceQualification. -
Uses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.skill.taskModifier and TypeClassDescriptionclassBusiness task to delete aBOResourceSkillobject.classBusiness task to insert aBOResourceSkillobject.classBusiness task to searchBOResourceSkillobjects.classBusiness task in order to update aBOResourceSkill. -
Uses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOResource.classBusiness task in order to load aBOResource.classBusiness task in order to search aBOResource.classBusiness task in order to update aBOResource. -
Uses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.resources.bl.resource.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOResourceType.
When theResourceTypeInsertEventis launched the BT notices the call and inserts theBOResourceTypebasing on the event's input.classBusiness task in order to load aBOResourceType.
When theResourceTypeLoadEventis launched the BT notices the call and loads theBOResourceTypebasing on the event's input.classBusiness task in order to search aBOResourceType.classBusiness task in order to update aBOResourceType.
When theResourceTypeUpdateEventis launched the BT notices the call and updates theBOResourceTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.activity.result.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.activity.result.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningActivityResult.classBusiness task to loadBORoughPlanningActivityResult.classBusiness task to searchBORoughPlanningActivityResult.classBusiness task in order to update aBORoughPlanningActivityResult. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.bucket.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.bucket.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningBucket.classBusiness task to loadBORoughPlanningBucket.classBusiness task to searchBORoughPlanningBucket.classBusiness task in order to update aBORoughPlanningBucket. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.capacity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.capacity.task -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.configuration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.configuration.taskModifier and TypeClassDescriptionclassBusiness task in order to save the rough planning configuration of buckets.classBusiness task in order to save the rough planning configuration of resources. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.creationfilter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.creationfilter.taskModifier and TypeClassDescriptionclassBusiness task in order to create and insert aBORoughPlanningCreationFilter.classBusiness task in order to insert aBORoughPlanningCreationFilter.classBusiness task in order to load aBORoughPlanningCreationFilter.classBusiness task in order to load aBORoughPlanningCreationFilter.classBusiness task in order to search aBORoughPlanningCreationFilter. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.demand.detail.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.demand.detail.task -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.demand.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.demand.taskModifier and TypeClassDescriptionclassBusiness task to searchDemandSummary.classBusiness task to shift rough planning demand hours. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.permission
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.permissionModifier and TypeClassDescriptionclassBusiness task to check the rough planning permissions
When thePlanningPermissionCheckEventis launched the BT notices the call and check if the user has the permission basing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.resource.result.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.resource.result.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningResourceResult.classBusiness task to loadBORoughPlanningResourceResult.classBusiness task to searchBORoughPlanningResourceResult. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.resource.taskModifier and TypeClassDescriptionclassBusiness task in order to cancel aBORoughPlanningResource.classBusiness task in order to insert aBORoughPlanningResource.classBusiness task to loadBORoughPlanningResource.classBusiness task to searchBORoughPlanningResource. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.result.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.result.taskModifier and TypeClassDescriptionclassBusiness task to massively run result calculating of workload analyses. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBORoughPlanningBucketMovementState.classBusiness task in order to search aBORoughPlanningBucketMovementState. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningBucketMovement.classBusiness task in order to load aBORoughPlanningBucketMovement.classBusiness task in order to search aBORoughPlanningBucketMovement.classBusiness task in order to update aBORoughPlanningBucketMovement. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningOrderMovement.classBusiness task in order to load aBORoughPlanningOrderMovement.classBusiness task to insert a list ofBORoughPlanningOrderMovementin a single batch operation.classBusiness task in order to search aBORoughPlanningOrderMovement.classBusiness task in order to update aBORoughPlanningOrderMovement. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.taskModifier and TypeClassDescriptionclassBusiness task in order to apply shifts of aBORoughPlanning.classBusiness task in order to cancel aBORoughPlanning.classBusiness task in order to create a rough planning.classBusiness task in order to insert aBORoughPlanning.classBusiness task to loadBORoughPlanning.classGeneric business task for Rough Planning entities.classBusiness task to searchBORoughPlanning.classBusiness task in order to update aBORoughPlanning.classBusiness task in order to copy a workload analysis.classBusiness task in order to validate aBORoughPlanning. -
Uses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.task
Subclasses of BusinessTask in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.taskModifier and TypeClassDescriptionclassBusiness task for handling workload movement operations. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.appointment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.appointment.taskModifier and TypeClassDescriptionclassBusiness task for loading or creating an appointment for a work order operation. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.agenda.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.agenda.history.taskModifier and TypeClassDescriptionclassBusiness task in order to save the history of an agenda. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOAgendaResourceRoles.classBusiness task in order to insert aBOAgendaResourceRoles.classBusiness task in order to load aBOAgendaResourceRoles.classBusiness task in order to search aBOAgendaResourceRoles. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.agenda.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.agenda.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOAgendaStatus.classBusiness task in order to search aBOAgendaStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.agenda.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.agenda.task -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.appointment.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.appointment.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOAppointmentStatus.classBusiness task in order to search aBOAppointmentStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.appointment.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.appointment.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAppointment.classBusiness task in order to load aBOAppointment.classBusiness task in order to reset aBOAppointment.classBusiness task in order to search aBOAppointment.classBusiness task in order to update aBOAppointment. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.clocking.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.clocking.type.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOClockingType.classBusiness task in order to search forBOClockingTypes. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingPositionType.classBusiness task in order to search aBOImmediateSchedulingPositionType. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingReprocessingMode.classBusiness task in order to search aBOImmediateSchedulingReprocessingMode. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingConfiguration.classBusiness task in order to load aBOImmediateSchedulingConfiguration.classBusiness task in order to search aBOImmediateSchedulingConfiguration.classBusiness task in order to update aBOImmediateSchedulingConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingWOSort.classBusiness task in order to search aBOImmediateSchedulingWOSort. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingCalendar.classBusiness task in order to load aBOImmediateSchedulingCalendar.classBusiness task in order to search aBOImmediateSchedulingCalendar.classBusiness task in order to update aBOImmediateSchedulingCalendar. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingProcessing.classBusiness task in order to load aBOImmediateSchedulingProcessing.classBusiness task in order to search aBOImmediateSchedulingProcessing.classBusiness task in order to update aBOImmediateSchedulingProcessing. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingLastProcessing.classBusiness task in order to load aBOImmediateSchedulingLastProcessing.classBusiness task in order to search aBOImmediateSchedulingLastProcessing.classBusiness task in order to update aBOImmediateSchedulingLastProcessing. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingResourceProcessing.classBusiness task in order to load aBOImmediateSchedulingResourceProcessing.classBusiness task in order to search aBOImmediateSchedulingResourceProcessing.classBusiness task in order to update aBOImmediateSchedulingResourceProcessing. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingExclusionReason.classBusiness task in order to search aBOImmediateSchedulingExclusionReason. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.taskModifier and TypeClassDescriptionclassBusiness task for batch inserting immediate scheduling resource exclusions.classBusiness task in order to insert aBOImmediateSchedulingResourceExclusion.classBusiness task in order to load aBOImmediateSchedulingResourceExclusion.classBusiness task in order to search aBOImmediateSchedulingResourceExclusion.classBusiness task in order to update aBOImmediateSchedulingResourceExclusion. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingState.classBusiness task in order to search aBOImmediateSchedulingState. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.taskModifier and TypeClassDescriptionclassBusiness task to enqueue a new immediate scheduling processing.classBusiness task to launch immediate scheduling processes.classBusiness task to schedule immediate scheduling processes based on calendar configuration. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingTracking.classBusiness task in order to load aBOImmediateSchedulingTracking.classBusiness task in order to search aBOImmediateSchedulingTracking.classBusiness task in order to update aBOImmediateSchedulingTracking. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingWorkOrderHistory.classBusiness task in order to load aBOImmediateSchedulingWorkOrderHistory.classBusiness task in order to search aBOImmediateSchedulingWorkOrderHistory.classBusiness task in order to update aBOImmediateSchedulingWorkOrderHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingWorkOrder.classBusiness task in order to load aBOImmediateSchedulingWorkOrder.classBusiness task in order to search aBOImmediateSchedulingWorkOrder.classBusiness task for selecting immediate scheduling work orders for processing.classBusiness task in order to update aBOImmediateSchedulingWorkOrder. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingWOState.classBusiness task in order to search aBOImmediateSchedulingWOState. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.lunchbreak.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.lunchbreak.taskModifier and TypeClassDescriptionclassBusiness task in order to shift the activity to schedule according to the lunch breakLunchBreakShiftEvent. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.model.row.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.model.row.task -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.model.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.model.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingModel.classBusiness task in order to search aBOSchedulingModel.classBusiness task in order to search aBOTeamModel. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssIntegrationConfiguration.classBusiness task in order to load aBOOssIntegrationConfiguration.classBase class for OSS Integration Configuration business tasks containing common validation logic.classBusiness task in order to search forBOOssIntegrationConfiguration.classBusiness task in order to update aBOOssIntegrationConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOIntegrationVehicleType.classBusiness task in order to search aBOIntegrationVehicleType. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOOssIntegrationType.classBusiness task in order to search aBOOssIntegrationType. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.matrix.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.matrix.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssMatrix.classBusiness task in order to load aBOOssMatrix.classBusiness task in order to search aBOOssMatrix.classBusiness task in order to update aBOOssMatrix. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.response.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.response.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssResponseLog.classBusiness task for searching OSS response logs. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.space.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.oss.space.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssSpace.classBusiness task in order to load aBOOssSpace.classBusiness task in order to search aBOOssSpace.classBusiness task in order to update aBOOssSpace. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOPlanningActionHistory.classBusiness task in order to load aBOPlanningActionHistory.classBusiness task in order to search aBOPlanningActionHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOPlanningActionHistoryType.classBusiness task in order to search aBOPlanningActionHistoryType. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCancellationActivityStatus.classBusiness task in order to search forBOCancellationActivityStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOActivityToCancel.classBusiness task in order to search forBOActivityToCancel. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOSchedulingToCancel.classBusiness task in order to load aBOSchedulingToCancel.classBusiness task in order to search aBOSchedulingToCancel.classBusiness task in order to update aBOSchedulingToCancel. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingMode.classBusiness task in order to search aBOSchedulingMode. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOOperationCenterSchedulingConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingStatus.classBusiness task in order to search aBOSchedulingStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.taskModifier and TypeClassDescriptionclassBusiness task in order to check whether the coordinates path calculation is disabled or not.classBusiness task in order to insert aBOScheduling.classBusiness task in order to load aBOScheduling.classBusiness task in order to search aBOScheduling.classBusiness task in order to update aBOScheduling. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.tour.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.scheduling.tour.task -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.teamdislocation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.teamdislocation.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamDislocation.classBusiness task in order to search forBOTeamDislocation. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.teamlocation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.teamlocation.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamLocation.classBusiness task in order to search forBOTeamLocation. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.transfertimetype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.bl.transfertimetype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTransferTimeType.classBusiness task in order to search aBOTransferTimeType. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.rc1.oss.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.rc1.oss.status.taskModifier and TypeClassDescriptionclassBusiness task for checking Solvice service status. -
Uses of BusinessTask in overit.geocallapp.wfm.scheduling.timeslot.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.scheduling.timeslot.bl.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSchedulingTimeslotby UUID.classBusiness task in order to insert aBOSchedulingTimeslot.classBusiness task in order to search aBOSchedulingTimeslot.classBusiness task in order to update aBOSchedulingTimeslot. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.activity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.activity.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to search aBOActivitySkillConfiguration.classBusiness task in order to update aBOActivitySkillConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.division.history.task
Modifier and TypeClassDescriptionclassBusiness task in order to historicize the currentBOSkillConfigurationDivisionof a given skill configuration.classBusiness task in order to insert aBOSkillConfigurationDivisionHistory.classBusiness task in order to load aBOSkillConfigurationDivisionHistory.classBusiness task in order to searchBOSkillConfigurationDivisionHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.division.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.division.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSkillConfigurationDivision.classBusiness task in order to insert aBOSkillConfigurationDivision.classBusiness task in order to load aBOSkillConfigurationDivision.classBusiness task in order to search aBOSkillConfigurationDivision. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.history.taskModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOSkillConfigurationHistory.classBusiness task in order to load aBOSkillConfigurationHistory.classBusiness task in order to searchBOSkillConfigurationHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.skill.history.task
Modifier and TypeClassDescriptionclassBusiness task in order to historicize the currentBOSkillConfigurationSkillof a given skill configuration.classBusiness task in order to insert aBOSkillConfigurationSkillHistory.classBusiness task in order to load aBOSkillConfigurationSkillHistory.classBusiness task in order to searchBOSkillConfigurationSkillHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.skill.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSkillConfigurationSkill.classBusiness task in order to insert aBOSkillConfigurationSkill.classBusiness task in order to load aBOSkillConfigurationSkill.classBusiness task in order to search aBOSkillConfigurationSkill.classBusiness task in order to update aBOSkillConfigurationSkill. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.configuration.taskModifier and TypeClassDescriptionclassBusiness task in order to load aSkillConfigurationAggregate.classBusiness task in order to insert aBOSkillConfiguration.classBusiness task in order to load aBOSkillConfiguration.classBusiness task in order to search aBOSkillConfiguration.classBusiness task in order to update aBOSkillConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.history.taskModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOSkillDivisionHistory.classBusiness task in order to load aBOSkillDivisionHistory.classBusiness task in order to searchBOSkillDivisionHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.skill.history.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.skill.history.taskModifier and TypeClassDescriptionclassBusiness task in order to historicize the currentBOSkillDivisionSkillof a given skill division.classBusiness task in order to insert aBOSkillDivisionSkillHistory.classBusiness task in order to load aBOSkillDivisionSkillHistory.classBusiness task in order to searchBOSkillDivisionSkillHistory. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.skill.taskModifier and TypeClassDescriptionclassBusiness task used in order to delete all theSkillDivisionSkillGroupedRelationthat corresponds to theBOSkillDivisionSkillgiven as input.classBusiness task in order to insert aSkillDivisionSkillGroupedRelation, i.e. a group ofBOSkillDivisionSkill.classBusiness task in order to search aSkillDivisionSkillGroupedRelation.classBusiness task in order to update aSkillDivisionSkillGroupedRelation, i.e. a group ofBOSkillDivisionSkill.classBusiness task in order to insert aBOSkillDivisionSkill.classBusiness task in order to load aBOSkillDivisionSkill.classBusiness task in order to search aBOSkillDivisionSkill.classBusiness task in order to delete aBOSkillDivisionSkill. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.division.taskModifier and TypeClassDescriptionclassBusiness task in order to load aSkillDivisionAggregate.classBusiness task in order to insert aBOSkillDivision.classBusiness task in order to load aBOSkillDivision.classBusiness task in order to search aBOSkillDivision.classBusiness task in order to update aBOSkillDivision. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.level.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.level.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSkillLevel.classBusiness task in order to search aBOSkillLevel. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOSkillOverrideConfigurationSkill.classBusiness task in order to load aBOSkillOverrideConfigurationSkill.classBusiness task in order to search aBOSkillOverrideConfigurationSkill.classBusiness task in order to update aBOSkillOverrideConfigurationSkill. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.overrideconfiguration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.overrideconfiguration.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSkillOverrideConfiguration.classBusiness task in order to load aBOSkillOverrideConfiguration.classBusiness task in order to search aBOSkillOverrideConfiguration.classBusiness task in order to update aBOSkillOverrideConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.qualification.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.qualification.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOQualification.classBusiness task in order to load aBOQualification.classBusiness task in order to search aBOQualification.classBusiness task in order to update aBOQualification. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.skill.qualification.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.skill.qualification.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSkillQualification.classBusiness task in order to insert aBOSkillQualification.classBusiness task in order to load aBOSkillQualification.classBusiness task in order to search aBOSkillQualification. -
Uses of BusinessTask in overit.geocallapp.wfm.skills.bl.skill.task
Subclasses of BusinessTask in overit.geocallapp.wfm.skills.bl.skill.taskModifier and TypeClassDescriptionclassBusiness task in order to load aSkillAggregate.classBusiness task in order to insert aBOSkill.classBusiness task in order to load aBOSkill.classBusiness task in order to search aBOSkill.classBusiness task in order to update aBOSkill. -
Uses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.task
-
Uses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.calendar.task
Subclasses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.calendar.taskModifier and TypeClassDescriptionclassclassBusiness task in order that invalidates theYearCalendarrelated to the given operation center.class -
Uses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.datatype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.datatype.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBODataType.classBusiness task in order to search aBODataType. -
Uses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.externalsystem.task
Subclasses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.externalsystem.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOExternalSystem.classBusiness task in order to load aBOExternalSystem.classBusiness task in order to search aBOExternalSystem.classBusiness task in order to update aBOExternalSystem. -
Uses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.measurementunit.task
Subclasses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.measurementunit.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasureUnit.classBusiness task in order to load aBOMeasureUnit.classBusiness task in order to search aBOMeasureUnit.classBusiness task in order to update aBOMeasureUnit. -
Uses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.systemsetting.task
Subclasses of BusinessTask in overit.geocallapp.wfm.systemsettings.bl.systemsetting.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOSystemSettings.classBusiness task in order to update aBOSystemSettings.classBusiness task responsible for loading system setting values from the configuration. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.cardinality.task
Subclasses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.cardinality.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamCardinality.classBusiness task in order to search aBOTeamCardinality. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.task
Modifier and TypeClassDescriptionclassBusiness task in order to load aBOFormationSkillConfiguration.classBusiness task in order to search aBOFormationSkillConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOFormationSkillDivision.classBusiness task in order to insert aBOFormationSkillDivision.classBusiness task in order to load aBOFormationSkillDivision.classBusiness task in order to search aBOFormationSkillDivision. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.level.task
Subclasses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.level.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamLevel.classBusiness task in order to search aBOTeamLevel. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.member.task
Subclasses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.member.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTeamMember.classBusiness task in order to load aBOTeamMember.classBusiness task in order to search aBOTeamMember.classBusiness task in order to update aBOTeamMember. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.shift.resource.task
Subclasses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.shift.resource.taskModifier and TypeClassDescriptionclassBusiness task in order to search forBOTeamShifts.classBusiness task in order to delete aBOTeamShiftResource.classBusiness task in order to insert aBOTeamShiftResource.classBusiness task in order to search forBOTeamShiftResources. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.shift.task
Subclasses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.shift.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOTeamShift.classBusiness task in order to insert aBOTeamShift.classBusiness task in order to load aBOTeamShift.classBusiness task in order to search forBOTeamShifts.classBusiness task in order to update aBOTeamShift. -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.task
Subclasses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.task -
Uses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.teams.bl.team.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTeamType.classBusiness task in order to load aBOTeamType.classBusiness task in order to search aBOTeamType.classBusiness task in order to update aBOTeamType. -
Uses of BusinessTask in overit.geocallapp.wfm.timesheets.bl.clocking.task
Subclasses of BusinessTask in overit.geocallapp.wfm.timesheets.bl.clocking.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOClocking.classBusiness task in order to search forBOClockings. -
Uses of BusinessTask in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.task
Modifier and TypeClassDescriptionclassBusiness task in order to search aBOClockingActionType.classBusiness task in order to search aBOClockingActionType. -
Uses of BusinessTask in overit.geocallapp.wfm.timesheets.bl.clocking.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.timesheets.bl.clocking.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOClockingType.classBusiness task in order to load aBOClockingType.classBusiness task in order to search aBOClockingType.classBusiness task in order to update aBOClockingType. -
Uses of BusinessTask in overit.geocallapp.wfm.vehicles.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.vehicles.bl.task -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.task
Modifier and TypeClassDescriptionclassBusiness task in order to delete aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to search aBOActivitySkillConfiguration. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.activity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.activity.taskModifier and TypeClassDescriptionclassBusiness task in order to insert a schedulingBOActivity.classBusiness task in order to load a schedulingBOActivity.classBusiness task in order to search a schedulingBOActivity.classUpdate the given scheduling activity. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOCancelSuspendReason.classBusiness task in order to search aBOCancelSuspendReason. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.header.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.header.taskModifier and TypeClassDescriptionclassBusiness task in order to save a history ofBOWorkOrderHeader.classBusiness task to insert a work order header.
The new work order is created in a draft state.classBusiness task in order to load aBOWorkOrderHeader.
When theWorkOrderHeaderLoadEventis launched the BT notices the call and loads theBOWorkOrderHeaderbasing on the event's input.classTask that listen theWorkOrderHeaderNotificationEventthat is launched when there is a change in the entityBOWorkOrderHeaderThis task depending on theWorkOrderHeaderNotificationActiondoes the login needed by the action done on the entity.classBusiness task in order to assign an operation center and create a new code.
When theWorkOrderHeaderOperationCenterAssignmentEventis launched the BT notices the call and loads theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to search aBOWorkOrderHeader.
When theWorkOrderHeaderSearchEventis launched the BT notices the call and searches theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to update aBOWorkOrderHeader. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.meter.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.meter.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkOrderMeterElement.classBusiness task in order to insert aBOWorkOrderMeterElement.classBusiness task to update work order's relations with related meters.classBusiness task in order to search aBOWorkOrderMeterElement. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.note.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.note.taskModifier and TypeClassDescriptionclassBusiness task for inserting a new work order note.classBusiness task in order to load aBOWorkOrderNote.classBusiness task in order to search aBOWorkOrderNote. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.immediatescheduling.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.immediatescheduling.taskModifier and TypeClassDescriptionclassDefault business task that evaluates whether a work order operation requires immediate scheduling. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.taskModifier and TypeClassDescriptionclassTask to repopulate the table RWOOPERATIONREQUIREMENT from the values contained in AWOOPERATION denormalized fields (AWOOMANDATORYIDENTNUMSET, AWOOPREFERREDIDENTNUMSET, AWOOMANDATORYTEAM). -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.taskModifier and TypeClassDescriptionclassBusiness task to load aggregated operation requirements for multiple work order operations.classBusiness task in order to delete aBOOperationRequirement.classBusiness task in order to insert aBOOperationRequirement.classBusiness task in order to load aBOOperationRequirement.classBusiness task in order to search aBOOperationRequirement.classBusiness task in order to update aBOOperationRequirement. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderOperationStatus.classBusiness task in order to search aBOWorkOrderOperationStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.taskModifier and TypeClassDescriptionclassBusiness Task to get address IDs for work order operations.classBusiness task in order to save a history ofBOWorkOrderOperation.classBusiness task in order to insert aBOWorkOrderOperation.classBusiness task in order to insert a list ofBOWorkOrderOperation.classBusiness task in order to link aBOWorkOrderOperation(parent) with a set of other linked operations.classBusiness task in order to load aBOWorkOrderOperation.
When theWorkOrderOperationLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classTask that listen theWorkOrderOperationNotificationEventthat is launched when there is a change in the entityBOWorkOrderOperationThis task depending on theWorkOrderOperationNotificationActiondoes the login needed by the action done on the entity.classBusiness task in order to remove the origin work cycle structure from allBOWorkOrderOperationto which they are referred.classBusiness task that handles updates of resource requirements for work order operations.classBusiness task in order to search aBOWorkOrderOperation.
When theWorkOrderOperationSearchEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classBusiness task in order to load a list ofBOWorkOrderOperation.classBusiness task in order to unlink a parentBOWorkOrderOperationfrom its linked operations.classBusiness task in order to update aBOWorkOrderOperation.classBusiness task in order to update a list ofBOWorkOrderOperation. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operation.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationType.classBusiness task in order to load aBOWorkOrderOperationType.
When theWorkOrderOperationTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderOperationType.
When theWorkOrderOperationTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderOperationType. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.operationtypecategory.task
Modifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationTypeCategory.classBusiness task in order to load aBOWorkOrderOperationTypeCategory.classBusiness task in order to search aBOWorkOrderOperationTypeCategory.classBusiness task in order to update aBOWorkOrderOperationTypeCategory. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.origin.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.origin.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderOrigin.classBusiness task in order to search aBOWorkOrderOrigin. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.requesttype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.requesttype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBORequestType.
Required fields: code descriptionclassBusiness task in order to load aBORequestType.
When theRequestTypeLoadEventis launched the BT notices the call and events theBORequestTypebasing on the event's input.classBusiness task in order to search aBORequestType.classBusiness task in order to update aBORequestType.
Permission:WorkOrderPermissions.WORK_ORDER_CONFIGURATION_EDIT -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.sequencenumber.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.sequencenumber.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderSequenceNumber.classBusiness task in order to retrieve the next sequence number for a operation center.classBusiness task in order to search aBOWorkOrderSequenceNumber. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.servicetype.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.servicetype.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOServiceType.classBusiness task in order to load aBOServiceType.
Required fields: Service type idclassBusiness task in order to search aBOServiceType.
Permission:WorkOrderPermissions.WORK_ORDER_CONFIGURATION_VIEWORWorkOrderPermissions.WORK_ORDER_CONFIGURATION_EDITclassBusiness task in order to update aBOServiceType.
Required fields: Service type id -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.status.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.status.taskModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderStatus.classBusiness task in order to search aBOWorkOrderStatus. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.status.user.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.status.user.type.taskModifier and TypeClassDescriptionclassBusiness task in order to retrieve the editable work order states for the given user type. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.taskModifier and TypeClassDescriptionclassBusiness task in to update the links between operations in a work order with operation assignment of type aggregate (ex work order by order).
When theWorkOrderOperationsLinksUpdateEventis launched the BT notices the call and updates the links between the operations, if the work order is a work order with operation assignment of type aggregate. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.activity.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.activity.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationTypeActivity.classBusiness task in order to search aBOWorkOrderOperationTypeActivity.classBusiness task in order to update aBOWorkOrderOperationTypeActivity. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.eventmanager.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.eventmanager.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOEventManagerConfWoType.classBusiness task in order to insert aBOEventManagerConfWoType.classBusiness task in order to load aBOEventManagerConfWoType.classBusiness task in order to search aBOEventManagerConfWoType.classBusiness task in order to update aBOEventManagerConfWoType. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.structure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.structure.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkOrderTypeStructure.classBusiness task in order to insert aBOWorkOrderTypeStructure.
Required fields: workOrderType structureclassBusiness task in order to save a list ofBOWorkOrderTypeStructure.
Required fields: workOrderType structureclassBusiness task in order to search aBOWorkOrderTypeStructure.classBusiness task in order to update aBOWorkOrderTypeStructure.
Error Code:Codes.PROPERTY_REQUIRED: Property requiredCodes.WorkOrderTypeStructure.ORDER_ALREADY_DEFINED: The order already defined. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.type.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderType.
When theWorkOrderTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderTypebasing on the event's input.classBusiness task in order to load aBOWorkOrderType.
When theWorkOrderTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderType.
When theWorkOrderTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderType.
When theWorkOrderTypeUpdateEventis launched the BT notices the call and updates theBOWorkOrderTypebasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.urgency.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.urgency.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderUrgency.
When theWorkOrderUrgencyInsertEventis launched the BT notices the call and inserts theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to load aBOWorkOrderUrgency.
When theWorkOrderUrgencyLoadEventis launched the BT notices the call and loads theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to search aBOWorkOrderUrgency.
When theWorkOrderUrgencySearchEventis launched the BT notices the call and searches theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to update aBOWorkOrderUrgency.
When theWorkOrderUrgencyUpdateEventis launched the BT notices the call and updates theBOWorkOrderUrgencybasing on the event's input. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workcycle.rule.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workcycle.rule.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkCycleRule.classBusiness task in order to insert aBOWorkCycleRule.classBusiness task in order to load aBOWorkCycleRule.classBusiness task in order to search aBOWorkCycleRule.classBusiness task in order to update aBOWorkCycleRule. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workcycle.structure.taskModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkCycleStructure.classBusiness task in order to load a work cycle structureBOWorkCycleStructure.classBusiness task in order to search aBOWorkCycleStructure. -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workcycle.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workcycle.taskModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycle.classBusiness task in order to load a work cycleBOWorkCycle.classBusiness task in order to search aBOWorkCycle.classBusiness task in order to update aBOWorkCycle.
Required fields: Work cycle id code description work order type -
Uses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workload.task
Subclasses of BusinessTask in overit.geocallapp.wfm.workorders.bl.workload.taskModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOWorkLoadDetail.classBusiness task in order to load a list ofBOWorkLoad.