Uses of Interface
org.apache.syncope.client.console.rest.ExecutionRestClient
-
-
Uses of ExecutionRestClient in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return ExecutionRestClient Modifier and Type Method Description protected abstract ExecutionRestClient
StartAtTogglePanel. getRestClient()
-
Uses of ExecutionRestClient in org.apache.syncope.client.console.reports
Methods in org.apache.syncope.client.console.reports that return ExecutionRestClient Modifier and Type Method Description protected ExecutionRestClient
ReportStartAtTogglePanel. getRestClient()
-
Uses of ExecutionRestClient in org.apache.syncope.client.console.rest
Classes in org.apache.syncope.client.console.rest that implement ExecutionRestClient Modifier and Type Class Description class
ReportRestClient
class
TaskRestClient
Console client for invoking Rest Tasks services. -
Uses of ExecutionRestClient in org.apache.syncope.client.console.tasks
Constructors in org.apache.syncope.client.console.tasks with parameters of type ExecutionRestClient Constructor Description ExecutionsDirectoryPanel(MultilevelPanel multiLevelPanelRef, String key, ExecutionRestClient executionRestClient, PageReference pageRef)
-