Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ScriptOrderType

Packages that use ScriptOrderType
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ScriptOrderType in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return ScriptOrderType
 ScriptOrderType ExecuteScriptOperation.getScriptOrder()
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ScriptOrderType
 void ExecuteScriptOperation.setScriptOrder(ScriptOrderType scriptOrder)
           
 

Uses of ScriptOrderType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ScriptOrderType
protected  ScriptOrderType ScriptType.order
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ScriptOrderType
static ScriptOrderType ScriptOrderType.fromValue(java.lang.String v)
           
 ScriptOrderType ScriptType.getOrder()
          Gets the value of the order property.
static ScriptOrderType ScriptOrderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScriptOrderType[] ScriptOrderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ScriptOrderType
 void ScriptType.setOrder(ScriptOrderType value)
          Sets the value of the order property.
 



Copyright © 2011 evolveum. All Rights Reserved.