Uses of Class
org.apache.syncope.common.lib.to.MacroTaskTO
-
Packages that use MacroTaskTO Package Description org.apache.syncope.client.console.tasks org.apache.syncope.core.provisioning.java.data -
-
Uses of MacroTaskTO in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as MacroTaskTO Modifier and Type Field Description protected MacroTaskTO
FormPropertyDefsPanel. task
Fields in org.apache.syncope.client.console.tasks with type parameters of type MacroTaskTO Modifier and Type Field Description protected BaseModal<MacroTaskTO>
CommandComposeDirectoryPanel. baseModal
protected BaseModal<MacroTaskTO>
MacroTaskDirectoryPanel. execModal
protected BaseModal<MacroTaskTO>
MacroTaskDirectoryPanel. formPropertyDefModal
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type MacroTaskTO Modifier and Type Method Description ActionsPanel<MacroTaskTO>
MacroTaskDirectoryPanel. getActions(IModel<MacroTaskTO> model)
protected List<IColumn<MacroTaskTO,String>>
MacroTaskDirectoryPanel. getFieldColumns()
Methods in org.apache.syncope.client.console.tasks with parameters of type MacroTaskTO Modifier and Type Method Description protected WizardModel
MacroTaskExecWizardBuilder. buildModelSteps(MacroTaskTO modelObject, WizardModel wizardModel)
protected Serializable
MacroTaskExecWizardBuilder. onApplyInternal(MacroTaskTO modelObject)
protected void
MacroTaskDirectoryPanel. viewTaskExecs(MacroTaskTO taskTO, AjaxRequestTarget target)
Method parameters in org.apache.syncope.client.console.tasks with type arguments of type MacroTaskTO Modifier and Type Method Description protected void
MacroTaskDirectoryPanel. addFurtherActions(ActionsPanel<MacroTaskTO> panel, IModel<MacroTaskTO> model)
protected void
MacroTaskDirectoryPanel. addFurtherActions(ActionsPanel<MacroTaskTO> panel, IModel<MacroTaskTO> model)
ActionsPanel<MacroTaskTO>
MacroTaskDirectoryPanel. getActions(IModel<MacroTaskTO> model)
Constructors in org.apache.syncope.client.console.tasks with parameters of type MacroTaskTO Constructor Description FormPropertyDefsPanel(MacroTaskTO task, BaseModal<MacroTaskTO> modal, PageReference pageRef)
MacroTaskExecWizardBuilder(MacroTaskTO defaultItem, TaskRestClient taskRestClient, PageReference pageRef)
Constructor parameters in org.apache.syncope.client.console.tasks with type arguments of type MacroTaskTO Constructor Description CommandComposeDirectoryPanel(String task, CommandRestClient restClient, BaseModal<MacroTaskTO> baseModal, PageReference pageRef)
FormPropertyDefsPanel(MacroTaskTO task, BaseModal<MacroTaskTO> modal, PageReference pageRef)
-
Uses of MacroTaskTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type MacroTaskTO Modifier and Type Method Description protected void
TaskDataBinderImpl. fill(MacroTask macroTask, MacroTaskTO macroTaskTO)
-