Class GlobalRuleWithId
- java.lang.Object
-
- com.evolveum.midpoint.model.common.GlobalRuleWithId
-
public class GlobalRuleWithId extends Object
TEMPORARY
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull GlobalPolicyRuleType
getRuleBean()
@NotNull String
getRuleId()
static GlobalRuleWithId
of(@NotNull GlobalPolicyRuleType ruleBean, @NotNull String containingObjectOid)
String
toString()
-
-
-
Method Detail
-
of
public static GlobalRuleWithId of(@NotNull @NotNull GlobalPolicyRuleType ruleBean, @NotNull @NotNull String containingObjectOid)
-
getRuleBean
@NotNull public @NotNull GlobalPolicyRuleType getRuleBean()
-
getRuleId
@NotNull public @NotNull String getRuleId()
-
-