Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.SingleScriptOutputType
-
Packages that use SingleScriptOutputType Package Description com.evolveum.midpoint.xml.ns._public.common.api_types_3 -
-
Uses of SingleScriptOutputType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type SingleScriptOutputType Modifier and Type Field Description protected List<SingleScriptOutputType>ScriptOutputsType. outputMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return SingleScriptOutputType Modifier and Type Method Description SingleScriptOutputTypeScriptOutputsType. beginOutput()SingleScriptOutputTypeSingleScriptOutputType. clone()Creates and returns a deep copy of this object.SingleScriptOutputTypeObjectFactory. createSingleScriptOutputType()Create an instance ofSingleScriptOutputTypeSingleScriptOutputTypeSingleScriptOutputType. dataOutput(PipelineDataType value)SingleScriptOutputTypeSingleScriptOutputType. mslData(String value)SingleScriptOutputTypeSingleScriptOutputType. textOutput(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type SingleScriptOutputType Modifier and Type Method Description List<SingleScriptOutputType>ScriptOutputsType. getOutput()Gets the value of the output property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type SingleScriptOutputType Modifier and Type Method Description ScriptOutputsTypeScriptOutputsType. output(SingleScriptOutputType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type SingleScriptOutputType Constructor Description SingleScriptOutputType(SingleScriptOutputType o)Creates a newSingleScriptOutputTypeinstance by deeply copying a givenSingleScriptOutputTypeinstance.
-