Uses of Class
org.apache.syncope.common.lib.command.CommandOutput
-
-
Uses of CommandOutput in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return CommandOutput Modifier and Type Method Description CommandOutput
CommandRestClient. run(CommandTO command)
-
Uses of CommandOutput in org.apache.syncope.common.lib.command
Methods in org.apache.syncope.common.lib.command that return CommandOutput Modifier and Type Method Description CommandOutput
CommandOutput.Builder. build()
protected CommandOutput
CommandOutput.Builder. newInstance()
-
Uses of CommandOutput in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return CommandOutput Modifier and Type Method Description CommandOutput
CommandService. run(CommandTO command)
Runs the given command with the given arguments and returns the resulting output. -
Uses of CommandOutput in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return CommandOutput Modifier and Type Method Description CommandOutput
CommandServiceImpl. run(CommandTO command)
-