Interface DecoratorContextFactory

All Known Implementing Classes:
DefaultDecoratorContextFactory

public interface DecoratorContextFactory
A factory for creating DecoratorContext instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    createContext(@NotNull SyncParameters params)
    Creates item synchronization context based on the parameters submitted.
  • Method Details

    • createContext

      @NotNull @NotNull DecoratorContext createContext(@NotNull @NotNull SyncParameters params)
      Creates item synchronization context based on the parameters submitted.
      Parameters:
      params - parameters to feed the context creation.
      Returns:
      a context to be used by the decorators that has its state initialized according to the parameters provided.