Uses of Class
org.apache.syncope.common.lib.command.CommandArgs
-
-
Uses of CommandArgs in org.apache.syncope.common.lib.command
Methods in org.apache.syncope.common.lib.command that return CommandArgs Modifier and Type Method Description CommandArgsCommandTO. getArgs()Methods in org.apache.syncope.common.lib.command with parameters of type CommandArgs Modifier and Type Method Description CommandOutput.BuilderCommandOutput.Builder. args(CommandArgs args)CommandTO.BuilderCommandTO.Builder. args(CommandArgs args)voidCommandTO. setArgs(CommandArgs args) -
Uses of CommandArgs in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return CommandArgs Modifier and Type Method Description CommandArgsMacroTaskCommand. getArgs()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type CommandArgs Modifier and Type Method Description voidMacroTaskCommand. setArgs(CommandArgs args) -
Uses of CommandArgs in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return CommandArgs Modifier and Type Method Description CommandArgsJPAMacroTaskCommand. getArgs()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type CommandArgs Modifier and Type Method Description voidJPAMacroTaskCommand. setArgs(CommandArgs args) -
Uses of CommandArgs in org.apache.syncope.core.provisioning.api.macro
Classes in org.apache.syncope.core.provisioning.api.macro with type parameters of type CommandArgs Modifier and Type Interface Description interfaceCommand<A extends CommandArgs>Methods in org.apache.syncope.core.provisioning.api.macro with parameters of type CommandArgs Modifier and Type Method Description default voidMacroActions. afterCommand(Command<CommandArgs> command, CommandArgs args, String output)default voidMacroActions. beforeCommand(Command<CommandArgs> command, CommandArgs args)Method parameters in org.apache.syncope.core.provisioning.api.macro with type arguments of type CommandArgs Modifier and Type Method Description default voidMacroActions. afterCommand(Command<CommandArgs> command, CommandArgs args, String output)default voidMacroActions. beforeCommand(Command<CommandArgs> command, CommandArgs args) -
Uses of CommandArgs in org.apache.syncope.core.provisioning.java.job
Method parameters in org.apache.syncope.core.provisioning.java.job with type arguments of type CommandArgs Modifier and Type Method Description protected StringMacroJobDelegate. run(List<Pair<Command<CommandArgs>,CommandArgs>> commands, Optional<MacroActions> actions, StringBuilder output, boolean dryRun)protected StringMacroJobDelegate. run(List<Pair<Command<CommandArgs>,CommandArgs>> commands, Optional<MacroActions> actions, StringBuilder output, boolean dryRun) -
Uses of CommandArgs in org.apache.syncope.core.spring.implementation
Methods in org.apache.syncope.core.spring.implementation that return CommandArgs Modifier and Type Method Description static CommandArgsImplementationManager. emptyArgs(Implementation impl) -
Uses of CommandArgs in org.apache.syncope.fit.core.reference
Subclasses of CommandArgs in org.apache.syncope.fit.core.reference Modifier and Type Class Description classTestCommandArgs
-