Class IdMAnyDirectoryPanelAdditionalActionsProvider
java.lang.Object
org.apache.syncope.client.console.commons.IdMAnyDirectoryPanelAdditionalActionsProvider
- All Implemented Interfaces:
Serializable,AnyDirectoryPanelAdditionalActionsProvider
public class IdMAnyDirectoryPanelAdditionalActionsProvider
extends Object
implements AnyDirectoryPanelAdditionalActionsProvider
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ImplementationRestClientprotected final ReconciliationRestClient -
Constructor Summary
ConstructorsConstructorDescriptionIdMAnyDirectoryPanelAdditionalActionsProvider(ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(AnyDirectoryPanel<?, ?> panel, BaseModal<?> modal, boolean wizardInModal, WebMarkupContainer container, String type, String realm, Model<String> fiql, int rows, List<String> pSchemaNames, List<String> dSchemaNames, PageReference pageRef) protected AnyQuerycsvAnyQuery(String realm, String fiql, int rows, AnyDataProvider<?> dataProvider) protected CSVPullSpeccsvPullSpec(String type, String realm) protected CSVPushSpecvoidhide()
-
Field Details
-
csvPushLink
-
csvPullLink
-
reconciliationRestClient
-
implementationRestClient
-
-
Constructor Details
-
IdMAnyDirectoryPanelAdditionalActionsProvider
public IdMAnyDirectoryPanelAdditionalActionsProvider(ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient)
-
-
Method Details
-
add
public void add(AnyDirectoryPanel<?, ?> panel, BaseModal<?> modal, boolean wizardInModal, WebMarkupContainer container, String type, String realm, Model<String> fiql, int rows, List<String> pSchemaNames, List<String> dSchemaNames, PageReference pageRef) - Specified by:
addin interfaceAnyDirectoryPanelAdditionalActionsProvider
-
csvPushSpec
-
csvPullSpec
-
csvAnyQuery
protected AnyQuery csvAnyQuery(String realm, String fiql, int rows, AnyDataProvider<?> dataProvider) -
hide
public void hide()- Specified by:
hidein interfaceAnyDirectoryPanelAdditionalActionsProvider
-