Uses of Class
org.apache.syncope.client.console.rest.AnyObjectRestClient
Packages that use AnyObjectRestClient
Package
Description
-
Uses of AnyObjectRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return AnyObjectRestClient -
Uses of AnyObjectRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AnyObjectRestClientModifier and TypeFieldDescriptionprotected AnyObjectRestClient
AnyPanel.anyObjectRestClient
protected AnyObjectRestClient
GroupDirectoryPanel.anyObjectRestClient
protected AnyObjectRestClient
RemediationDirectoryPanel.anyObjectRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type AnyObjectRestClientModifierConstructorDescriptionBuilder
(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 AnyObjectRestClientModifierConstructorDescriptionBuilder
(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 AnyObjectRestClientModifier and TypeFieldDescriptionprotected 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 AnyObjectRestClientModifier and TypeFieldDescriptionprotected 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 AnyObjectRestClientModifier and TypeFieldDescriptionprotected AnyObjectRestClient
AnyObjectWizardBuilder.anyObjectRestClient
protected AnyObjectRestClient
Relationships.anyObjectRestClient
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AnyObjectRestClientModifierConstructorDescriptionAnyObjectTemplateWizardBuilder
(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)