Uses of Enum Class
edu.internet2.middleware.grouperClient.jdbc.tableSync.GcGrouperSyncErrorCode
Packages that use GcGrouperSyncErrorCode
Package
Description
-
Uses of GcGrouperSyncErrorCode in edu.internet2.middleware.grouper.app.provisioning
Methods in edu.internet2.middleware.grouper.app.provisioning that return GcGrouperSyncErrorCodeModifier and TypeMethodDescriptionProvisioningUpdatableWrapper.getErrorCode()if this object should not be provisioned because there is an error, list it hereMethods in edu.internet2.middleware.grouper.app.provisioning with parameters of type GcGrouperSyncErrorCodeModifier and TypeMethodDescriptionvoidGrouperProvisioningValidation.assignEntityError(ProvisioningEntityWrapper provisioningMemberWrapper, GcGrouperSyncErrorCode errorCode, String errorMessage) assign error message to wrapper and sync objectvoidGrouperProvisioningValidation.assignGroupError(ProvisioningGroupWrapper provisioningGroupWrapper, GcGrouperSyncErrorCode errorCode, String errorMessage) assign error message to wrapper and sync objectvoidGrouperProvisioningValidation.assignMembershipError(ProvisioningMembershipWrapper provisioningMembershipWrapper, GcGrouperSyncErrorCode errorCode, String errorMessage) assign error message to wrapper and sync objectbooleanGrouperProvisioningLogic.errorHandlingHandleError(Map<MultiKey, Integer> objectTypeErrorCodeToCount, ProvisioningUpdatableWrapper provisioningUpdatableWrapper, GcGrouperSyncErrorCode gcGrouperSyncErrorCode, String errorMessage, Exception exception) static List<GrouperProvisioningError>GrouperProvisioningService.retrieveProvisioningErrors(String provisionerName, String objectType, GcGrouperSyncErrorCode errorCode, String errorDuration) retrieve list of errorsstatic List<GrouperProvisioningError>GrouperProvisioningService.retrieveProvisioningErrors(String provisionerName, String objectType, GcGrouperSyncErrorCode errorCode, String errorDuration, String groupFilter, String entityFilter) retrieve list of errorsGrouperProvisioningService.retrieveProvisioningErrorSummary(String provisionerName, String objectType, GcGrouperSyncErrorCode errorCode, String errorDuration) GrouperProvisioningService.retrieveProvisioningErrorSummary(String provisionerName, String objectType, GcGrouperSyncErrorCode errorCode, String errorDuration, String groupFilter, String entityFilter) voidProvisioningUpdatableWrapper.setErrorCode(GcGrouperSyncErrorCode errorCode) if this object should not be provisioned because there is an error, list it here -
Uses of GcGrouperSyncErrorCode in edu.internet2.middleware.grouper.grouperUi.beans.ui
Methods in edu.internet2.middleware.grouper.grouperUi.beans.ui that return GcGrouperSyncErrorCodeMethods in edu.internet2.middleware.grouper.grouperUi.beans.ui with parameters of type GcGrouperSyncErrorCodeModifier and TypeMethodDescriptionvoidGuiProvisionerActivity.setErrorCode(GcGrouperSyncErrorCode errorCode) -
Uses of GcGrouperSyncErrorCode in edu.internet2.middleware.grouperClient.jdbc.tableSync
Methods in edu.internet2.middleware.grouperClient.jdbc.tableSync that return GcGrouperSyncErrorCodeModifier and TypeMethodDescriptionGcGrouperSyncGroup.getErrorCode()Error code e.g.GcGrouperSyncMember.getErrorCode()Error code e.g.GcGrouperSyncMembership.getErrorCode()Error code e.g.static GcGrouperSyncErrorCodeReturns the enum constant of this class with the specified name.static GcGrouperSyncErrorCode[]GcGrouperSyncErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouperClient.jdbc.tableSync with parameters of type GcGrouperSyncErrorCodeModifier and TypeMethodDescriptionvoidGcGrouperSyncGroup.setErrorCode(GcGrouperSyncErrorCode gcGrouperSyncErrorCode) Error code e.g.voidGcGrouperSyncMember.setErrorCode(GcGrouperSyncErrorCode gcGrouperSyncErrorCode) Error code e.g.voidGcGrouperSyncMembership.setErrorCode(GcGrouperSyncErrorCode gcGrouperSyncErrorCode) Error code e.g.