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 TemplatableTO
TemplatesTogglePanel. targetObject
Methods in org.apache.syncope.client.console.tasks with parameters of type TemplatableTO Modifier and Type Method Description protected 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 TemplatableTO Modifier and Type Field Description protected TemplatableTO
AnyObjectTemplateWizardBuilder. templatable
protected TemplatableTO
GroupTemplateWizardBuilder. templatable
protected TemplatableTO
UserTemplateWizardBuilder. templatable
Constructors 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 class
PullTaskTO
class
RealmTO
-