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 PanelCommandDirectoryPanel. 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 CommandTOCommandRestClient. 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 CommandOutputCommandRestClient. 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 CommandTOCommandWrapper. getCommand()Methods in org.apache.syncope.client.console.tasks with parameters of type CommandTO Modifier and Type Method Description CommandWrapperCommandWrapper. 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 WizardModelCommandWizardBuilder. buildModelSteps(CommandTO modelObject, WizardModel wizardModel)protected SerializableCommandWizardBuilder. 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 classCommandOutputFields in org.apache.syncope.common.lib.command declared as CommandTO Modifier and Type Field Description protected CommandTOCommandTO.Builder. instanceMethods in org.apache.syncope.common.lib.command that return CommandTO Modifier and Type Method Description CommandTOCommandTO.Builder. build()protected CommandTOCommandTO.Builder. getInstance()protected CommandTOCommandTO.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 CommandTOCommandService. 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 CommandOutputCommandService. 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 CommandTOCommandLogic. 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 StringCommandLogic. 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 CommandTOCommandServiceImpl. 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 CommandOutputCommandServiceImpl. run(CommandTO command)
-