Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ScriptOutputsType
-
Packages that use ScriptOutputsType Package Description com.evolveum.midpoint.xml.ns._public.common.api_types_3 com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of ScriptOutputsType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ScriptOutputsType Modifier and Type Method Description ScriptOutputsTypeScriptOutputsType. clone()Creates and returns a deep copy of this object.ScriptOutputsTypeObjectFactory. createScriptOutputsType()Create an instance ofScriptOutputsTypeScriptOutputsTypeScriptOutputsType. output(SingleScriptOutputType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ScriptOutputsType Constructor Description ScriptOutputsType(ScriptOutputsType o)Creates a newScriptOutputsTypeinstance by deeply copying a givenScriptOutputsTypeinstance. -
Uses of ScriptOutputsType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as ScriptOutputsType Modifier and Type Field Description protected ScriptOutputsTypeExecuteScriptsResponseType. outputsMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ScriptOutputsType Modifier and Type Method Description ScriptOutputsTypeExecuteScriptsResponseType. beginOutputs()ScriptOutputsTypeExecuteScriptsResponseType. getOutputs()Gets the value of the outputs property.Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ScriptOutputsType Modifier and Type Method Description ExecuteScriptsResponseTypeExecuteScriptsResponseType. outputs(ScriptOutputsType value)voidExecuteScriptsResponseType. setOutputs(ScriptOutputsType value)Sets the value of the outputs property.
-