Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsOrderFragment
Packages that use CommandsOrderFragment
Package
Description
-
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsOrderFragmentModifier and TypeMethodDescriptionCmiFactory.createCommandsOrderFragment()
Returns a new object of class 'Commands Order Fragment'.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type CommandsOrderFragmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CommandsOrderFragment>
CommandsOrder.getOrderFragments()
Returns the value of the 'Order Fragments' containment reference list. -
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.deriveddata
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return CommandsOrderFragmentModifier and TypeMethodDescriptionCommandItemGroup.getOrderFragment()
Returns the value of the 'Order Fragment' containment reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type CommandsOrderFragmentModifier and TypeMethodDescriptionvoid
CommandItemGroup.setOrderFragment
(CommandsOrderFragment value) Sets the value of the 'Order Fragment
' containment reference. -
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return CommandsOrderFragmentMethods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type CommandsOrderFragmentModifier and TypeMethodDescriptionvoid
CommandItemGroupImpl.setOrderFragment
(CommandsOrderFragment newOrderFragment) -
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsOrderFragmentModifier and TypeClassDescriptionclass
An implementation of the model object 'Commands Order Fragment'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsOrderFragmentMethods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type CommandsOrderFragmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CommandsOrderFragment>
CommandsOrderImpl.getOrderFragments()
-
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return CommandsOrderFragmentModifier and TypeMethodDescriptionstatic CommandsOrderFragment
CmiModelUtil.getCommandsOrderFragmentForGroup
(org.eclipse.emf.ecore.EObject group, CommandInterface commandInterface) Gets commands order fragment fo group.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsOrderFragmentModifier and TypeMethodDescriptionCmiSwitch.caseCommandsOrderFragment
(CommandsOrderFragment object) Returns the result of interpreting the object as an instance of 'Commands Order Fragment'.boolean
CmiValidator.validateCommandsOrderFragment
(CommandsOrderFragment commandsOrderFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks that return CommandsOrderFragmentModifier and TypeMethodDescriptionstatic CommandsOrderFragment
CmiCustomizationUtil.findOrderFragment
(CommandInterface commandInterface, CommandGroup group) Finds customization fragment by the group in the given command interface.static CommandsOrderFragment
CmiCustomizationUtil.findOrderFragment
(CommandsOrder commandsOrder, CommandGroup group) Find customization fragment by the group in the given "commands order".