Class RoleSelectionSpecEntry
java.lang.Object
com.evolveum.midpoint.model.impl.controller.RoleSelectionSpecEntry
- All Implemented Interfaces:
DisplayableValue<String>
- Author:
- semancik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns longer description that can be used as a help text, tooltip or for similar purpose.getLabel()
Returns short user-friendly label.static Collection<RoleSelectionSpecEntry>
getValue()
Retuns actual value.static boolean
static boolean
hasNegativeValue
(Collection<RoleSelectionSpecEntry> col, String value) boolean
void
negate()
static void
void
setNegative
(boolean negative) toString()
-
Constructor Details
-
RoleSelectionSpecEntry
-
-
Method Details
-
getValue
Description copied from interface:DisplayableValue
Retuns actual value. This may not be user-friendly.- Specified by:
getValue
in interfaceDisplayableValue<String>
-
getLabel
Description copied from interface:DisplayableValue
Returns short user-friendly label. Catalog key may be returned instead of actual text.- Specified by:
getLabel
in interfaceDisplayableValue<String>
-
getDescription
Description copied from interface:DisplayableValue
Returns longer description that can be used as a help text, tooltip or for similar purpose. Catalog key may be returned instead of actual text.- Specified by:
getDescription
in interfaceDisplayableValue<String>
-
toString
-
isNegative
public boolean isNegative() -
setNegative
public void setNegative(boolean negative) -
negate
public void negate() -
negate
-
hasNegative
-
hasNegativeValue
-
getPositive
public static Collection<RoleSelectionSpecEntry> getPositive(Collection<RoleSelectionSpecEntry> col)
-