Uses of Interface
com._1c.g5.v8.derived.operations.IModalOperationController
Packages that use IModalOperationController
Package
Description
-
Uses of IModalOperationController in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type IModalOperationControllerModifier and TypeMethodDescriptionIDerivedDataManager.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) Schedules the orchestrated modal operation. -
Uses of IModalOperationController in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type IModalOperationControllerModifier and TypeMethodDescriptiondefault Object
IContextCollectingSession.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) Schedules a new modal operation with corresponding controller -
Uses of IModalOperationController in com._1c.g5.v8.derived.operations
Methods in com._1c.g5.v8.derived.operations that return IModalOperationControllerModifier and TypeMethodDescriptionOperationContext.getModalOperationController()
Gets the modal operation controller for the modal operation (if any)Constructors in com._1c.g5.v8.derived.operations with parameters of type IModalOperationControllerModifierConstructorDescriptionOperationContext
(String segmentId, OperationType operationType, boolean important, Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, IModalOperationController modalOperationController) -
Uses of IModalOperationController in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform with parameters of type IModalOperationControllerModifier and TypeMethodDescriptionIWorkspaceOrchestrator.beginModalOperation
(String name, Collection<IDtProject> projects, ProjectPipelineJob afterJob, IModalOperationController modalOperationController) Shortcut for the#enqueueModalOperation(String, Collection, ProjectPipelineJob)
followed by waiting until theIWorkspaceOrchestrator.tryStartOperation(Object)
is succeed.IWorkspaceOrchestrator.enqueueModalOperation
(String name, Collection<IDtProject> projects, ProjectPipelineJob afterJob, IModalOperationController modalOperationController) Enqueues the modal operation. -
Uses of IModalOperationController in com._1c.g5.v8.dt.internal.core.operations.pipeline
Methods in com._1c.g5.v8.dt.internal.core.operations.pipeline with parameters of type IModalOperationControllerModifier and TypeMethodDescriptionProjectOrchestrator.enqueueOperation
(String name, IDtProject[] projects, String afterStage, ProjectOperationType type, boolean important, boolean implicitDerivedDataWait, IModalOperationController modalOperationController) ProjectOrchestrator.enqueueOperation
(String name, IDtProject[] projects, String afterStage, ProjectOperationType type, boolean important, IModalOperationController modalOperationController) Enqueues an operation. -
Uses of IModalOperationController in com._1c.g5.v8.dt.internal.core.platform
Methods in com._1c.g5.v8.dt.internal.core.platform with parameters of type IModalOperationControllerModifier and TypeMethodDescriptionWorkspaceOrchestrator.beginModalOperation
(String name, Collection<IDtProject> projects, ProjectPipelineJob afterJob, IModalOperationController modalOperationController) WorkspaceOrchestrator.enqueueModalOperation
(String name, Collection<IDtProject> projects, ProjectPipelineJob afterJob, IModalOperationController modalOperationController) -
Uses of IModalOperationController in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived with parameters of type IModalOperationControllerModifier and TypeMethodDescriptionDerivedDataManager.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) -
Uses of IModalOperationController in com._1c.g5.v8.internal.derived.context
Methods in com._1c.g5.v8.internal.derived.context with parameters of type IModalOperationControllerModifier and TypeMethodDescriptionContextCollectingSession.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) ContextTransaction.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, String operationSegment, IModalOperationController modalOperationController) Schedules a new modal operationDerivedDataContextManager.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, String segmentId, IModalOperationController modalOperationController, Object transactionHandle) IContextTransactionManager.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, String operationSegment, IModalOperationController modalOperationController, Object transactionHandle) Schedules a new modal operation -
Uses of IModalOperationController in com.e1c.g5.v8.dt.internal.snapshot
Methods in com.e1c.g5.v8.dt.internal.snapshot with parameters of type IModalOperationControllerModifier and TypeMethodDescriptionWorkspaceOrchestratorMock.beginModalOperation
(String name, Collection<IDtProject> projects, ProjectPipelineJob afterJob, IModalOperationController modalOperationController) WorkspaceOrchestratorMock.enqueueModalOperation
(String name, Collection<IDtProject> projects, ProjectPipelineJob afterJob, IModalOperationController modalOperationController) DerivedDataManagerMock.scheduleModalOperation
(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController)