Class AssignmentSpec
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.AssignmentSpec
-
- All Implemented Interfaces:
Serializable
public class AssignmentSpec extends Object implements Serializable
A key for assignment:mode => modifications map (for policy state).- Author:
- mederly
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description AssignmentType
assignment
PlusMinusZero
mode
-
Constructor Summary
Constructors Constructor Description AssignmentSpec(AssignmentType assignment, PlusMinusZero mode)
-
-
-
Field Detail
-
assignment
@NotNull public final AssignmentType assignment
-
mode
@NotNull public final PlusMinusZero mode
-
-
Constructor Detail
-
AssignmentSpec
public AssignmentSpec(@NotNull AssignmentType assignment, @NotNull PlusMinusZero mode)
-
-