Uses of Class
org.apache.syncope.client.console.rest.CommandRestClient
Packages that use CommandRestClient
Package
Description
-
Uses of CommandRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return CommandRestClient -
Uses of CommandRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as CommandRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type CommandRestClientModifierConstructorDescriptionCommandDirectoryPanel
(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 CommandRestClientModifier and TypeFieldDescriptionprotected CommandRestClient
CommandComposeDirectoryPanel.commandRestClient
protected final CommandRestClient
CommandComposeWizardBuilder.commandRestClient
protected CommandRestClient
MacroTaskDirectoryPanel.commandRestClient
Constructors in org.apache.syncope.client.console.tasks with parameters of type CommandRestClientModifierConstructorDescriptionCommandComposeDirectoryPanel
(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 CommandRestClientModifier and TypeFieldDescriptionprotected final CommandRestClient
CommandWizardBuilder.commandRestClient
Constructors in org.apache.syncope.client.console.wizards with parameters of type CommandRestClientModifierConstructorDescriptionCommandWizardBuilder
(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef)