Class SmartGeneratingDto
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto.SmartGeneratingDto
- All Implemented Interfaces:
Serializable
DTO backing the SmartGeneratingPanel.
Holds start time, current suggestion statuses, and generates display rows.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSmartGeneratingDto(LoadableModel<StatusInfo<?>> statusInfo, org.apache.wicket.model.IModel<PrismObject<TaskType>> taskModel) -
Method Summary
Modifier and TypeMethodDescriptiongetStatusRows(PageBase pageBase) Builds a list of statusInfo rows for display in the UI.getToken()booleanisFailed()booleanbooleanprotected booleanvoidremoveExistingSuggestionTask(@NotNull PageBase pageBase)
-
Constructor Details
-
SmartGeneratingDto
public SmartGeneratingDto() -
SmartGeneratingDto
public SmartGeneratingDto(LoadableModel<StatusInfo<?>> statusInfo, org.apache.wicket.model.IModel<PrismObject<TaskType>> taskModel)
-
-
Method Details
-
getStatusInfo
-
getToken
-
getStatusRows
Builds a list of statusInfo rows for display in the UI. Each row has a label and a realizationState/in-progress flag. -
rejectEmptyProgress
protected boolean rejectEmptyProgress() -
isFinished
public boolean isFinished() -
isSuspended
public boolean isSuspended() -
isFailed
public boolean isFailed() -
getTaskObject
-
getTaskExecutionState
-
getSuggestedObjectsStartTime
-
getSuggestedObjectsEndTime
-
removeExistingSuggestionTask
-