Uses of Interface
no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.TaskContext
-
Uses of TaskContext in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor
Classes in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with type parameters of type TaskContextModifier and TypeClassDescriptionclassCompositeTaskHandlerFactory<TRANSACTION,EXCEPTION extends Exception, IDENTITY, SUPPLEMENT extends TaskSupplement, CONTEXT extends TaskContext<TRANSACTION, EXCEPTION, SUPPLEMENT>> interfaceTaskContextFactory<TRANSACTION,EXCEPTION extends Exception, SUPPLEMENT extends TaskSupplement, CONTEXT extends TaskContext<TRANSACTION, EXCEPTION, ? super SUPPLEMENT>> Classes in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that implement TaskContextModifier and TypeClassDescriptionclassCompositeTaskContext<TRANSACTION,EXCEPTION extends Exception, SUPPLEMENT extends TaskSupplement> classTaskConsumerContext<TRANSACTION,EXCEPTION extends Exception, SUPPLEMENT extends TaskSupplement> Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that return TaskContextModifier and TypeMethodDescriptionstatic <TRANSACTION,EXCEPTION extends Exception, SUPPLEMENT extends TaskSupplement>
TaskContext<TRANSACTION, EXCEPTION, SUPPLEMENT> TaskContext.simple()Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that return types with arguments of type TaskContextModifier and TypeMethodDescriptiondefault TaskContextFactory<TRANSACTION, EXCEPTION, SUPPLEMENT, TaskContext<TRANSACTION, EXCEPTION, SUPPLEMENT>> TaskContext.toFactory()Constructors in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with parameters of type TaskContextModifierConstructorDescriptionCompositeTaskContext(TaskContext<? super TRANSACTION, ? extends EXCEPTION, ? super SUPPLEMENT>... delegates) Constructor parameters in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with type arguments of type TaskContextModifierConstructorDescriptionCompositeTaskContext(Collection<TaskContext<? super TRANSACTION, ? extends EXCEPTION, ? super SUPPLEMENT>> delegates)