Uses of Enum Class
com.e1c.g5.v8.dt.distribution.model.UserSupportMode
Packages that use UserSupportMode
Package
Description
-
Uses of UserSupportMode in com._1c.g5.v8.dt.core.library
Methods in com._1c.g5.v8.dt.core.library with parameters of type UserSupportModeModifier and TypeMethodDescriptionvoidILibraryUpdateService.enableModification(Collection<ParentConfigurationInfo> parentConfigurationInfos, UserSupportMode changesAllowedMode, UserSupportMode changesNotRecommendedMode, org.eclipse.core.runtime.IProgressMonitor monitor) Enables modification of parent configuration infos -
Uses of UserSupportMode in com.e1c.g5.v8.dt.distribution
Methods in com.e1c.g5.v8.dt.distribution that return UserSupportModeModifier and TypeMethodDescriptionIDistributionSupportManager.ChangeUserModeRequestOptions.getInitUserMode()Returns the init user mode option.Methods in com.e1c.g5.v8.dt.distribution that return types with arguments of type UserSupportModeModifier and TypeMethodDescriptionIDistributionSupportManager.getObjectConformityForUser(ParentConfigurationInfo parent, MdObject mdObject) Obtain the appropriate object and support conditions for the custom object configuration.IDistributionSupportManager.getSupportModes(ParentConfigurationInfo parent, MdObject mdObject) Returns optional parent configuration parent and user support modes for md-object.IDistributionSupportManager.getUserSupportMode(MdObject mdObject) GetsUserSupportModeformdObject.Methods in com.e1c.g5.v8.dt.distribution with parameters of type UserSupportModeModifier and TypeMethodDescriptionIDistributionSupportManager.getChangeUserModeResponseOptions(List<MdObject> mdObjects, ParentConfigurationInfo parent, UserSupportMode newUserMode, boolean recursiveResult) Returns change mode response options.voidIDistributionSupportManager.setObjectSupportModeForUser(ParentConfigurationInfo parent, MdObject mdObject, UserSupportMode newUserMode) Sets support conditions for a custom configuration object.Constructors in com.e1c.g5.v8.dt.distribution with parameters of type UserSupportModeModifierConstructorDescriptionChangeUserModeRequestOptions(UserSupportMode initUserMode, boolean multiMode) Creates the request options instance. -
Uses of UserSupportMode in com.e1c.g5.v8.dt.distribution.model
Fields in com.e1c.g5.v8.dt.distribution.model with type parameters of type UserSupportModeModifier and TypeFieldDescriptionstatic final List<UserSupportMode>UserSupportMode.VALUESA public read-only list of all the 'User Support Mode' enumerators.Methods in com.e1c.g5.v8.dt.distribution.model that return UserSupportModeModifier and TypeMethodDescriptionstatic UserSupportModeUserSupportMode.get(int value) Returns the 'User Support Mode' literal with the specified integer value.static UserSupportModeReturns the 'User Support Mode' literal with the specified literal value.static UserSupportModeReturns the 'User Support Mode' literal with the specified name.UserSupportModeRules.getExistingDifferentObjectsWithFreeMode()Returns the value of the 'Existing Different Objects With Free Mode' attribute.UserSupportModeRules.getExistingDifferentObjectsWithWarningMode()Returns the value of the 'Existing Different Objects With Warning Mode' attribute.UserSupportModeRules.getExistingIdenticalObjectsWithFreeMode()Returns the value of the 'Existing Identical Objects With Free Mode' attribute.UserSupportModeRules.getExistingIdenticalObjectsWithWarningMode()Returns the value of the 'Existing Identical Objects With Warning Mode' attribute.UserSupportModeRules.getNewObjectsWithFreeMode()Returns the value of the 'New Objects With Free Mode' attribute.UserSupportModeRules.getNewObjectsWithWarningMode()Returns the value of the 'New Objects With Warning Mode' attribute.ParentConfigurationInfoItem.getUserMode()Returns the value of the 'User Mode' attribute.static UserSupportModeReturns the enum constant of this class with the specified name.static UserSupportMode[]UserSupportMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.v8.dt.distribution.model with parameters of type UserSupportModeModifier and TypeMethodDescriptionvoidUserSupportModeRules.setExistingDifferentObjectsWithFreeMode(UserSupportMode value) Sets the value of the 'Existing Different Objects With Free Mode' attribute.voidUserSupportModeRules.setExistingDifferentObjectsWithWarningMode(UserSupportMode value) Sets the value of the 'Existing Different Objects With Warning Mode' attribute.voidUserSupportModeRules.setExistingIdenticalObjectsWithFreeMode(UserSupportMode value) Sets the value of the 'Existing Identical Objects With Free Mode' attribute.voidUserSupportModeRules.setExistingIdenticalObjectsWithWarningMode(UserSupportMode value) Sets the value of the 'Existing Identical Objects With Warning Mode' attribute.voidUserSupportModeRules.setNewObjectsWithFreeMode(UserSupportMode value) Sets the value of the 'New Objects With Free Mode' attribute.voidUserSupportModeRules.setNewObjectsWithWarningMode(UserSupportMode value) Sets the value of the 'New Objects With Warning Mode' attribute.voidParentConfigurationInfoItem.setUserMode(UserSupportMode value) Sets the value of the 'User Mode' attribute. -
Uses of UserSupportMode in com.e1c.g5.v8.dt.distribution.model.impl
Methods in com.e1c.g5.v8.dt.distribution.model.impl that return UserSupportModeModifier and TypeMethodDescriptionDistributionSupportFactoryImpl.createUserSupportModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) UserSupportModeRulesImpl.getExistingDifferentObjectsWithFreeMode()UserSupportModeRulesImpl.getExistingDifferentObjectsWithWarningMode()UserSupportModeRulesImpl.getExistingIdenticalObjectsWithFreeMode()UserSupportModeRulesImpl.getExistingIdenticalObjectsWithWarningMode()UserSupportModeRulesImpl.getNewObjectsWithFreeMode()UserSupportModeRulesImpl.getNewObjectsWithWarningMode()ParentConfigurationInfoItemImpl.getUserMode()Methods in com.e1c.g5.v8.dt.distribution.model.impl with parameters of type UserSupportModeModifier and TypeMethodDescriptionvoidUserSupportModeRulesImpl.setExistingDifferentObjectsWithFreeMode(UserSupportMode newExistingDifferentObjectsWithFreeMode) voidUserSupportModeRulesImpl.setExistingDifferentObjectsWithWarningMode(UserSupportMode newExistingDifferentObjectsWithWarningMode) voidUserSupportModeRulesImpl.setExistingIdenticalObjectsWithFreeMode(UserSupportMode newExistingIdenticalObjectsWithFreeMode) voidUserSupportModeRulesImpl.setExistingIdenticalObjectsWithWarningMode(UserSupportMode newExistingIdenticalObjectsWithWarningMode) voidUserSupportModeRulesImpl.setNewObjectsWithFreeMode(UserSupportMode newNewObjectsWithFreeMode) voidUserSupportModeRulesImpl.setNewObjectsWithWarningMode(UserSupportMode newNewObjectsWithWarningMode) voidParentConfigurationInfoItemImpl.setUserMode(UserSupportMode newUserMode) -
Uses of UserSupportMode in com.e1c.g5.v8.dt.distribution.model.util
Methods in com.e1c.g5.v8.dt.distribution.model.util with parameters of type UserSupportModeModifier and TypeMethodDescriptionstatic ParentConfigurationInfoItemDistributionSupportUtil.createParentConfigurationInfoItem(ParentConfigurationInfo parent, UUID userId, UUID parentId, ParentSupportMode parentMode, UserSupportMode userMode) CreatesParentConfigurationInfoIteminstance.Method parameters in com.e1c.g5.v8.dt.distribution.model.util with type arguments of type UserSupportModeModifier and TypeMethodDescriptionstatic ParentConfigurationInfoItemDistributionSupportUtil.createParentConfigurationInfoItem(ParentConfigurationInfo parent, UUID userId, UUID parentId, Pair<ParentSupportMode, UserSupportMode> settings) CreatesParentConfigurationInfoIteminstance. -
Uses of UserSupportMode in com.e1c.g5.v8.dt.internal.distribution
Methods in com.e1c.g5.v8.dt.internal.distribution that return types with arguments of type UserSupportModeModifier and TypeMethodDescriptionDistributionSupportManager.getObjectConformityForUser(ParentConfigurationInfo parent, MdObject mdObject) DistributionSupportManager.getSupportModes(ParentConfigurationInfo parent, MdObject mdObject) DistributionSupportManager.getUserSupportMode(MdObject mdObject) Methods in com.e1c.g5.v8.dt.internal.distribution with parameters of type UserSupportModeModifier and TypeMethodDescriptionDistributionSupportManager.getChangeUserModeResponseOptions(List<MdObject> selectedObjects, ParentConfigurationInfo parent, UserSupportMode resultUserMode, boolean recursiveResult) voidDistributionSupportManager.setObjectSupportModeForUser(ParentConfigurationInfo parent, MdObject mdObject, UserSupportMode newUserMode) -
Uses of UserSupportMode in com.e1c.g5.v8.dt.internal.distribution.index
Methods in com.e1c.g5.v8.dt.internal.distribution.index that return types with arguments of type UserSupportModeModifier and TypeMethodDescriptionDistributionSupportIndexProvider.getSupportModes(ParentConfigurationInfo parent, UUID userId) Returns optional parent configuration parent and user support modes for md-object.DistributionSupportIndexProvider.getUserSupportMode(ParentConfigurationInfo parent, UUID userId) Returns user support mode by user md-object UUID.Methods in com.e1c.g5.v8.dt.internal.distribution.index with parameters of type UserSupportModeModifier and TypeMethodDescriptionvoidDistributionSupportIndexProvider.setUserSupportMode(ParentConfigurationInfo parent, UUID userId, UserSupportMode userSupportMode) Sets new user support mode to user UUID,s object. -
Uses of UserSupportMode in com.e1c.g5.v8.dt.internal.distribution.ui
Methods in com.e1c.g5.v8.dt.internal.distribution.ui with parameters of type UserSupportModeModifier and TypeMethodDescriptionUserSupportModeLabelProvider.getPresentation(UserSupportMode userMode) Returns user support mode presentation. -
Uses of UserSupportMode in com.e1c.g5.v8.dt.internal.distribution.ui.aef.models
Methods in com.e1c.g5.v8.dt.internal.distribution.ui.aef.models that return types with arguments of type UserSupportModeModifier and TypeMethodDescriptionSupportRuleSettingsDialogModel.getChangesAllowedModel()Returns changes allowed model.SupportRuleSettingsDialogModel.getChangesNotRecommendedModel()Returns changes not recommended model.MergeSupportRuleSettingsDialogModel.getDuplicateVendorObjectsChangesAllowedModel()Returns duplicate vendor objects changes allowed model.MergeSupportRuleSettingsDialogModel.getDuplicateVendorObjectsChangesNotRecommendedModel()Returns duplicate vendor objects changes not recommended model.ChangeUserModeDialogModel.getModeModel()Returns mode model.MergeSupportRuleSettingsDialogModel.getModifiedVendorObjectsChangesAllowedModel()Returns modified vendor oObjects changes allowed model.MergeSupportRuleSettingsDialogModel.getModifiedVendorObjectsChangesNotRecommendedModel()Returns modified vendor objects changes not recommended model.MergeSupportRuleSettingsDialogModel.getNewVendorObjectsChangesAllowedModel()Returns new vendor oObjects changes allowed model.MergeSupportRuleSettingsDialogModel.getNewVendorObjectsChangesNotRecommendedModel()Returns new vendor objects changes not recommended model.Constructors in com.e1c.g5.v8.dt.internal.distribution.ui.aef.models with parameters of type UserSupportModeModifierConstructorDescriptionChangeUserModeDialogModel(UserSupportMode initUserMode, boolean multiMode, boolean recursiveEnable) Creates dialog model. -
Uses of UserSupportMode in com.e1c.g5.v8.dt.internal.distribution.ui.aef.tasks
Constructors in com.e1c.g5.v8.dt.internal.distribution.ui.aef.tasks with parameters of type UserSupportModeModifierConstructorDescriptionChangeUserModeTask(ParentConfigurationInfo parent, UserSupportMode newUserMode, List<MdObject> mdObjects, IDistributionSupportManager distributionSupportManager) Creates new task. -
Uses of UserSupportMode in com.e1c.g5.v8.dt.internal.library.update
Methods in com.e1c.g5.v8.dt.internal.library.update with parameters of type UserSupportModeModifier and TypeMethodDescriptionvoidLibraryUpdateService.enableModification(Collection<ParentConfigurationInfo> parentConfigurationInfos, UserSupportMode changesAllowedMode, UserSupportMode changesNotRecommendedMode, org.eclipse.core.runtime.IProgressMonitor monitor)