Class MemberOperationsTaskCreator
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component.MemberOperationsTaskCreator
- Direct Known Subclasses:
MemberOperationsTaskCreator.Assign,MemberOperationsTaskCreator.Unassign
Creates and optionally submits tasks for member operations on abstract roles.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class"Assign members" operation.static classHelps with "member unassign" operations. -
Method Summary
Modifier and TypeMethodDescriptionabstract StringReturns a localization key for the operation - to be used in task name and in GUI messages.ConvertsgetOperationKey()to a resolved name.
-
Method Details
-
getOperationName
ConvertsgetOperationKey()to a resolved name. Used also as a task name. -
getOperationKey
Returns a localization key for the operation - to be used in task name and in GUI messages. It has the form of `operation.OPERATION.SCOPE.members.PREPOSITION.TARGET-TYPE`.
-