Uses of Interface
org.apache.syncope.common.lib.to.TemplatableTO
-
Packages that use TemplatableTO Package Description org.apache.syncope.client.console.tasks org.apache.syncope.client.console.wizards.any org.apache.syncope.common.lib.to -
-
Uses of TemplatableTO in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as TemplatableTO Modifier and Type Field Description protected TemplatableTOTemplatesTogglePanel. targetObjectMethods in org.apache.syncope.client.console.tasks with parameters of type TemplatableTO Modifier and Type Method Description protected abstract SerializableTemplatesTogglePanel. onApplyInternal(TemplatableTO targetObject, String type, AnyTO anyTO)voidTemplatesTogglePanel. setTargetObject(TemplatableTO targetObject) -
Uses of TemplatableTO in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as TemplatableTO Modifier and Type Field Description protected TemplatableTOAnyObjectTemplateWizardBuilder. templatableprotected TemplatableTOGroupTemplateWizardBuilder. templatableprotected TemplatableTOUserTemplateWizardBuilder. templatableConstructors in org.apache.syncope.client.console.wizards.any with parameters of type TemplatableTO Constructor Description AnyObjectTemplateWizardBuilder(TemplatableTO templatable, String anyType, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef)GroupTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef)UserTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) -
Uses of TemplatableTO in org.apache.syncope.common.lib.to
Classes in org.apache.syncope.common.lib.to that implement TemplatableTO Modifier and Type Class Description classPullTaskTOclassRealmTO
-