Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CommandLineScriptType
-
Packages that use CommandLineScriptType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CommandLineScriptType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CommandLineScriptType Modifier and Type Method Description CommandLineScriptType
ReportType. beginPostReportScript()
CommandLineScriptType
CommandLineScriptType. clone()
Creates and returns a deep copy of this object.CommandLineScriptType
CommandLineScriptType. code(String value)
CommandLineScriptType
ObjectFactory. createCommandLineScriptType()
Create an instance ofCommandLineScriptType
CommandLineScriptType
CommandLineScriptType. executionMethod(CommandLineExecutionMethod value)
CommandLineScriptType
ReportType. getPostReportScript()
CommandLineScriptType
CommandLineScriptType. macro(ProvisioningScriptArgumentType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CommandLineScriptType Modifier and Type Method Description ReportType
ReportType. postReportScript(CommandLineScriptType value)
void
ReportType. setPostReportScript(CommandLineScriptType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CommandLineScriptType Constructor Description CommandLineScriptType(CommandLineScriptType o)
Creates a newCommandLineScriptType
instance by deeply copying a givenCommandLineScriptType
instance.
-