Uses of Class
org.apache.syncope.common.lib.to.ImplementationTO
-
-
Uses of ImplementationTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type ImplementationTO Modifier and Type Method Description List<String>IdMImplementationInfoProvider. getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)List<String>IdRepoImplementationInfoProvider. getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)List<String>ImplementationInfoProvider. getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)ImplementationInfoProvider.ViewModeIdMImplementationInfoProvider. getViewMode(ImplementationTO implementation)ImplementationInfoProvider.ViewModeIdRepoImplementationInfoProvider. getViewMode(ImplementationTO implementation)ImplementationInfoProvider.ViewModeImplementationInfoProvider. getViewMode(ImplementationTO implementation) -
Uses of ImplementationTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ImplementationTO Modifier and Type Field Description protected ImplementationTOImplementationModalPanel. implementationMethods in org.apache.syncope.client.console.panels that return ImplementationTO Modifier and Type Method Description ImplementationTOImplementationModalPanel. getItem()Methods in org.apache.syncope.client.console.panels that return types with arguments of type ImplementationTO Modifier and Type Method Description protected ActionsPanel<ImplementationTO>ImplementationDirectoryPanel. getActions(IModel<ImplementationTO> model)protected List<IColumn<ImplementationTO,String>>ImplementationDirectoryPanel. getColumns()Iterator<ImplementationTO>ImplementationDirectoryPanel.ImplementationProvider. iterator(long first, long count)IModel<ImplementationTO>ImplementationDirectoryPanel.ImplementationProvider. model(ImplementationTO implementation)Methods in org.apache.syncope.client.console.panels with parameters of type ImplementationTO Modifier and Type Method Description IModel<ImplementationTO>ImplementationDirectoryPanel.ImplementationProvider. model(ImplementationTO implementation)Method parameters in org.apache.syncope.client.console.panels with type arguments of type ImplementationTO Modifier and Type Method Description protected ActionsPanel<ImplementationTO>ImplementationDirectoryPanel. getActions(IModel<ImplementationTO> model)Constructors in org.apache.syncope.client.console.panels with parameters of type ImplementationTO Constructor Description ImplementationEngineTogglePanel(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 ImplementationTO Constructor Description ImplementationModalPanel(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 ImplementationTO Modifier and Type Field Description protected 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 ImplementationTO Modifier and Type Method Description ImplementationTOImplementationRestClient. read(String type, String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>ImplementationRestClient. list(String type)Methods in org.apache.syncope.client.console.rest with parameters of type ImplementationTO Modifier and Type Method Description voidImplementationRestClient. create(ImplementationTO implementation)voidImplementationRestClient. 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 ImplementationTO Modifier and Type Field Description protected 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 ImplementationTO Modifier and Type Method Description ImplementationTOImplementationService. read(@NotNull String type, @NotNull String key)Returns implementation with matching type and key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>ImplementationService. list(@NotNull String type)Returns a list of all implementations of the given type.Methods in org.apache.syncope.common.rest.api.service with parameters of type ImplementationTO Modifier and Type Method Description javax.ws.rs.core.ResponseImplementationService. create(@NotNull ImplementationTO implementationTO)Creates a new implementation.javax.ws.rs.core.ResponseImplementationService. 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 ImplementationTO Modifier and Type Method Description ImplementationTOImplementationLogic. create(ImplementationTO implementationTO)ImplementationTOImplementationLogic. read(String type, String key)protected ImplementationTOImplementationLogic. resolveReference(Method method, Object... args)ImplementationTOImplementationLogic. update(ImplementationTO implementationTO)Methods in org.apache.syncope.core.logic that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>ImplementationLogic. list(String type)Methods in org.apache.syncope.core.logic with parameters of type ImplementationTO Modifier and Type Method Description ImplementationTOImplementationLogic. create(ImplementationTO implementationTO)ImplementationTOImplementationLogic. 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 ImplementationTO Modifier and Type Method Description ImplementationTOImplementationDataBinder. getImplementationTO(Implementation implementation)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ImplementationTO Modifier and Type Method Description ImplementationImplementationDataBinder. create(ImplementationTO implementationTO)voidImplementationDataBinder. 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 ImplementationTO Modifier and Type Method Description ImplementationTOImplementationDataBinderImpl. getImplementationTO(Implementation implementation)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationTO Modifier and Type Method Description ImplementationImplementationDataBinderImpl. create(ImplementationTO implementationTO)voidImplementationDataBinderImpl. 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 ImplementationTO Modifier and Type Method Description ImplementationTOImplementationServiceImpl. read(String type, String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>ImplementationServiceImpl. list(String type)Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ImplementationTO Modifier and Type Method Description javax.ws.rs.core.ResponseImplementationServiceImpl. create(ImplementationTO implementationTO)javax.ws.rs.core.ResponseImplementationServiceImpl. update(ImplementationTO implementationTO)
-