Class BaseImportExportOptions
java.lang.Object
com.evolveum.midpoint.ninja.action.BaseImportExportOptions
- Direct Known Subclasses:
ExportOptions
,ImportOptions
Created by Viliam Repan (lazyman).
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getOid()
getType()
boolean
isRaw()
boolean
isZip()
setFilter
(FileReference filter) setMultiThread
(int multiThread) setRaw
(boolean raw) setType
(Set<ObjectTypes> type) setZip
(boolean zip)
-
Field Details
-
P_RAW
- See Also:
-
P_RAW_LONG
- See Also:
-
P_OID_LONG
- See Also:
-
P_TYPE
- See Also:
-
P_TYPE_LONG
- See Also:
-
P_FILTER
- See Also:
-
P_FILTER_LONG
- See Also:
-
P_ZIP
- See Also:
-
P_ZIP_LONG
- See Also:
-
P_MULTI_THREAD
- See Also:
-
P_MULTI_THREAD_LONG
- See Also:
-
-
Constructor Details
-
BaseImportExportOptions
public BaseImportExportOptions()
-
-
Method Details
-
isRaw
public boolean isRaw() -
getType
-
getFilter
-
isZip
public boolean isZip() -
getOid
-
getMultiThread
public int getMultiThread() -
setRaw
-
setOid
-
setType
-
setFilter
-
setZip
-
setMultiThread
-