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 TypeMethodDescriptionvoidCmiXmlWriter.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 TypeClassDescriptionclassAn 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 CommandInterfaceCmiModelUtil.createCommandInterface(IBmTransaction transaction, String fqn) Creates command interface.static CommandInterfaceCmiModelUtil.createConfigurationCommandInterface(Configuration configuration, IBmTransaction transaction) Creates configuration command interface.static CommandInterfaceCmiModelUtil.createMainSectionCommandInterface(Configuration configuration, IBmTransaction transaction) Creates main section command interface.static CommandInterfaceCommandInterfaceUtil.getCommandInterface(org.eclipse.emf.ecore.EObject eObject) Gets command interface.static CommandInterfaceCommandInterfaceUtil.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 ObjectCmiModelUtil.getCommandGroup(org.eclipse.emf.ecore.EObject command, CommandInterface commandInterface) Gets command command group.static CommandsOrderFragmentCmiModelUtil.getCommandsOrderFragmentForGroup(org.eclipse.emf.ecore.EObject group, CommandInterface commandInterface) Gets commands order fragment fo group.static booleanCmiModelUtil.getCommandVisibility(org.eclipse.emf.ecore.EObject command, CommandInterface commandInterface) Gets command visibility.static voidCommandInterfaceUtil.setCommandVisibility(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Sets command visibility and add changes to affected objects.static voidCommandInterfaceUtil.setSubsystemVisibility(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Sets subsystem visibility and add changes to affected objects.booleanCmiValidator.validateCommandInterface(CommandInterface commandInterface, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) booleanCmiValidator.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 DeleteBrokenSubsystemTaskDeleteBrokenSubsystemTask.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 SetCommandOrderTaskSetCommandOrderTask.create(CommandInterface commandInterface, CommandGroup group, List<Command> commands) Creates a new instance.static SetCommandPlacementTaskSetCommandPlacementTask.create(CommandInterface commandInterface, Command command, CommandGroup destinationGroup) Creates a new instance.static SetCommandVisibilityTaskSetCommandVisibilityTask.create(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a new instance.static SetDefaultCommandOrderTaskSetDefaultCommandOrderTask.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 SetDefaultSubsystemOrderTaskSetDefaultSubsystemOrderTask.create(CommandInterface commandInterface) Creates a new instance.SetDefaultSubsystemVisibilityTask.create(CommandInterface commandInterface, Subsystem subsystem) Creates a new instance.static SetSubsystemOrderTaskSetSubsystemOrderTask.create(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a new instance of the task.static SetSubsystemVisibilityTaskSetSubsystemVisibilityTask.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.IStatusAddCommandToMainSectionTask.execute(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) abstract org.eclipse.core.runtime.IStatusBasicCICustomizationTask.execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusBasicCICustomizationTask1.execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) abstract org.eclipse.core.runtime.IStatusBasicCICustomizationTask1.execute(CommandInterface commandInterface, P1 object1, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusBasicCICustomizationTask2.execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) abstract org.eclipse.core.runtime.IStatusBasicCICustomizationTask2.execute(CommandInterface commandInterface, P1 object1, P2 object2, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusDeleteBrokenSubsystemTask.execute(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusRemoveCommandFromMainSectionTask.execute(CommandInterface commandInterface, Command realCommand, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusRemoveCommandGroupFromMainSectionTask.execute(CommandInterface commandInterface, CommandGroup realCommandGroup, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetCommandOrderTask.execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetCommandPlacementTask.execute(CommandInterface commandInterface, Command command, CommandGroup destinationGroup, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetCommandVisibilityTask.execute(CommandInterface commandInterface, Command command, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetDefaultCommandOrderTask.execute(CommandInterface commandInterface, CommandGroup group, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetDefaultCommandPlacementTask.execute(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetDefaultCommandVisibilityTask.execute(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetDefaultSubsystemOrderTask.execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) }org.eclipse.core.runtime.IStatusSetDefaultSubsystemVisibilityTask.execute(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetSubsystemOrderTask.execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) }org.eclipse.core.runtime.IStatusSetSubsystemVisibilityTask.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.protectedSetCommandOrderTask(String name, CommandInterface commandInterface, List<IBmObject> objects) protectedSetCommandPlacementTask(String name, CommandInterface commandInterface, Command command, CommandGroup destinationGroup) SetCommandVisibilityTask(String name, CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Constructor.protectedSetDefaultCommandOrderTask(String name, CommandInterface commandInterface, CommandGroup group) protectedSetDefaultCommandPlacementTask(String name, CommandInterface commandInterface, Command command) protectedSetDefaultCommandVisibilityTask(String name, CommandInterface commandInterface, Command command) protectedSetDefaultSubsystemOrderTask(String name, CommandInterface commandInterface) protectedSetDefaultSubsystemVisibilityTask(String name, CommandInterface commandInterface, Subsystem subsystem) protectedSetSubsystemOrderTask(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 CommandsOrderFragmentCmiCustomizationUtil.findOrderFragment(CommandInterface commandInterface, CommandGroup group) Finds customization fragment by the group in the given command interface.static CommandsVisibilityFragmentCmiCustomizationUtil.findVisibilityFragment(CommandInterface commandInterface, Command command) Finds custom visibility fragment in CI.static CommandsPlacementCmiCustomizationUtil.getOrCreatePlacement(CommandInterface commandInterface) Gets or create a new customization placement.