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 CommandRestClientIdRepoConsoleContext. 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 CommandRestClientCommandsPanel. commandRestClientConstructors 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 CommandRestClientCommandComposeDirectoryPanel. commandRestClientprotected CommandRestClientCommandComposeWizardBuilder. commandRestClientprotected CommandRestClientMacroTaskDirectoryPanel. commandRestClientConstructors 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 CommandRestClientCommandWizardBuilder. commandRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type CommandRestClient Constructor Description CommandWizardBuilder(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef)
-