Class DefaultPropagationTaskCallable
java.lang.Object
org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable
- All Implemented Interfaces:
Callable<TaskExec<PropagationTask>>
,PropagationTaskCallable
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Collection
<String> protected final String
protected String
protected static final Logger
protected PropagationReporter
protected PropagationTaskExecutor
protected PropagationTaskInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncall()
void
setExecutor
(String executor) void
setReporter
(PropagationReporter reporter) void
setTaskInfo
(PropagationTaskInfo taskInfo)
-
Field Details
-
LOG
-
taskExecutor
-
domain
-
authorities
-
taskInfo
-
reporter
-
executor
-
-
Constructor Details
-
DefaultPropagationTaskCallable
public DefaultPropagationTaskCallable()
-
-
Method Details
-
setTaskInfo
- Specified by:
setTaskInfo
in interfacePropagationTaskCallable
-
setReporter
- Specified by:
setReporter
in interfacePropagationTaskCallable
-
setExecutor
- Specified by:
setExecutor
in interfacePropagationTaskCallable
-
call
- Specified by:
call
in interfaceCallable<TaskExec<PropagationTask>>
-