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 AnyObjectRestClientIdRepoConsoleContext. 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 AnyObjectRestClientAnyPanel. anyObjectRestClientprotected AnyObjectRestClientGroupDirectoryPanel. anyObjectRestClientprotected AnyObjectRestClientRemediationDirectoryPanel. anyObjectRestClientConstructors 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 AnyObjectRestClientAnyStatusDirectoryPanel. anyObjectRestClientprotected AnyObjectRestClientResourceStatusDirectoryPanel. 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 AnyObjectRestClientTemplatesTogglePanel. 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 AnyObjectRestClientAnyObjectWizardBuilder. anyObjectRestClientprotected AnyObjectRestClientRelationships. anyObjectRestClientConstructors 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)
-