Interface TaskContextAware

All Known Implementing Classes:
OwnershipTransferParameter, UserAnonymizationParameter, UserAnonymizationParameterWithAdditionalData, UserPropertyChangeParameter, UserPropertyChangeParameterWithAdditionalData

public interface TaskContextAware
Entity containing Context that can be used for reporting progress.
Since:
8.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Context to report progress to.
  • Method Details

    • getContext

      @Nonnull Context getContext()
      Context to report progress to.