Uses of Class
org.apache.syncope.client.console.tasks.CommandWrapper
-
Packages that use CommandWrapper Package Description org.apache.syncope.client.console.tasks -
-
Uses of CommandWrapper in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return CommandWrapper Modifier and Type Method Description CommandWrapper
CommandWrapper. setCommand(CommandTO command)
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type CommandWrapper Modifier and Type Method Description ActionsPanel<CommandWrapper>
CommandComposeDirectoryPanel. getActions(IModel<CommandWrapper> model)
protected List<IColumn<CommandWrapper,String>>
CommandComposeDirectoryPanel. getColumns()
Iterator<CommandWrapper>
CommandComposeDirectoryPanel.CommandComposeDataProvider. iterator(long first, long count)
IModel<CommandWrapper>
CommandComposeDirectoryPanel.CommandComposeDataProvider. model(CommandWrapper object)
Methods in org.apache.syncope.client.console.tasks with parameters of type CommandWrapper Modifier and Type Method Description protected WizardModel
CommandComposeWizardBuilder. buildModelSteps(CommandWrapper modelObject, WizardModel wizardModel)
IModel<CommandWrapper>
CommandComposeDirectoryPanel.CommandComposeDataProvider. model(CommandWrapper object)
protected Serializable
CommandComposeWizardBuilder. onApplyInternal(CommandWrapper modelObject)
Method parameters in org.apache.syncope.client.console.tasks with type arguments of type CommandWrapper Modifier and Type Method Description ActionsPanel<CommandWrapper>
CommandComposeDirectoryPanel. getActions(IModel<CommandWrapper> model)
Constructors in org.apache.syncope.client.console.tasks with parameters of type CommandWrapper Constructor Description CommandArgs(CommandWrapper command)
CommandComposeWizardBuilder(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef)
Profile(CommandWrapper command)
-