Uses of Class
org.apache.syncope.client.console.rest.CommandRestClient
-
-
Uses of CommandRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return CommandRestClient Modifier and Type Method Description CommandRestClient
IdRepoConsoleContext. commandRestClient()
-
Uses of CommandRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as CommandRestClient Modifier and Type Field Description protected CommandRestClient
CommandsPanel. commandRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type CommandRestClient Constructor Description CommandDirectoryPanel(String id, CommandRestClient restClient, PageReference pageRef)
-
Uses of CommandRestClient in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as CommandRestClient Modifier and Type Field Description protected CommandRestClient
CommandComposeDirectoryPanel. commandRestClient
protected CommandRestClient
CommandComposeWizardBuilder. commandRestClient
protected CommandRestClient
MacroTaskDirectoryPanel. commandRestClient
Constructors in org.apache.syncope.client.console.tasks with parameters of type CommandRestClient Constructor Description CommandComposeDirectoryPanel(String task, CommandRestClient restClient, BaseModal<MacroTaskTO> baseModal, PageReference pageRef)
CommandComposeWizardBuilder(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef)
-
Uses of CommandRestClient in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as CommandRestClient Modifier and Type Field Description protected CommandRestClient
CommandWizardBuilder. commandRestClient
Constructors in org.apache.syncope.client.console.wizards with parameters of type CommandRestClient Constructor Description CommandWizardBuilder(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef)
-