IPluginStepManager
- Namespace:
PPDS.Migration.Import - Assembly:
PPDS.Migration - Kind: Interface
Summary
Interface for managing plugin steps during import.
Members
Methods
DisablePluginStepsAsync
Task DisablePluginStepsAsync(IEnumerable<Guid> stepIds, CancellationToken cancellationToken)
Disables the specified plugin steps.
EnablePluginStepsAsync
Task EnablePluginStepsAsync(IEnumerable<Guid> stepIds, CancellationToken cancellationToken)
Re-enables the specified plugin steps.
GetActivePluginStepsAsync
Task<IReadOnlyList<Guid>> GetActivePluginStepsAsync(IEnumerable<int> objectTypeCodes, CancellationToken cancellationToken)
Gets the IDs of active plugin steps for the specified entities.
-
Param
objectTypeCodes: The Object Type Codes of entities to find plugin steps for. -
Param
cancellationToken: Cancellation token.