Class MemberOperationsTaskCreator
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component.MemberOperationsTaskCreator
- Direct Known Subclasses:
MemberOperationsTaskCreator.Assign
Creates and optionally submits tasks for member operations on abstract roles.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
"Assign members" operation. -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Returns 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`.
-