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 CommandOutputCommandRestClient. 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 CommandOutputCommandOutput.Builder. build()protected CommandOutputCommandOutput.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 CommandOutputCommandService. 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 CommandOutputCommandServiceImpl. run(CommandTO command)
-