Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CommandLineScriptType
-
Packages that use CommandLineScriptType Package Description com.evolveum.midpoint.repo.common.commandline com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CommandLineScriptType in com.evolveum.midpoint.repo.common.commandline
Methods in com.evolveum.midpoint.repo.common.commandline with parameters of type CommandLineScriptType Modifier and Type Method Description voidCommandLineScriptExecutor. executeScript(CommandLineScriptType scriptType, VariablesMap variables, String shortDesc, Task task, OperationResult parentResult) -
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 CommandLineScriptTypeReportType. beginPostReportScript()CommandLineScriptTypeCommandLineScriptType. clone()CommandLineScriptTypeCommandLineScriptType. code(String value)CommandLineScriptTypeObjectFactory. createCommandLineScriptType()CommandLineScriptTypeCommandLineScriptType. executionMethod(CommandLineExecutionMethod value)CommandLineScriptTypeReportType. getPostReportScript()CommandLineScriptTypeCommandLineScriptType. macro(ProvisioningScriptArgumentType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CommandLineScriptType Modifier and Type Method Description ReportTypeReportType. postReportScript(CommandLineScriptType value)voidReportType. setPostReportScript(CommandLineScriptType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CommandLineScriptType Constructor Description CommandLineScriptType(CommandLineScriptType other)
-