Class ExecuteChangeOptionsDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.users.component.ExecuteChangeOptionsDto
- All Implemented Interfaces:
Serializable
- Author:
- lazyman
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecuteChangeOptionsDto
@NotNull ModelExecuteOptions
createOptions
(PrismContext ignored) @Nullable TaskExecutionMode
boolean
boolean
isForce()
boolean
boolean
boolean
void
setExecuteAfterAllApprovals
(boolean executeAfterAllApprovals) void
setForce
(boolean force) void
setKeepDisplayingResults
(boolean keepDisplayingResults) void
setReconcile
(boolean reconcile) void
setSaveInBackground
(boolean saveInBackground) void
setTaskMode
(TaskExecutionMode taskMode) void
setTracing
(TracingProfileType tracing) void
setTracingChoices
(List<TracingProfileType> tracingChoices) toString()
-
Field Details
-
F_FORCE
- See Also:
-
F_RECONCILE
- See Also:
-
F_EXECUTE_AFTER_ALL_APPROVALS
- See Also:
-
F_KEEP_DISPLAYING_RESULTS
- See Also:
-
F_TRACING
- See Also:
-
F_TRACING_CHOICES
- See Also:
-
F_SAVE_IN_BACKGROUND
- See Also:
-
-
Constructor Details
-
ExecuteChangeOptionsDto
public ExecuteChangeOptionsDto()
-
-
Method Details
-
createFromSystemConfiguration
-
isForce
public boolean isForce() -
setForce
public void setForce(boolean force) -
isReconcile
public boolean isReconcile() -
setReconcile
public void setReconcile(boolean reconcile) -
isExecuteAfterAllApprovals
public boolean isExecuteAfterAllApprovals() -
setExecuteAfterAllApprovals
public void setExecuteAfterAllApprovals(boolean executeAfterAllApprovals) -
isKeepDisplayingResults
public boolean isKeepDisplayingResults() -
setKeepDisplayingResults
public void setKeepDisplayingResults(boolean keepDisplayingResults) -
getTracing
-
setTracing
-
getTracingChoices
-
setTracingChoices
-
isSaveInBackground
public boolean isSaveInBackground() -
setSaveInBackground
public void setSaveInBackground(boolean saveInBackground) -
setTaskMode
-
getTaskMode
-
createOptions
-
toString
-