Class OutcomeUtils
- java.lang.Object
-
- com.evolveum.midpoint.certification.api.OutcomeUtils
-
public class OutcomeUtils extends Object
TEMPORARY =========- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description OutcomeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AccessCertificationResponseType
fromUri(String uri)
static List<AccessCertificationResponseType>
fromUris(List<String> uris)
static boolean
isNoneOrNotDecided(String outcome)
static boolean
isRevoke(AccessCertificationCaseType aCase, AccessCertificationCampaignType campaign)
static @NotNull AccessCertificationResponseType
normalizeToNonNull(AccessCertificationResponseType value)
static @NotNull String
normalizeToNonNull(String value)
static @Nullable AccessCertificationResponseType
normalizeToNull(AccessCertificationResponseType value)
static @Nullable String
normalizeToNull(String value)
static String
toUri(AccessCertificationResponseType response)
-
-
-
Method Detail
-
toUri
public static String toUri(AccessCertificationResponseType response)
-
normalizeToNonNull
@NotNull public static @NotNull AccessCertificationResponseType normalizeToNonNull(AccessCertificationResponseType value)
-
normalizeToNull
@Nullable public static @Nullable AccessCertificationResponseType normalizeToNull(AccessCertificationResponseType value)
-
fromUri
public static AccessCertificationResponseType fromUri(String uri)
-
fromUris
public static List<AccessCertificationResponseType> fromUris(List<String> uris)
-
isNoneOrNotDecided
public static boolean isNoneOrNotDecided(String outcome)
-
isRevoke
public static boolean isRevoke(AccessCertificationCaseType aCase, AccessCertificationCampaignType campaign)
-
-