Uses of Class
org.apache.syncope.common.lib.request.StatusR
-
-
Uses of StatusR in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status that return StatusR Modifier and Type Method Description static StatusR
StatusUtils. statusR(String key, StatusRType type, Collection<StatusBean> statuses)
-
Uses of StatusR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return StatusR Modifier and Type Method Description StatusR
StatusR.Builder. build()
protected StatusR
StatusR.Builder. getInstance()
protected StatusR
StatusR.Builder. newInstance()
-
Uses of StatusR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type StatusR Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfService. status(@NotNull StatusR statusR)
Self-perform a status update.javax.ws.rs.core.Response
UserService. status(@NotNull StatusR updateReq)
Performs a status update on given user. -
Uses of StatusR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type StatusR Modifier and Type Method Description Pair<UserUR,StatusR>
SCIMDataBinder. toUserUpdate(UserTO before, Collection<String> resources, SCIMPatchOperation op)
Methods in org.apache.syncope.core.logic with parameters of type StatusR Modifier and Type Method Description ProvisioningResult<UserTO>
UserLogic. selfStatus(StatusR statusR, boolean nullPriorityAsync)
protected Pair<String,List<PropagationStatus>>
UserLogic. setStatusOnWfAdapter(StatusR statusR, boolean nullPriorityAsync)
ProvisioningResult<UserTO>
UserLogic. status(StatusR statusR, boolean nullPriorityAsync)
-
Uses of StatusR in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type StatusR Modifier and Type Method Description Pair<String,List<PropagationStatus>>
UserProvisioningManager. activate(StatusR statusR, boolean nullPriorityAsync, String updater, String context)
Pair<String,List<PropagationStatus>>
UserProvisioningManager. reactivate(StatusR statusR, boolean nullPriorityAsync, String updater, String context)
Pair<String,List<PropagationStatus>>
UserProvisioningManager. suspend(StatusR statusR, boolean nullPriorityAsync, String updater, String context)
-
Uses of StatusR in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type StatusR Modifier and Type Method Description Pair<String,List<PropagationStatus>>
DefaultUserProvisioningManager. activate(StatusR statusR, boolean nullPriorityAsync, String updater, String context)
protected List<PropagationStatus>
DefaultUserProvisioningManager. propagateStatus(StatusR statusR, boolean nullPriorityAsync, String updater)
Pair<String,List<PropagationStatus>>
DefaultUserProvisioningManager. reactivate(StatusR statusR, boolean nullPriorityAsync, String updater, String context)
Pair<String,List<PropagationStatus>>
DefaultUserProvisioningManager. suspend(StatusR statusR, boolean nullPriorityAsync, String updater, String context)
-
Uses of StatusR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type StatusR Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfServiceImpl. status(StatusR statusR)
javax.ws.rs.core.Response
UserServiceImpl. status(StatusR statusR)
-