Uses of Class
org.apache.syncope.common.lib.to.ImplementationTO
Packages that use ImplementationTO
Package
Description
-
Uses of ImplementationTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type ImplementationTOModifier and TypeMethodDescriptionIdMImplementationInfoProvider.getClasses
(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) IdRepoImplementationInfoProvider.getClasses
(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) ImplementationInfoProvider.getClasses
(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) IdMImplementationInfoProvider.getViewMode
(ImplementationTO implementation) IdRepoImplementationInfoProvider.getViewMode
(ImplementationTO implementation) ImplementationInfoProvider.getViewMode
(ImplementationTO implementation) -
Uses of ImplementationTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ImplementationTOModifier and TypeFieldDescriptionprotected final ImplementationTO
ImplementationModalPanel.implementation
Methods in org.apache.syncope.client.console.panels that return ImplementationTOMethods in org.apache.syncope.client.console.panels that return types with arguments of type ImplementationTOModifier and TypeMethodDescriptionprotected ActionsPanel
<ImplementationTO> ImplementationDirectoryPanel.getActions
(IModel<ImplementationTO> model) protected List
<IColumn<ImplementationTO, String>> ImplementationDirectoryPanel.getColumns()
ImplementationDirectoryPanel.ImplementationProvider.iterator
(long first, long count) ImplementationDirectoryPanel.ImplementationProvider.model
(ImplementationTO implementation) Methods in org.apache.syncope.client.console.panels with parameters of type ImplementationTOModifier and TypeMethodDescriptionImplementationDirectoryPanel.ImplementationProvider.model
(ImplementationTO implementation) Method parameters in org.apache.syncope.client.console.panels with type arguments of type ImplementationTOModifier and TypeMethodDescriptionprotected ActionsPanel
<ImplementationTO> ImplementationDirectoryPanel.getActions
(IModel<ImplementationTO> model) Constructors in org.apache.syncope.client.console.panels with parameters of type ImplementationTOModifierConstructorDescriptionImplementationEngineTogglePanel
(String id, ImplementationTO implementation, PageReference pageRef) ImplementationModalPanel
(BaseModal<ImplementationTO> modal, ImplementationTO implementation, PageReference pageRef) Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type ImplementationTOModifierConstructorDescriptionImplementationModalPanel
(BaseModal<ImplementationTO> modal, ImplementationTO implementation, PageReference pageRef) -
Uses of ImplementationTO in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies with type parameters of type ImplementationTOModifier and TypeFieldDescriptionprotected final IModel
<Map<String, ImplementationTO>> ProvisioningPolicyModalPanel.implementations
-
Uses of ImplementationTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ImplementationTOModifier and TypeMethodDescriptionMethods in org.apache.syncope.client.console.rest that return types with arguments of type ImplementationTOModifier and TypeMethodDescriptionMethods in org.apache.syncope.client.console.rest with parameters of type ImplementationTOModifier and TypeMethodDescriptionvoid
ImplementationRestClient.create
(ImplementationTO implementation) void
ImplementationRestClient.update
(ImplementationTO implementation) -
Uses of ImplementationTO in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks with type parameters of type ImplementationTOModifier and TypeFieldDescriptionprotected final LoadableDetachableModel
<List<ImplementationTO>> CommandComposeWizardBuilder.commands
-
Uses of ImplementationTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ImplementationTOModifier and TypeMethodDescriptionReturns implementation with matching type and key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ImplementationTOModifier and TypeMethodDescriptionReturns a list of all implementations of the given type.Methods in org.apache.syncope.common.rest.api.service with parameters of type ImplementationTOModifier and TypeMethodDescriptionImplementationService.create
(@NotNull ImplementationTO implementationTO) Creates a new implementation.ImplementationService.update
(@NotNull ImplementationTO implementationTO) Updates an existing implementation. -
Uses of ImplementationTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ImplementationTOModifier and TypeMethodDescriptionImplementationLogic.create
(ImplementationTO implementationTO) protected ImplementationTO
ImplementationLogic.resolveReference
(Method method, Object... args) ImplementationLogic.update
(ImplementationTO implementationTO) Methods in org.apache.syncope.core.logic that return types with arguments of type ImplementationTOMethods in org.apache.syncope.core.logic with parameters of type ImplementationTOModifier and TypeMethodDescriptionImplementationLogic.create
(ImplementationTO implementationTO) ImplementationLogic.update
(ImplementationTO implementationTO) -
Uses of ImplementationTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ImplementationTOModifier and TypeMethodDescriptionImplementationDataBinder.getImplementationTO
(Implementation implementation) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ImplementationTOModifier and TypeMethodDescriptionImplementationDataBinder.create
(ImplementationTO implementationTO) void
ImplementationDataBinder.update
(Implementation implementation, ImplementationTO implementationTO) -
Uses of ImplementationTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ImplementationTOModifier and TypeMethodDescriptionImplementationDataBinderImpl.getImplementationTO
(Implementation implementation) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationTOModifier and TypeMethodDescriptionImplementationDataBinderImpl.create
(ImplementationTO implementationTO) void
ImplementationDataBinderImpl.update
(Implementation implementation, ImplementationTO implementationTO) -
Uses of ImplementationTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ImplementationTOModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ImplementationTOModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service with parameters of type ImplementationTOModifier and TypeMethodDescriptionImplementationServiceImpl.create
(ImplementationTO implementationTO) ImplementationServiceImpl.update
(ImplementationTO implementationTO)