Class CorrelationContext

    • Method Detail

      • getResourceObject

        @NotNull
        public @NotNull ShadowType getResourceObject()
      • getPreFocus

        @NotNull
        public @NotNull FocusType getPreFocus()
      • getFocusType

        @NotNull
        public @NotNull Class<? extends ObjectType> getFocusType()
      • getResource

        @NotNull
        public @NotNull ResourceType getResource()
      • requestManualCorrelation

        public void requestManualCorrelation()
        Instructs the correlator that the manual correlation should be carried out. If there's only one option, an error should be signalled.
      • requestManualCorrelation

        public void requestManualCorrelation​(List<ResourceObjectOwnerOptionType> potentialMatches)
        Instructs the correlator that the manual correlation should be carried out. Provides explicit list of potential matches to display. If there's only one option, an error should be signalled.
      • getTask

        @NotNull
        public @NotNull com.evolveum.midpoint.task.api.Task getTask()