Uses of Class
org.apache.syncope.common.lib.types.ExecStatus
-
-
Uses of ExecStatus in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status with parameters of type ExecStatus Modifier and Type Method Description static LabelStatusUtils. getStatusImage(String componentId, ExecStatus status)static PanelStatusUtils. getStatusImagePanel(String componentId, ExecStatus status) -
Uses of ExecStatus in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return ExecStatus Modifier and Type Method Description ExecStatusPropagationStatus. getStatus()Methods in org.apache.syncope.common.lib.to with parameters of type ExecStatus Modifier and Type Method Description voidPropagationStatus. setStatus(ExecStatus status) -
Uses of ExecStatus in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return ExecStatus Modifier and Type Method Description static ExecStatusExecStatus. fromHttpStatus(int httpStatus)static ExecStatusExecStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecStatus[]ExecStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecStatus in org.apache.syncope.common.rest.api.service
Method parameters in org.apache.syncope.common.rest.api.service with type arguments of type ExecStatus Modifier and Type Method Description javax.ws.rs.core.ResponseTaskService. purgePropagations(OffsetDateTime since, List<ExecStatus> statuses, List<String> resources)Deletes all the propagation tasks whose latest execution is matching the given conditions. -
Uses of ExecStatus in org.apache.syncope.core.logic
Method parameters in org.apache.syncope.core.logic with type arguments of type ExecStatus Modifier and Type Method Description List<PropagationTaskTO>TaskLogic. purgePropagations(OffsetDateTime since, List<ExecStatus> statuses, List<String> resources) -
Uses of ExecStatus in org.apache.syncope.core.persistence.api.dao
Method parameters in org.apache.syncope.core.persistence.api.dao with type arguments of type ExecStatus Modifier and Type Method Description List<PropagationTaskTO>TaskDAO. purgePropagations(OffsetDateTime since, List<ExecStatus> statuses, List<ExternalResource> externalResources) -
Uses of ExecStatus in org.apache.syncope.core.persistence.jpa.dao
Method parameters in org.apache.syncope.core.persistence.jpa.dao with type arguments of type ExecStatus Modifier and Type Method Description List<PropagationTaskTO>JPATaskDAO. purgePropagations(OffsetDateTime since, List<ExecStatus> statuses, List<ExternalResource> externalResources) -
Uses of ExecStatus in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type ExecStatus Modifier and Type Method Description voidPropagationReporter. onSuccessOrNonPriorityResourceFailures(PropagationTaskInfo taskInfo, ExecStatus execStatus, String failureReason, String fiql, ConnectorObject beforeObj, ConnectorObject afterObj)Report propagation status after executions in case of success or non-blocking failure (e.g. on non-priority resources). -
Uses of ExecStatus in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type ExecStatus Modifier and Type Method Description voidDefaultPropagationReporter. onSuccessOrNonPriorityResourceFailures(PropagationTaskInfo taskInfo, ExecStatus executionStatus, String failureReason, String fiql, ConnectorObject beforeObj, ConnectorObject afterObj) -
Uses of ExecStatus in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type ExecStatus Modifier and Type Method Description protected static ProvisioningReport.StatusAbstractPushResultHandler. toProvisioningReportStatus(ExecStatus status) -
Uses of ExecStatus in org.apache.syncope.core.rest.cxf.service
Method parameters in org.apache.syncope.core.rest.cxf.service with type arguments of type ExecStatus Modifier and Type Method Description javax.ws.rs.core.ResponseTaskServiceImpl. purgePropagations(OffsetDateTime since, List<ExecStatus> statuses, List<String> resources)
-