Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandInterface
Packages that use CommandInterface
Package
Description
-
Uses of CommandInterface in com._1c.g5.v8.dt.cmi.export.xml.writer
Methods in com._1c.g5.v8.dt.cmi.export.xml.writer with parameters of type CommandInterfaceModifier and TypeMethodDescriptionvoid
CmiXmlWriter.write
(ExternalPropertiesDocumentWriter writer, CommandInterface commandInterface, IExportContext exportContext) Write command interface to xml writer -
Uses of CommandInterface in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandInterfaceModifier and TypeMethodDescriptionCmiFactory.createCommandInterface()
Returns a new object of class 'Command Interface'. -
Uses of CommandInterface in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandInterfaceModifier and TypeClassDescriptionclass
An implementation of the model object 'Command Interface'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandInterface -
Uses of CommandInterface in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return CommandInterfaceModifier and TypeMethodDescriptionstatic CommandInterface
CmiModelUtil.createCommandInterface
(IBmTransaction transaction, String fqn) Creates command interface.static CommandInterface
CmiModelUtil.createConfigurationCommandInterface
(Configuration configuration, IBmTransaction transaction) Creates configuration command interface.static CommandInterface
CmiModelUtil.createMainSectionCommandInterface
(Configuration configuration, IBmTransaction transaction) Creates main section command interface.static CommandInterface
CommandInterfaceUtil.getCommandInterface
(org.eclipse.emf.ecore.EObject eObject) Gets command interface.static CommandInterface
CommandInterfaceUtil.getContainerCommandInterface
(org.eclipse.emf.ecore.EObject eObject) Gets e-object container command interface.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandInterfaceModifier and TypeMethodDescriptionCmiSwitch.caseCommandInterface
(CommandInterface object) Returns the result of interpreting the object as an instance of 'Command Interface'.static Object
CmiModelUtil.getCommandGroup
(org.eclipse.emf.ecore.EObject command, CommandInterface commandInterface) Gets command command group.static CommandsOrderFragment
CmiModelUtil.getCommandsOrderFragmentForGroup
(org.eclipse.emf.ecore.EObject group, CommandInterface commandInterface) Gets commands order fragment fo group.static boolean
CmiModelUtil.getCommandVisibility
(org.eclipse.emf.ecore.EObject command, CommandInterface commandInterface) Gets command visibility.static void
CommandInterfaceUtil.setCommandVisibility
(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Sets command visibility and add changes to affected objects.static void
CommandInterfaceUtil.setSubsystemVisibility
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Sets subsystem visibility and add changes to affected objects.boolean
CmiValidator.validateCommandInterface
(CommandInterface commandInterface, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
CmiValidator.validateCommandInterface_validate
(CommandInterface commandInterface, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Command Interface'. -
Uses of CommandInterface in com._1c.g5.v8.dt.cmi.tasks
Methods in com._1c.g5.v8.dt.cmi.tasks that return CommandInterfaceModifier and TypeMethodDescriptionBasicCICustomizationTask.getCommandInterface()
Gets specified command interface for current taskMethods in com._1c.g5.v8.dt.cmi.tasks with parameters of type CommandInterfaceModifier and TypeMethodDescriptionstatic DeleteBrokenSubsystemTask
DeleteBrokenSubsystemTask.create
(CommandInterface commandInterface, Subsystem subsystem) Creates a new instance.RemoveCommandFromMainSectionTask.create
(CommandInterface commandInterface, Command command, CommandContainer container) Creates a new instance.RemoveCommandGroupFromMainSectionTask.create
(CommandInterface commandInterface, CustomCommandItemGroup customCommandItemGroup, CommandContainer commandContainer) Creates a new instance.static SetCommandOrderTask
SetCommandOrderTask.create
(CommandInterface commandInterface, CommandGroup group, List<Command> commands) Creates a new instance.static SetCommandPlacementTask
SetCommandPlacementTask.create
(CommandInterface commandInterface, Command command, CommandGroup destinationGroup) Creates a new instance.static SetCommandVisibilityTask
SetCommandVisibilityTask.create
(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a new instance.static SetDefaultCommandOrderTask
SetDefaultCommandOrderTask.create
(CommandInterface commandInterface, CommandGroup group) Creates a new instance.SetDefaultCommandPlacementTask.create
(CommandInterface commandInterface, Command command) Creates a new instance.SetDefaultCommandVisibilityTask.create
(CommandInterface commandInterface, Command command) Creates a new instance.static SetDefaultSubsystemOrderTask
SetDefaultSubsystemOrderTask.create
(CommandInterface commandInterface) Creates a new instance.SetDefaultSubsystemVisibilityTask.create
(CommandInterface commandInterface, Subsystem subsystem) Creates a new instance.static SetSubsystemOrderTask
SetSubsystemOrderTask.create
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a new instance of the task.static SetSubsystemVisibilityTask
SetSubsystemVisibilityTask.create
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a new instance.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createRemoveCommandFromMainSectionTask
(CommandInterface commandInterface, Command command, CommandContainer commandContainer) Creates a task responsible for the removal of the command from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createRemoveCommandGroupFromMainSectionTask
(CommandInterface commandInterface, CustomCommandItemGroup customCommandItemGroup, CommandContainer commandContainer) Creates a task responsible for the removal of the command group from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetCommandOrderTask
(CommandInterface commandInterface, CommandGroup group, List<Command> commands) Creates a task responsible for setting particular command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetCommandPlacementTask
(CommandInterface commandInterface, Command command, CommandGroup destinationGroup) Creates a task responsible for placing the command to the specified group.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetCommandVisibilityTask
(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a task responsible for setting the specified visibility for the command.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultCommandOrderTask
(CommandInterface commandInterface, CommandGroup group) Creates a task responsible for restoring default command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultCommandPlacementTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default placement of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultCommandVisibilityTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default visibility of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultSubsystemOrderTask
(CommandInterface commandInterface) Creates a task responsible for restoring default subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetSubsystemOrderTask
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem.org.eclipse.core.runtime.IStatus
AddCommandToMainSectionTask.execute
(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) abstract org.eclipse.core.runtime.IStatus
BasicCICustomizationTask.execute
(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
BasicCICustomizationTask1.execute
(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) abstract org.eclipse.core.runtime.IStatus
BasicCICustomizationTask1.execute
(CommandInterface commandInterface, P1 object1, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
BasicCICustomizationTask2.execute
(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) abstract org.eclipse.core.runtime.IStatus
BasicCICustomizationTask2.execute
(CommandInterface commandInterface, P1 object1, P2 object2, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
DeleteBrokenSubsystemTask.execute
(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
RemoveCommandFromMainSectionTask.execute
(CommandInterface commandInterface, Command realCommand, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
RemoveCommandGroupFromMainSectionTask.execute
(CommandInterface commandInterface, CommandGroup realCommandGroup, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetCommandOrderTask.execute
(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetCommandPlacementTask.execute
(CommandInterface commandInterface, Command command, CommandGroup destinationGroup, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetCommandVisibilityTask.execute
(CommandInterface commandInterface, Command command, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetDefaultCommandOrderTask.execute
(CommandInterface commandInterface, CommandGroup group, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetDefaultCommandPlacementTask.execute
(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetDefaultCommandVisibilityTask.execute
(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetDefaultSubsystemOrderTask.execute
(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) }org.eclipse.core.runtime.IStatus
SetDefaultSubsystemVisibilityTask.execute
(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetSubsystemOrderTask.execute
(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) }org.eclipse.core.runtime.IStatus
SetSubsystemVisibilityTask.execute
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) }Constructors in com._1c.g5.v8.dt.cmi.tasks with parameters of type CommandInterfaceModifierConstructorDescriptionBasicCICustomizationTask
(String name, CommandInterface commandInterface, IBmObject... objects) Creates an instance of the customization task.BasicCICustomizationTask
(String name, CommandInterface commandInterface, List<IBmObject> objects) Creates an instance of the customization task.BasicCICustomizationTask1
(String name, CommandInterface commandInterface, P1 object1) BasicCICustomizationTask2
(String name, CommandInterface commandInterface, P1 object1, P2 object2) DeleteBrokenSubsystemTask
(String name, CommandInterface commandInterface, Subsystem subsystem) Constructor.protected
SetCommandOrderTask
(String name, CommandInterface commandInterface, List<IBmObject> objects) protected
SetCommandPlacementTask
(String name, CommandInterface commandInterface, Command command, CommandGroup destinationGroup) SetCommandVisibilityTask
(String name, CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Constructor.protected
SetDefaultCommandOrderTask
(String name, CommandInterface commandInterface, CommandGroup group) protected
SetDefaultCommandPlacementTask
(String name, CommandInterface commandInterface, Command command) protected
SetDefaultCommandVisibilityTask
(String name, CommandInterface commandInterface, Command command) protected
SetDefaultSubsystemOrderTask
(String name, CommandInterface commandInterface) protected
SetDefaultSubsystemVisibilityTask
(String name, CommandInterface commandInterface, Subsystem subsystem) protected
SetSubsystemOrderTask
(String name, CommandInterface commandInterface, List<IBmObject> objects) SetSubsystemVisibilityTask
(String name, CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Constructor. -
Uses of CommandInterface in com._1c.g5.v8.dt.internal.cmi.compare
Constructors in com._1c.g5.v8.dt.internal.cmi.compare with parameters of type CommandInterfaceModifierConstructorDescriptionComparedCmiObjects
(CommandInterface mainCommandInterface, CommandInterface otherCommandInterface, CommandInterface ancestorCommandInterface) Constructs a provider with the specified command interfaces. -
Uses of CommandInterface in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks with parameters of type CommandInterfaceModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createRemoveCommandFromMainSectionTask
(CommandInterface commandInterface, Command command, CommandContainer commandContainer) Creates a task responsible for the removal of the command from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createRemoveCommandGroupFromMainSectionTask
(CommandInterface commandInterface, CustomCommandItemGroup customCommandItemGroup, CommandContainer commandContainer) Creates a task responsible for the removal of the command group from the command interface.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetCommandOrderTask
(CommandInterface commandInterface, CommandGroup group, List<Command> commands) Creates a task responsible for setting particular command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetCommandPlacementTask
(CommandInterface commandInterface, Command command, CommandGroup destinationGroup) Creates a task responsible for placing the command to the specified group.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetCommandVisibilityTask
(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a task responsible for setting the specified visibility for the command.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultCommandOrderTask
(CommandInterface commandInterface, CommandGroup group) Creates a task responsible for restoring default command order within the group.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultCommandPlacementTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default placement of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultCommandVisibilityTask
(CommandInterface commandInterface, Command command) Creates a task responsible for restoring default visibility of the given command.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultSubsystemOrderTask
(CommandInterface commandInterface) Creates a task responsible for restoring default subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetSubsystemOrderTask
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem.static CommandsOrderFragment
CmiCustomizationUtil.findOrderFragment
(CommandInterface commandInterface, CommandGroup group) Finds customization fragment by the group in the given command interface.static CommandsVisibilityFragment
CmiCustomizationUtil.findVisibilityFragment
(CommandInterface commandInterface, Command command) Finds custom visibility fragment in CI.static CommandsPlacement
CmiCustomizationUtil.getOrCreatePlacement
(CommandInterface commandInterface) Gets or create a new customization placement.