Class DeleteOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.DeleteOptions
-
public class DeleteOptions extends Object
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static String
P_ASK
static String
P_ASK_LONG
static String
P_FILTER
static String
P_FILTER_LONG
static String
P_FORCE
static String
P_FORCE_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
-
Constructor Summary
Constructors Constructor Description DeleteOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileReference
getFilter()
String
getOid()
ObjectTypes
getType()
boolean
isAsk()
boolean
isForce()
boolean
isRaw()
-
-
-
Field Detail
-
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_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_FORCE
public static final String P_FORCE
- See Also:
- Constant Field Values
-
P_FORCE_LONG
public static final String P_FORCE_LONG
- See Also:
- Constant Field Values
-
P_ASK
public static final String P_ASK
- See Also:
- Constant Field Values
-
P_ASK_LONG
public static final String P_ASK_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
-
-
Method Detail
-
getOid
public String getOid()
-
isRaw
public boolean isRaw()
-
isForce
public boolean isForce()
-
isAsk
public boolean isAsk()
-
getType
public ObjectTypes getType()
-
getFilter
public FileReference getFilter()
-
-