Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationResponseType
Packages that use AccessCertificationResponseType
Package
Description
-
Uses of AccessCertificationResponseType in com.evolveum.midpoint.certification.api
Methods in com.evolveum.midpoint.certification.api that return AccessCertificationResponseTypeModifier and TypeMethodDescriptionstatic @NotNull AccessCertificationResponseType
OutcomeUtils.normalizeToNonNull
(AccessCertificationResponseType value) static @Nullable AccessCertificationResponseType
OutcomeUtils.normalizeToNull
(AccessCertificationResponseType value) Methods in com.evolveum.midpoint.certification.api that return types with arguments of type AccessCertificationResponseTypeMethods in com.evolveum.midpoint.certification.api with parameters of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionstatic @NotNull AccessCertificationResponseType
OutcomeUtils.normalizeToNonNull
(AccessCertificationResponseType value) static @Nullable AccessCertificationResponseType
OutcomeUtils.normalizeToNull
(AccessCertificationResponseType value) void
CertificationManager.recordDecision
(@NotNull AccessCertificationWorkItemId workItemId, AccessCertificationResponseType response, String comment, boolean preAuthorized, Task task, OperationResult result) Records a particular decision of a reviewer.static String
OutcomeUtils.toUri
(AccessCertificationResponseType response) -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.gui.impl.component.action
Methods in com.evolveum.midpoint.gui.impl.component.action that return AccessCertificationResponseTypeModifier and TypeMethodDescriptionprotected AccessCertificationResponseType
AbstractCertItemDecisionAction.getCertItemResponse
(AccessCertificationWorkItemType certItem) protected abstract AccessCertificationResponseType
AbstractCertItemDecisionAction.getResponse
(AccessCertificationWorkItemType certItem) protected AccessCertificationResponseType
CertItemAcceptAction.getResponse
(AccessCertificationWorkItemType certItem) protected AccessCertificationResponseType
CertItemNoResponseAction.getResponse
(AccessCertificationWorkItemType certItem) protected AccessCertificationResponseType
CertItemNotDecidedAction.getResponse
(AccessCertificationWorkItemType certItem) protected AccessCertificationResponseType
CertItemReduceAction.getResponse
(AccessCertificationWorkItemType certItem) protected AccessCertificationResponseType
CertItemResolveAction.getResponse
(AccessCertificationWorkItemType certItem) protected AccessCertificationResponseType
CertItemRevokeAction.getResponse
(AccessCertificationWorkItemType certItem) Methods in com.evolveum.midpoint.gui.impl.component.action that return types with arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionprotected List<AccessCertificationResponseType>
CertItemResolveAction.getAvailableResponsesForCertItem
(AccessCertificationWorkItemType certItem, PageBase pageBase) Method parameters in com.evolveum.midpoint.gui.impl.component.action with type arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionvoid
CertItemResolveAction.setConfiguredResponses
(List<AccessCertificationResponseType> configuredResponses) -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.gui.impl.component.search.wrapper
Constructor parameters in com.evolveum.midpoint.gui.impl.component.search.wrapper with type arguments of type AccessCertificationResponseTypeModifierConstructorDescriptionCertItemOutcomeSearchItemWrapper
(ItemPath path, List<DisplayableValue<AccessCertificationResponseType>> availableValues) -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.gui.impl.page.admin.certification.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.component that return types with arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionprotected List<AccessCertificationResponseType>
ResolveItemPanel.getResponses()
-
Uses of AccessCertificationResponseType in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers
Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers that return AccessCertificationResponseTypeModifier and TypeMethodDescriptionCertificationItemResponseHelper.getResponseForGuiAction
(@NotNull GuiActionType action) CertificationItemResponseHelper.getResponseForGuiAction
(Class<? extends AbstractGuiAction<?>> actionClass) CertMiscUtil.getStageOutcome
(AccessCertificationCaseType aCase, int stageNumber) Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers that return types with arguments of type AccessCertificationResponseTypeMethods in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers with parameters of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionboolean
AvailableResponses.isAvailable
(AccessCertificationResponseType response) static void
CertMiscUtil.recordCertItemResponse
(@NotNull AccessCertificationWorkItemType item, AccessCertificationResponseType response, String comment, OperationResult result, Task task, PageBase pageBase) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers with type arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionstatic String
CertMiscUtil.getStopReviewOnText
(List<AccessCertificationResponseType> stopOn, PageBase page) CertMiscUtil.mergeCertItemsResponses
(List<AccessCertificationResponseType> availableResponses, List<GuiActionType> actions, PageBase pageBase) Constructors in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers with parameters of type AccessCertificationResponseTypeModifierConstructorDescription -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionvoid
AccessCertificationService.recordDecision
(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, Task task, OperationResult parentResult) Records a particular decision of a reviewer. -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionvoid
ModelController.recordDecision
(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, Task task, OperationResult parentResult) -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionstatic List<AccessCertificationResponseType>
CertCampaignTypeUtil.getOutcomesToStopOn
(List<AccessCertificationResponseType> stopReviewOn, List<AccessCertificationResponseType> advanceToNextStageOn) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionstatic List<AccessCertificationResponseType>
CertCampaignTypeUtil.getOutcomesToStopOn
(List<AccessCertificationResponseType> stopReviewOn, List<AccessCertificationResponseType> advanceToNextStageOn) -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that return AccessCertificationResponseTypeModifier and TypeMethodDescriptionStageDefinitionDto.getOutcomeIfNoReviewers()
CertCaseDto.getOverallOutcome()
CertWorkItemDto.getResponse()
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that return types with arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionStageDefinitionDto.getAdvanceToNextStageOnRaw()
CertDefinitionDto.getStopReviewOn()
StageDefinitionDto.getStopReviewOn()
StageDefinitionDto.getStopReviewOnRaw()
Methods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionvoid
StageDefinitionDto.setOutcomeIfNoReviewers
(AccessCertificationResponseType outcomeIfNoReviewers) Method parameters in com.evolveum.midpoint.web.page.admin.certification.dto with type arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionvoid
StageDefinitionDto.setAdvanceToNextStageOnRaw
(List<AccessCertificationResponseType> advanceToNextStageOnRaw) void
StageDefinitionDto.setStopReviewOnRaw
(List<AccessCertificationResponseType> stopReviewOnRaw) -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AccessCertificationResponseTypeModifier and TypeFieldDescriptionprotected List<AccessCertificationResponseType>
AccessCertificationCaseReviewStrategyType.advanceToNextStageOn
protected List<AccessCertificationResponseType>
AccessCertificationCaseReviewStrategyType.stopReviewOn
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AccessCertificationResponseTypeModifier and TypeMethodDescriptionAccessCertificationCaseStageOutcomeType.getOutcome()
AccessCertificationStageDefinitionType.getOutcomeIfNoReviewers()
Returns the enum constant of this class with the specified name.static AccessCertificationResponseType[]
AccessCertificationResponseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionAccessCertificationCaseReviewStrategyType.getAdvanceToNextStageOn()
AccessCertificationStageDefinitionType.getAdvanceToNextStageOn()
AccessCertificationConfigurationType.getAvailableResponse()
AccessCertificationRemediationDefinitionType.getRevokeOn()
AccessCertificationCaseReviewStrategyType.getStopReviewOn()
AccessCertificationStageDefinitionType.getStopReviewOn()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AccessCertificationResponseTypeModifier and TypeMethodDescriptionAccessCertificationCaseReviewStrategyType.advanceToNextStageOn
(AccessCertificationResponseType value) AccessCertificationStageDefinitionType.advanceToNextStageOn
(AccessCertificationResponseType value) AccessCertificationConfigurationType.availableResponse
(AccessCertificationResponseType value) AccessCertificationCaseStageOutcomeType.outcome
(AccessCertificationResponseType value) AccessCertificationStageDefinitionType.outcomeIfNoReviewers
(AccessCertificationResponseType value) AccessCertificationRemediationDefinitionType.revokeOn
(AccessCertificationResponseType value) void
AccessCertificationCaseStageOutcomeType.setOutcome
(AccessCertificationResponseType value) void
AccessCertificationStageDefinitionType.setOutcomeIfNoReviewers
(AccessCertificationResponseType value) AccessCertificationCaseReviewStrategyType.stopReviewOn
(AccessCertificationResponseType value) AccessCertificationStageDefinitionType.stopReviewOn
(AccessCertificationResponseType value)