Interface DecoratorContextFactory
- All Known Implementing Classes:
DefaultDecoratorContextFactory
public interface DecoratorContextFactory
A factory for creating
DecoratorContext instances.-
Method Summary
Modifier and TypeMethodDescription@NotNull DecoratorContextcreateContext(@NotNull SyncParameters params) Creates item synchronization context based on the parameters submitted.
-
Method Details
-
createContext
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.
-