Package com._1c.g5.v8.bm.integration
Class AbstractBmTask<T>
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<T>
- All Implemented Interfaces:
IBmTask<T>
- Direct Known Subclasses:
AbstractBpTask,AbstractBslMdObjectHandlerRenameParticipant.RenameHandlerTask,AbstractFormAttributeTask,BaseOperation,BasicCICustomizationTask,BmBasicTask,BmCompoundTask,ChangeDistributionSettingsTask,ChangeSupportLanguagesTask,ChangeUserModeTask,ChartElementChangeBoundsTask,CollectBslStringReferenceForConfigurationProjectTask,CollectCharacteristicsDescriptionStringReferenceForConfigurationProjectTask,CollectReferenceForConfigurationProjectTask,CommonPictureCleanContentTask,CommonPictureLoadContentFromFileTask,CommonPictureSaveContentToFileTask,CreateGroupBmTask,DeleteObjectsFromRolesTask,DeleteRoleFromVisibilitiesTask,InsertBmTask,PurgeUnsetErrorItemsBmTask,RemoveCaiGroupBmTask,RemoveCaiPanelBmTask,SetAllRightsTask,UseStandardCommandChangeTask
The abstract implementation of the
IBmTask.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor.protectedAbstractBmTask(String name) Constructor.protectedAbstractBmTask(String name, Object id, Object serviceId) Constructor. -
Method Summary
-
Constructor Details
-
AbstractBmTask
protected AbstractBmTask()Constructor. -
AbstractBmTask
Constructor.- Parameters:
name- The name of the task. May not benull.
-
AbstractBmTask
Constructor.- Parameters:
name- The name of the task. May benull.id- The ID of the task. May benull.serviceId- The ID of the service. May benull.
-
-
Method Details
-
getName
Description copied from interface:IBmTaskGets the localized name of the task to be displayed on the UI, logs, etc. -
getId
Description copied from interface:IBmTaskGets the ID of the task. -
getServiceId
Description copied from interface:IBmTaskGets the ID of the service executing this task.- Specified by:
getServiceIdin interfaceIBmTask<T>- Returns:
- the ID of the service or
null.
-