Class VerifyOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.BaseImportExportOptions
-
- com.evolveum.midpoint.ninja.action.ExportOptions
-
- com.evolveum.midpoint.ninja.action.VerifyOptions
-
- All Implemented Interfaces:
BasicExportOptions
public class VerifyOptions extends ExportOptions
// todo fix these options, extending Export options is messing up help messages (it's using export.* keys)- Author:
- semancik
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VerifyOptions.ReportStyle
static class
VerifyOptions.ReportStyleConverter
static class
VerifyOptions.VerificationCategory
static class
VerifyOptions.VerificationCategoryConverter
-
Field Summary
Fields Modifier and Type Field Description static String
P_FILE
static String
P_PLANNED_REMOVAL_VERSION
static String
P_REPORT_STYLE
static String
P_STOP_ON_CRITICAL_ERROR
static String
P_VERIFICATION_CATEGORY_LONG
-
Fields inherited from class com.evolveum.midpoint.ninja.action.ExportOptions
P_EXCLUDE_ITEMS, P_EXCLUDE_ITEMS_LONG, P_NO_IDS, P_NO_IDS_LONG, P_OUTPUT, P_OUTPUT_LONG, P_OVERWRITE, P_OVERWRITE_LONG
-
Fields inherited from class com.evolveum.midpoint.ninja.action.BaseImportExportOptions
P_FILTER, P_FILTER_LONG, P_MULTI_THREAD, P_MULTI_THREAD_LONG, P_OID_LONG, P_RAW, P_RAW_LONG, P_TYPE, P_TYPE_LONG, P_ZIP, P_ZIP_LONG
-
-
Constructor Summary
Constructors Constructor Description VerifyOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<File>
getFiles()
String
getPlannedRemovalVersion()
VerifyOptions.ReportStyle
getReportStyle()
List<VerifyOptions.VerificationCategory>
getVerificationCategories()
boolean
isStopOnCriticalError()
void
setFiles(List<File> files)
void
setPlannedRemovalVersion(String plannedRemovalVersion)
void
setReportStyle(VerifyOptions.ReportStyle reportStyle)
void
setStopOnCriticalError(boolean stopOnCriticalError)
void
setVerificationCategories(List<VerifyOptions.VerificationCategory> verificationCategories)
-
Methods inherited from class com.evolveum.midpoint.ninja.action.ExportOptions
getExcludeItems, getOutput, isOverwrite, isSkipContainerIds, setExcludeItems, setOutput, setOverwrite, setSkipIds
-
Methods inherited from class com.evolveum.midpoint.ninja.action.BaseImportExportOptions
getFilter, getMultiThread, getOid, getType, isRaw, isZip, setFilter, setMultiThread, setOid, setRaw, setType, setZip
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.ninja.action.BasicExportOptions
isZip
-
-
-
-
Field Detail
-
P_VERIFICATION_CATEGORY_LONG
public static final String P_VERIFICATION_CATEGORY_LONG
- See Also:
- Constant Field Values
-
P_REPORT_STYLE
public static final String P_REPORT_STYLE
- See Also:
- Constant Field Values
-
P_STOP_ON_CRITICAL_ERROR
public static final String P_STOP_ON_CRITICAL_ERROR
- See Also:
- Constant Field Values
-
P_FILE
public static final String P_FILE
- See Also:
- Constant Field Values
-
P_PLANNED_REMOVAL_VERSION
public static final String P_PLANNED_REMOVAL_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVerificationCategories
public List<VerifyOptions.VerificationCategory> getVerificationCategories()
-
setVerificationCategories
public void setVerificationCategories(List<VerifyOptions.VerificationCategory> verificationCategories)
-
getReportStyle
public VerifyOptions.ReportStyle getReportStyle()
-
setReportStyle
public void setReportStyle(VerifyOptions.ReportStyle reportStyle)
-
isStopOnCriticalError
public boolean isStopOnCriticalError()
-
setStopOnCriticalError
public void setStopOnCriticalError(boolean stopOnCriticalError)
-
getPlannedRemovalVersion
public String getPlannedRemovalVersion()
-
setPlannedRemovalVersion
public void setPlannedRemovalVersion(String plannedRemovalVersion)
-
-