Uses of Class
org.apache.syncope.common.lib.command.CommandArgs
Packages that use CommandArgs
Package
Description
-
Uses of CommandArgs in org.apache.syncope.common.lib.command
Methods in org.apache.syncope.common.lib.command that return CommandArgsMethods in org.apache.syncope.common.lib.command with parameters of type CommandArgsModifier and TypeMethodDescriptionCommandOutput.Builder.args(CommandArgs args) CommandTO.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 CommandArgsMethods in org.apache.syncope.core.persistence.api.entity.task with parameters of type CommandArgs -
Uses of CommandArgs in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return CommandArgsMethods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type CommandArgs -
Uses of CommandArgs in org.apache.syncope.core.persistence.neo4j.entity.task
Methods in org.apache.syncope.core.persistence.neo4j.entity.task that return CommandArgsMethods in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type CommandArgs -
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 CommandArgsMethods in org.apache.syncope.core.provisioning.api.macro with parameters of type CommandArgsModifier and TypeMethodDescriptiondefault voidMacroActions.afterCommand(Command<CommandArgs> command, CommandArgs args, Command.Result result) default voidMacroActions.beforeCommand(Command<CommandArgs> command, CommandArgs args) Method parameters in org.apache.syncope.core.provisioning.api.macro with type arguments of type CommandArgsModifier and TypeMethodDescriptiondefault voidMacroActions.afterCommand(Command<CommandArgs> command, CommandArgs args, Command.Result result) 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 CommandArgsModifier and TypeMethodDescriptionprotected voidMacroJobDelegate.run(List<Pair<Command<CommandArgs>, CommandArgs>> commands, Optional<MacroActions> actions, Map<String, Serializable> ctx, StringBuilder output, boolean dryRun) protected voidMacroJobDelegate.run(List<Pair<Command<CommandArgs>, CommandArgs>> commands, Optional<MacroActions> actions, Map<String, Serializable> ctx, StringBuilder output, boolean dryRun) -
Uses of CommandArgs in org.apache.syncope.core.spring.implementation
Methods in org.apache.syncope.core.spring.implementation that return CommandArgsModifier and TypeMethodDescriptionstatic CommandArgsImplementationManager.emptyArgs(Implementation impl) -
Uses of CommandArgs in org.apache.syncope.fit.core.reference
Subclasses of CommandArgs in org.apache.syncope.fit.core.reference