Package com.evolveum.midpoint.ninja.opts
Class BaseImportExportOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.opts.BaseImportExportOptions
-
- Direct Known Subclasses:
ExportOptions
,ImportOptions
public class BaseImportExportOptions extends Object
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static String
P_FILTER
static String
P_FILTER_LONG
static String
P_MULTI_THREAD
static String
P_MULTI_THREAD_LONG
static String
P_OID
static String
P_OID_LONG
static String
P_RAW
static String
P_RAW_LONG
static String
P_TYPE
static String
P_TYPE_LONG
static String
P_ZIP
static String
P_ZIP_LONG
-
Constructor Summary
Constructors Constructor Description BaseImportExportOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileReference
getFilter()
int
getMultiThread()
String
getOid()
Set<ObjectTypes>
getType()
boolean
isRaw()
boolean
isZip()
-
-
-
Field Detail
-
P_RAW
public static final String P_RAW
- See Also:
- Constant Field Values
-
P_RAW_LONG
public static final String P_RAW_LONG
- See Also:
- Constant Field Values
-
P_OID
public static final String P_OID
- See Also:
- Constant Field Values
-
P_OID_LONG
public static final String P_OID_LONG
- See Also:
- Constant Field Values
-
P_TYPE
public static final String P_TYPE
- See Also:
- Constant Field Values
-
P_TYPE_LONG
public static final String P_TYPE_LONG
- See Also:
- Constant Field Values
-
P_FILTER
public static final String P_FILTER
- See Also:
- Constant Field Values
-
P_FILTER_LONG
public static final String P_FILTER_LONG
- See Also:
- Constant Field Values
-
P_ZIP
public static final String P_ZIP
- See Also:
- Constant Field Values
-
P_ZIP_LONG
public static final String P_ZIP_LONG
- See Also:
- Constant Field Values
-
P_MULTI_THREAD
public static final String P_MULTI_THREAD
- See Also:
- Constant Field Values
-
P_MULTI_THREAD_LONG
public static final String P_MULTI_THREAD_LONG
- See Also:
- Constant Field Values
-
-
Method Detail
-
isRaw
public boolean isRaw()
-
getType
public Set<ObjectTypes> getType()
-
getFilter
public FileReference getFilter()
-
isZip
public boolean isZip()
-
getOid
public String getOid()
-
getMultiThread
public int getMultiThread()
-
-