Uses of Class
org.apache.syncope.common.lib.command.CommandTO
-
-
Uses of CommandTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type CommandTO Modifier and Type Method Description protected ActionsPanel<CommandTO>
CommandDirectoryPanel. getActions(IModel<CommandTO> model)
protected List<IColumn<CommandTO,String>>
CommandDirectoryPanel. getColumns()
Iterator<CommandTO>
CommandDirectoryPanel.CommandDataProvider. iterator(long first, long count)
IModel<CommandTO>
CommandDirectoryPanel.CommandDataProvider. model(CommandTO object)
Methods in org.apache.syncope.client.console.panels with parameters of type CommandTO Modifier and Type Method Description protected Panel
CommandDirectoryPanel. customResultBody(String panelId, CommandTO item, Serializable result)
IModel<CommandTO>
CommandDirectoryPanel.CommandDataProvider. model(CommandTO object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type CommandTO Modifier and Type Method Description protected ActionsPanel<CommandTO>
CommandDirectoryPanel. getActions(IModel<CommandTO> model)
-
Uses of CommandTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return CommandTO Modifier and Type Method Description CommandTO
CommandRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type CommandTO Modifier and Type Method Description List<CommandTO>
CommandRestClient. search(int page, int size, String keyword)
Methods in org.apache.syncope.client.console.rest with parameters of type CommandTO Modifier and Type Method Description CommandOutput
CommandRestClient. run(CommandTO command)
-
Uses of CommandTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return CommandTO Modifier and Type Method Description CommandTO
CommandWrapper. getCommand()
Methods in org.apache.syncope.client.console.tasks with parameters of type CommandTO Modifier and Type Method Description CommandWrapper
CommandWrapper. setCommand(CommandTO command)
-
Uses of CommandTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type CommandTO Modifier and Type Method Description protected WizardModel
CommandWizardBuilder. buildModelSteps(CommandTO modelObject, WizardModel wizardModel)
protected Serializable
CommandWizardBuilder. onApplyInternal(CommandTO modelObject)
Constructors in org.apache.syncope.client.console.wizards with parameters of type CommandTO Constructor Description CommandArgs(CommandTO command)
CommandWizardBuilder(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef)
-
Uses of CommandTO in org.apache.syncope.common.lib.command
Subclasses of CommandTO in org.apache.syncope.common.lib.command Modifier and Type Class Description class
CommandOutput
Fields in org.apache.syncope.common.lib.command declared as CommandTO Modifier and Type Field Description protected CommandTO
CommandTO.Builder. instance
Methods in org.apache.syncope.common.lib.command that return CommandTO Modifier and Type Method Description CommandTO
CommandTO.Builder. build()
protected CommandTO
CommandTO.Builder. getInstance()
protected CommandTO
CommandTO.Builder. newInstance()
Constructors in org.apache.syncope.common.lib.command with parameters of type CommandTO Constructor Description Builder(CommandTO commandTO)
-
Uses of CommandTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type CommandTO Modifier and Type Method Description List<CommandTO>
MacroTaskTO. getCommands()
-
Uses of CommandTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return CommandTO Modifier and Type Method Description CommandTO
CommandService. read(String key)
Returns the command for the given key, if found.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type CommandTO Modifier and Type Method Description PagedResult<CommandTO>
CommandService. search(CommandQuery query)
Returns a paged list of all commands.Methods in org.apache.syncope.common.rest.api.service with parameters of type CommandTO 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 CommandTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return CommandTO Modifier and Type Method Description CommandTO
CommandLogic. read(String key)
Methods in org.apache.syncope.core.logic that return types with arguments of type CommandTO Modifier and Type Method Description Pair<Integer,List<CommandTO>>
CommandLogic. search(int page, int size, String keyword)
Methods in org.apache.syncope.core.logic with parameters of type CommandTO Modifier and Type Method Description String
CommandLogic. run(CommandTO command)
-
Uses of CommandTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return CommandTO Modifier and Type Method Description CommandTO
CommandServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type CommandTO Modifier and Type Method Description PagedResult<CommandTO>
CommandServiceImpl. search(CommandQuery query)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type CommandTO Modifier and Type Method Description CommandOutput
CommandServiceImpl. run(CommandTO command)
-