Uses of Interface
org.apache.syncope.common.lib.to.TemplatableTO
Packages that use TemplatableTO
Package
Description
-
Uses of TemplatableTO in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as TemplatableTOMethods in org.apache.syncope.client.console.tasks with parameters of type TemplatableTOModifier and TypeMethodDescriptionprotected abstract Serializable
TemplatesTogglePanel.onApplyInternal
(TemplatableTO targetObject, String type, AnyTO anyTO) void
TemplatesTogglePanel.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 TemplatableTOModifier and TypeFieldDescriptionprotected final TemplatableTO
AnyObjectTemplateWizardBuilder.templatable
protected final TemplatableTO
GroupTemplateWizardBuilder.templatable
protected final TemplatableTO
UserTemplateWizardBuilder.templatable
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type TemplatableTOModifierConstructorDescriptionAnyObjectTemplateWizardBuilder
(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