Uses of Class
org.apache.syncope.common.lib.to.RemediationTO
-
-
Uses of RemediationTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type RemediationTO Modifier and Type Method Description protected ActionsPanel<RemediationTO>
RemediationDirectoryPanel. getActions(IModel<RemediationTO> model)
protected List<IColumn<RemediationTO,String>>
RemediationDirectoryPanel. getColumns()
Iterator<RemediationTO>
RemediationDirectoryPanel.RemediationProvider. iterator(long first, long count)
IModel<RemediationTO>
RemediationDirectoryPanel.RemediationProvider. model(RemediationTO remediation)
Methods in org.apache.syncope.client.console.panels with parameters of type RemediationTO Modifier and Type Method Description IModel<RemediationTO>
RemediationDirectoryPanel.RemediationProvider. model(RemediationTO remediation)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type RemediationTO Modifier and Type Method Description protected ActionsPanel<RemediationTO>
RemediationDirectoryPanel. getActions(IModel<RemediationTO> model)
-
Uses of RemediationTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return RemediationTO Modifier and Type Method Description RemediationTO
RemediationRestClient. getRemediation(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type RemediationTO Modifier and Type Method Description List<RemediationTO>
RemediationRestClient. getRemediations(int page, int size, SortParam<String> sort)
-
Uses of RemediationTO in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets with type parameters of type RemediationTO Modifier and Type Field Description protected List<RemediationTO>
RemediationsWidget. lastRemediations
Methods in org.apache.syncope.client.console.widgets that return types with arguments of type RemediationTO Modifier and Type Method Description protected IModel<List<RemediationTO>>
RemediationsWidget. getLatestAlerts()
-
Uses of RemediationTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return RemediationTO Modifier and Type Method Description RemediationTO
RemediationService. read(@NotNull String key)
Returns remediation with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type RemediationTO Modifier and Type Method Description PagedResult<RemediationTO>
RemediationService. list(RemediationQuery query)
Returns a list of all remediations. -
Uses of RemediationTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return RemediationTO Modifier and Type Method Description RemediationTO
RemediationLogic. read(String key)
protected RemediationTO
RemediationLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type RemediationTO Modifier and Type Method Description Pair<Integer,List<RemediationTO>>
RemediationLogic. list(OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)
-
Uses of RemediationTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return RemediationTO Modifier and Type Method Description RemediationTO
RemediationDataBinder. getRemediationTO(Remediation remediation)
-
Uses of RemediationTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return RemediationTO Modifier and Type Method Description RemediationTO
RemediationDataBinderImpl. getRemediationTO(Remediation remediation)
-
Uses of RemediationTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return RemediationTO Modifier and Type Method Description RemediationTO
RemediationServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type RemediationTO Modifier and Type Method Description PagedResult<RemediationTO>
RemediationServiceImpl. list(RemediationQuery query)
-