com.evolveum.midpoint.model.api
Class ModelExecuteOptions
java.lang.Object
com.evolveum.midpoint.model.api.ModelExecuteOptions
public class ModelExecuteOptions
- extends Object
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelExecuteOptions
public ModelExecuteOptions()
getForce
public Boolean getForce()
setForce
public void setForce(Boolean force)
isForce
public static boolean isForce(ModelExecuteOptions options)
createForce
public static ModelExecuteOptions createForce()
getRaw
public Boolean getRaw()
setRaw
public void setRaw(Boolean raw)
isRaw
public static boolean isRaw(ModelExecuteOptions options)
createRaw
public static ModelExecuteOptions createRaw()
getCrypt
public Boolean getCrypt()
setCrypt
public void setCrypt(Boolean crypt)
isCrypt
public static boolean isCrypt(ModelExecuteOptions options)
createCrypt
public static ModelExecuteOptions createCrypt()
Copyright © 2013 evolveum. All Rights Reserved.