Modifier and Type | Method and Description |
---|---|
HookOperationMode |
ChangeHook.invoke(ModelContext context,
Task task,
OperationResult result)
Generic method to be implemented by the hook.
|
static HookOperationMode |
HookOperationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HookOperationMode[] |
HookOperationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
SystemConfigurationHandler.invoke(ModelContext context,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<F extends ObjectType,P extends ObjectType> |
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
NotificationChangeHook.invoke(ModelContext context,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
WfHook.invoke(ModelContext context,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
ChangeProcessor.startProcessesIfNeeded(ModelContext context,
Task task,
OperationResult result)
Processes workflow-related aspect of a model operation.
|
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
PrimaryChangeProcessor.startProcessesIfNeeded(ModelContext context,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
HookOperationMode |
PrimaryUserChangeProcessor.startProcessesIfNeeded(ModelContext context,
Task task,
OperationResult result) |
Copyright © 2013 evolveum. All rights reserved.