com.evolveum.midpoint.model.api
Class ModelExecuteOptions

java.lang.Object
  extended by com.evolveum.midpoint.model.api.ModelExecuteOptions

public class ModelExecuteOptions
extends Object

Author:
semancik

Constructor Summary
ModelExecuteOptions()
           
 
Method Summary
static ModelExecuteOptions createCrypt()
           
static ModelExecuteOptions createForce()
           
static ModelExecuteOptions createRaw()
           
 Boolean getCrypt()
           
 Boolean getForce()
           
 Boolean getRaw()
           
static boolean isCrypt(ModelExecuteOptions options)
           
static boolean isForce(ModelExecuteOptions options)
           
static boolean isRaw(ModelExecuteOptions options)
           
 void setCrypt(Boolean crypt)
           
 void setForce(Boolean force)
           
 void setRaw(Boolean raw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelExecuteOptions

public ModelExecuteOptions()
Method Detail

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.