Uses of Class
org.apache.syncope.client.console.wicket.markup.html.form.ActionLink.ActionType
-
-
Uses of ActionLink.ActionType in org.apache.syncope.client.console.authprofiles
Methods in org.apache.syncope.client.console.authprofiles that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>AuthProfileDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>AuthProfileItemDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.batch
Constructor parameters in org.apache.syncope.client.console.batch with type arguments of type ActionLink.ActionType Constructor Description BatchContent(String id, List<T> items, List<IColumn<T,S>> columns, Collection<ActionLink.ActionType> actions, RestClient batchExecutor, String keyFieldName)BatchContent(List<T> items, List<IColumn<T,S>> columns, Collection<ActionLink.ActionType> actions, RestClient batchExecutor, String keyFieldName)BatchModal(BaseModal<T> modal, PageReference pageRef, List<T> items, List<IColumn<T,S>> columns, Collection<ActionLink.ActionType> actions, RestClient batchExecutor, String keyFieldName) -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.clientapps
Methods in org.apache.syncope.client.console.clientapps that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>ClientAppDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.notifications
Methods in org.apache.syncope.client.console.notifications that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>MailTemplateDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>NotificationDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels with parameters of type ActionLink.ActionType Modifier and Type Method Description voidActionDataTablePanel. addAction(ActionLink<Serializable> action, ActionLink.ActionType type, String entitlements)ListViewPanel.Builder<T>ListViewPanel.Builder. addAction(ActionLink<T> link, ActionLink.ActionType type, String entitlements)Add item action (the given order is ignored.ListViewPanel.Builder<T>ListViewPanel.Builder. addAction(ActionLink<T> link, ActionLink.ActionType type, String entitlements, boolean onConfirm)Add item action (the given order is ignored.AjaxDataTablePanel.Builder<T,S>AjaxDataTablePanel.Builder. addBatch(ActionLink.ActionType actionType)Method parameters in org.apache.syncope.client.console.panels with type arguments of type ActionLink.ActionType Modifier and Type Method Description AjaxDataTablePanel.Builder<T,S>AjaxDataTablePanel.Builder. setBatches(Collection<ActionLink.ActionType> batches, RestClient batchExecutor, String itemKeyField) -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.panels.search
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>AnySelectionDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>FIQLQueryDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.policies
Methods in org.apache.syncope.client.console.policies that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>PolicyDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>PolicyRuleDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.reports
Methods in org.apache.syncope.client.console.reports that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>ReportDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.status
Methods in org.apache.syncope.client.console.status that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>AnyStatusDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>ResourceStatusDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>CommandComposeDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>ExecutionsDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>NotificationTaskDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>PropagationTaskDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>SchedTaskDirectoryPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.wicket.markup.html.form
Methods in org.apache.syncope.client.console.wicket.markup.html.form that return ActionLink.ActionType Modifier and Type Method Description ActionLink.ActionTypeAction. getType()static ActionLink.ActionTypeActionLink.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionLink.ActionType[]ActionLink.ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.client.console.wicket.markup.html.form with parameters of type ActionLink.ActionType Modifier and Type Method Description Action<T>ActionsPanel. add(ActionLink<T> link, ActionLink.ActionType type, String entitlements)Action<T>ActionsPanel. add(ActionLink<T> link, ActionLink.ActionType type, String entitlements, boolean onConfirm)Constructors in org.apache.syncope.client.console.wicket.markup.html.form with parameters of type ActionLink.ActionType Constructor Description Action(ActionLink<T> link, ActionLink.ActionType type) -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.widgets
Methods in org.apache.syncope.client.console.widgets that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>JobWidget.AvailableJobsPanel. getBatches() -
Uses of ActionLink.ActionType in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type ActionLink.ActionType Modifier and Type Method Description protected Collection<ActionLink.ActionType>MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel. getBatches()protected Collection<ActionLink.ActionType>MergeLinkedAccountsReviewPanel.LinkedAccountsReviewDirectoryPanel. getBatches()
-