Class ResourceTaskFlavors<T>
java.lang.Object
com.evolveum.midpoint.web.page.admin.resources.ResourceTaskFlavors<T>
- All Implemented Interfaces:
ResourceTaskFlavor<T>,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceTaskFlavor<Void>static final ResourceTaskFlavor<SimulatedCorrelatorsType>static final ResourceTaskFlavor<Void>static final ResourceTaskFlavor<Void>static final ResourceTaskFlavors<InlineMappingDefinitionType>static final ResourceTaskFlavor<Void>static final ResourceTaskFlavor<Void> -
Method Summary
Modifier and TypeMethodDescriptioncreateWorkDefinitions(@Nullable ResourceObjectSetType resourceObjectSet, T configuration) Create particular work definition which relies on defined set of resource objects.static ResourceTaskFlavor<?>forArchetype(String archetypeId)
-
Field Details
-
CORRELATION_PREVIEW_ACIVITY
-
MAPPING_PREVIEW_ACTIVITY
-
IMPORT
-
RECONCILIATION
-
LIVE_SYNC
-
ASYNC_UPDATE
-
SHADOW_RECLASSIFICATION
-
-
Method Details
-
forArchetype
-
createWorkDefinitions
public WorkDefinitionsType createWorkDefinitions(@Nullable @Nullable ResourceObjectSetType resourceObjectSet, @Nullable T configuration) Description copied from interface:ResourceTaskFlavorCreate particular work definition which relies on defined set of resource objects. What type of work definition will be created is decided by the interface implementations.- Specified by:
createWorkDefinitionsin interfaceResourceTaskFlavor<T>- Parameters:
resourceObjectSet- The set of resource objects, which should be processed by the activity.configuration- The optional configuration to be used to customize work definition.- Returns:
- The new work definition configured in work definitions type.
-
flavorName
- Specified by:
flavorNamein interfaceResourceTaskFlavor<T>- Returns:
- The name of the task flavor.
-