Uses of Interface
com._1c.g5.v8.derived.operations.IModalOperationController
-
Packages that use IModalOperationController Package Description com._1c.g5.v8.derived com._1c.g5.v8.derived.context com._1c.g5.v8.derived.operations com._1c.g5.v8.dt.core.platform -
-
Uses of IModalOperationController in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type IModalOperationController Modifier and Type Method Description Object
IDerivedDataManager. 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 IModalOperationController Modifier and Type Method Description default 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 IModalOperationController Modifier and Type Method Description IModalOperationController
OperationContext. getModalOperationController()
Gets the modal operation controller for the modal operation (if any)Constructors in com._1c.g5.v8.derived.operations with parameters of type IModalOperationController Constructor Description OperationContext(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 IModalOperationController Modifier and Type Method Description Object
IWorkspaceOrchestrator. 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.Object
IWorkspaceOrchestrator. enqueueModalOperation(String name, Collection<IDtProject> projects, ProjectPipelineJob afterJob, IModalOperationController modalOperationController)
Enqueues the modal operation.
-