Uses of Class
org.apache.syncope.client.console.rest.AnyObjectRestClient
-
-
Uses of AnyObjectRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return AnyObjectRestClient Modifier and Type Method Description AnyObjectRestClient
IdRepoConsoleContext. anyObjectRestClient()
-
Uses of AnyObjectRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AnyObjectRestClient Modifier and Type Field Description protected AnyObjectRestClient
AnyPanel. anyObjectRestClient
protected AnyObjectRestClient
GroupDirectoryPanel. anyObjectRestClient
protected AnyObjectRestClient
RemediationDirectoryPanel. anyObjectRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type AnyObjectRestClient Constructor Description Builder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef)
-
Uses of AnyObjectRestClient in org.apache.syncope.client.console.panels.search
Constructors in org.apache.syncope.client.console.panels.search with parameters of type AnyObjectRestClient Constructor Description Builder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef)
-
Uses of AnyObjectRestClient in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as AnyObjectRestClient Modifier and Type Field Description protected AnyObjectRestClient
AnyStatusDirectoryPanel. anyObjectRestClient
protected AnyObjectRestClient
ResourceStatusDirectoryPanel. anyObjectRestClient
-
Uses of AnyObjectRestClient in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as AnyObjectRestClient Modifier and Type Field Description protected AnyObjectRestClient
TemplatesTogglePanel. anyObjectRestClient
-
Uses of AnyObjectRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as AnyObjectRestClient Modifier and Type Field Description protected AnyObjectRestClient
AnyObjectWizardBuilder. anyObjectRestClient
protected AnyObjectRestClient
Relationships. anyObjectRestClient
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AnyObjectRestClient Constructor Description AnyObjectTemplateWizardBuilder(TemplatableTO templatable, String anyType, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef)
AnyObjectWizardBuilder(AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef)
-