Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType
Packages that use TaskType
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of TaskType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type TaskTypeModifier and TypeMethodDescriptionstatic booleanWebComponentUtil.canResumeTask(TaskType task, PageBase pageBase) static booleanWebComponentUtil.canRunNowTask(TaskType task, PageBase pageBase) static booleanWebComponentUtil.canSuspendTask(TaskType task, PageBase pageBase) static booleanWebComponentUtil.isClosedTask(TaskType task) Checks user-visible state, not the technical (scheduling) state.static booleanstatic booleanWebComponentUtil.isLiveSync(TaskType task) static booleanWebComponentUtil.isRecomputation(TaskType task) static booleanWebComponentUtil.isReconciliation(TaskType task) static booleanWebComponentUtil.isRecurringTask(TaskType task) static booleanstatic booleanWebComponentUtil.isResourceRelatedTask(TaskType task) static booleanWebComponentUtil.isRunnableTask(TaskType task) Checks user-visible state, not the technical (scheduling) state.static booleanWebComponentUtil.isRunningTask(TaskType task) static booleanWebComponentUtil.isSuspendedTask(TaskType task) Checks user-visible state, not the technical (scheduling) state.static booleanWebComponentUtil.isWaitingTask(TaskType task) Checks user-visible state, not the technical (scheduling) state.Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type TaskTypeModifier and TypeMethodDescriptionstatic org.apache.wicket.model.IModel<String>WebComponentUtil.createSimulatedCategoryNameModel(org.apache.wicket.Component component, org.apache.wicket.model.IModel<SelectableBean<TaskType>> taskModel) Simulates task category using task archetype.static voidWebComponentUtil.setTaskStateBeforeSave(PrismObjectWrapper<TaskType> taskWrapper, boolean runEnabled, PageBase pageBase, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of TaskType in com.evolveum.midpoint.gui.impl.page.admin.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.component with type arguments of type TaskTypeModifier and TypeMethodDescriptionprotected voidTaskOperationalButtonsPanel.resumePerformed(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<TaskType> task) protected voidTaskOperationalButtonsPanel.runNowPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<TaskType> task) protected voidTaskOperationalButtonsPanel.suspendPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<TaskType> taskPrism) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.component with type arguments of type TaskTypeModifierConstructorDescription -
Uses of TaskType in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return TaskTypeModifier and TypeMethodDescription@NotNull TaskTypeResourceTaskCreator.create(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) -
Uses of TaskType in com.evolveum.midpoint.gui.impl.page.admin.task
Methods in com.evolveum.midpoint.gui.impl.page.admin.task that return TaskTypeMethods in com.evolveum.midpoint.gui.impl.page.admin.task that return types with arguments of type TaskTypeModifier and TypeMethodDescription@NotNull LoadableModel<TaskType>TaskDetailsModel.createRootTaskModel(SerializableSupplier<TaskType> taskSupplier, SerializableSupplier<PageBase> pageBaseSupplier) TaskDetailsModel.getRootTaskModel()PageTask.getType()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.task with type arguments of type TaskTypeModifier and TypeMethodDescriptionprotected TaskOperationalButtonsPanelPageTask.createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<TaskType>> wrapperModel) protected TaskDetailsModelPageTask.createObjectDetailsModels(PrismObject<TaskType> object) @NotNull LoadableModel<TaskType>TaskDetailsModel.createRootTaskModel(SerializableSupplier<TaskType> taskSupplier, SerializableSupplier<PageBase> pageBaseSupplier) protected org.apache.wicket.markup.html.panel.PanelPageTask.createSummaryPanel(String id, org.apache.wicket.model.IModel<TaskType> summaryModel) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.task with type arguments of type TaskTypeModifierConstructorDescriptionPageTask(PrismObject<TaskType> task) TaskDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<TaskType>> prismObjectModel, ModelServiceLocator serviceLocator) -
Uses of TaskType in com.evolveum.midpoint.gui.impl.page.admin.task.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.task.component with type arguments of type TaskTypeModifierConstructorDescriptionTaskWizardPanel(String id, WizardPanelHelper<TaskType, TaskDetailsModel> helper) -
Uses of TaskType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return TaskTypeModifier and TypeMethodDescription@NotNull TaskTypeModelInteractionService.createExecutionTask(@NotNull ActivityDefinitionType activityDefinition, @NotNull ActivitySubmissionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) AsModelInteractionService.submit(ActivityDefinitionType, ActivitySubmissionOptions, Task, OperationResult)but only prepares the task for execution; does not submit it.@NotNull TaskTypeModelInteractionService.submitTaskFromTemplate(String templateTaskOid, List<Item<?, ?>> extensionItems, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Deprecated.@NotNull TaskTypeModelInteractionService.submitTaskFromTemplate(String templateTaskOid, Map<QName, Object> extensionValues, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Deprecated.@Nullable TaskTypeActivitySubmissionOptions.taskTemplate()Returns the value of thetaskTemplaterecord component.Methods in com.evolveum.midpoint.model.api that return types with arguments of type TaskTypeModifier and TypeMethodDescriptionTaskService.getTaskByIdentifier(String identifier, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Returns information about task, given its identifier.Methods in com.evolveum.midpoint.model.api with parameters of type TaskTypeModifier and TypeMethodDescriptionabstract @NotNull ActivityDefinitionTypeApplies the customization: returns the (modified or created) activity def.@NotNull ActivityDefinitionType@NotNull ActivityDefinitionTypeActivitySubmissionOptions.withTaskTemplate(@Nullable TaskType task) The provided task object will be used as a "starting point" when constructing the resulting task.Method parameters in com.evolveum.midpoint.model.api with type arguments of type TaskTypeModifier and TypeMethodDescriptionActivitySubmissionOptions.updateTaskTemplate(@NotNull Consumer<TaskType> taskTemplateUpdater) Creates or updatesActivitySubmissionOptions.taskTemplatewith specified updater.Constructors in com.evolveum.midpoint.model.api with parameters of type TaskTypeModifierConstructorDescriptionActivitySubmissionOptions(@Nullable TaskType taskTemplate, @NotNull String[] archetypes, @Nullable FocusType owner) Creates an instance of aActivitySubmissionOptionsrecord class. -
Uses of TaskType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return TaskTypeModifier and TypeMethodDescriptionMidpointFunctions.executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid) MidpointFunctions.executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) MidpointFunctions.submitTaskFromTemplate(String templateTaskOid, List<Item<?, ?>> extensionItems) Deprecated.MidpointFunctions.submitTaskFromTemplate(String templateTaskOid, Map<QName, Object> extensionValues) Deprecated. -
Uses of TaskType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return types with arguments of type TaskTypeModifier and TypeMethodDescription@Nullable PrismObject<TaskType>RoleAnalysisService.resolveTaskObject(@NotNull List<OperationExecutionType> operationExecution, @NotNull RoleAnalysisChannelMode channelMode, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) This method is used to retrive the task object for specific roleAnalysisChannelMode. -
Uses of TaskType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with parameters of type TaskTypeModifier and TypeMethodDescriptionstatic ActivityStatisticsTypeActivityStatisticsUtil.getActivityStatsFromTree(@NotNull TaskType root, @NotNull ActivityPath path) Summarizes activity statistics from a task tree.ActivityStatisticsUtil.getAllStatisticsPaths(@NotNull TaskType task) Returns all paths in activity states that point to the statistics.ActivityStatisticsUtil.getStatePathsStream(@NotNull TaskType task) static StringPrints all relevant statistics (including progress) for all activities in the given task. -
Uses of TaskType in com.evolveum.midpoint.schema.util.task
Fields in com.evolveum.midpoint.schema.util.task declared as TaskTypeModifier and TypeFieldDescriptionprotected final @NotNull TaskTypeTaskInformation.taskThe original task.Methods in com.evolveum.midpoint.schema.util.task that return TaskTypeModifier and TypeMethodDescriptionstatic TaskTypestatic TaskTypeTaskTreeUtil.findChildIfResolved(TaskType parent, String childOid) @NotNull TaskTypeActivityTreeUtil.ActivityStateInContext.getTask()@NotNull TaskTypeTaskInformation.getTask()@NotNull TaskTypeMethods in com.evolveum.midpoint.schema.util.task that return types with arguments of type TaskTypeModifier and TypeMethodDescriptionTaskTreeUtil.getAllTasksStream(TaskType root) Returns a stream of the task and all of its subtasks.TaskTreeUtil.getResolvedSubtasks(TaskType parent) Get resolved direct subtasks from a task.TaskTreeUtil.getResolvedSubtasks(TaskType parent, TaskResolver taskResolver) ActivityTreeUtil.getSubtasksForPath(TaskType task, ActivityPath activityPath, TaskResolver taskResolver) Methods in com.evolveum.midpoint.schema.util.task with parameters of type TaskTypeModifier and TypeMethodDescriptionstatic voidTaskTreeUtil.addSubtask(TaskType parent, TaskType child) Adds a subtask to parent children list.static booleanTaskTreeUtil.allSubtasksAreResolved(TaskType parent) static @NotNull TaskInformationTaskInformation.createForTask(@NotNull TaskType task, @Nullable TaskType rootTask) static StringTaskTypeUtil.createScheduledToRunAgain(TaskType task, List<Object> localizationObject) static TaskTypestatic TaskTypeTaskTreeUtil.findChildIfResolved(TaskType parent, String childOid) static @NotNull TaskInformationLegacyTaskInformation.fromLegacyTaskOrNoTask(@Nullable TaskType task) static @NotNull ActivityProgressInformationActivityProgressInformation.fromRootTask(@NotNull TaskType task, @NotNull ActivityProgressInformationBuilder.InformationSource source) Prepares the information from a root task.static @NotNull ActivityProgressInformationActivityProgressInformation.fromRootTask(@NotNull TaskType task, @NotNull TaskResolver resolver, @NotNull ActivityProgressInformationBuilder.InformationSource source) Prepares the information from a root task.static @NotNull ActivityProgressInformationActivityProgressInformationBuilder.fromTask(@NotNull TaskType task, @NotNull ActivityPath activityPath, @NotNull TaskResolver resolver, @NotNull ActivityProgressInformationBuilder.InformationSource informationSource) static ActivityStateTypeActivityStateUtil.getActivityState(@NotNull TaskType task, @NotNull ItemPath stateItemPath) Finds a state of an activity, given the state item path.static ActivityStateTypeActivityStateUtil.getActivityState(@NotNull TaskType task, @NotNull ActivityPath activityPath) Finds a state of an activity, given the activity path.TaskTreeUtil.getAllTasksStream(TaskType root) Returns a stream of the task and all of its subtasks.static intActivityProgressUtil.getCurrentErrors(TaskType localTask, ActivityPath activityPath) static intActivityProgressUtil.getCurrentProgress(TaskType localTask, ActivityPath activityPath) static @NotNull TaskRecurrenceTypeTaskTypeUtil.getEffectiveRecurrence(@NotNull TaskType task) Determines effective value of task recurrence flag: if set explicitly (either new or legacy variant) we use that one, otherwise we use schedule.interval/cronLikePattern presence.static StringActivityItemProcessingStatisticsUtil.getLastSuccessObjectName(@NotNull TaskType task) Returns object that was last successfully processed by given physical task.static OperationStatsTypeTaskOperationStatsUtil.getOperationStatsFromTree(TaskType root, PrismContext prismContext) Provides aggregated operation statistics from this task and all its subtasks.static @NotNull ActivityStateOverviewTypeActivityStateOverviewUtil.getOrCreateStateOverview(@NotNull TaskType task) TaskTreeUtil.getResolvedSubtasks(TaskType parent) Get resolved direct subtasks from a task.TaskTreeUtil.getResolvedSubtasks(TaskType parent, TaskResolver taskResolver) static @Nullable ObjectActivityStateUtil.getRootSyncTokenRealValue(@NotNull TaskType task) static @NotNull ObjectActivityStateUtil.getRootSyncTokenRealValueRequired(@NotNull TaskType task) static LongTaskTypeUtil.getScheduledToStartAgain(TaskType task) static @Nullable TaskRecurrenceTypeTaskTypeUtil.getSpecifiedRecurrence(@NotNull TaskType task) Determines recurrence that is explicitly specified for a task: either "new" or "legacy" variant.static @Nullable ActivityStateOverviewTypeActivityStateOverviewUtil.getStateOverview(@NotNull TaskType task) ActivityTreeUtil.getSubtasksForPath(TaskType task, ActivityPath activityPath, TaskResolver taskResolver) static @Nullable ObjectActivityStateUtil.getSyncTokenRealValue(@NotNull TaskType task, @NotNull ActivityPath path) static booleanActivityStateUtil.hasDelegatedActivity(@NotNull TaskType task) Is there any local activity that is delegated?static booleanActivityStateUtil.hasLocalDistributedActivity(@NotNull TaskType task) Is there any distributed activity in this task (locally)?static booleanTaskTypeUtil.isAutoScalingDisabled(TaskType task) static booleanActivityStateUtil.isManageableTreeRoot(@NotNull TaskType task) This is to determine if this task should be managed as a tree root (and not as a plain task).static booleanActivityStateUtil.isProgressAvailableLocally(@NotNull TaskType task) static booleanTaskTypeUtil.isTaskRecurring(@NotNull TaskType task) voidActivityTreeUtil.ActivityStateProcessor.process(@NotNull ActivityPath path, @Nullable ActivityStateType state, @Nullable List<ActivityStateType> workerStates, @NotNull TaskType task) Called when relevant state is found.static voidActivityTreeUtil.processLocalStates(@NotNull TaskType task, @NotNull ActivityTreeUtil.LocalActivityStateProcessor processor) Processes local activity state objects using the same rules as inActivityTreeUtil.transformLocalStates(TaskType, LocalActivityStateTransformer)(TaskType, ActivityStateTransformer)}: all states are treated the same.static voidActivityTreeUtil.processStates(@NotNull TaskType rootTask, @NotNull TaskResolver resolver, @NotNull ActivityTreeUtil.ActivityStateProcessor processor) Processes activity state objects using the same rules as inActivityTreeUtil.transformStates(TaskType, TaskResolver, ActivityStateTransformer): delegation states are ignored, distribution states are considered, along with all their workers' states.static @NotNull TreeNode<ActivityTreeUtil.ActivityStateInLocalContext>ActivityTreeUtil.toLocalStateTree(@NotNull TaskType task) Creates aTreeNodeofActivityTreeUtil.ActivityStateInLocalContextobjects for activities locally contained in the task.static @NotNull TreeNode<ActivityTreeUtil.ActivityStateInContext>ActivityTreeUtil.toStateTree(@NotNull TaskType rootTask, @NotNull TaskResolver resolver) Special case ofActivityTreeUtil.transformStates(TaskType, TaskResolver, ActivityStateTransformer): creates aTreeNodeofActivityTreeUtil.ActivityStateInContextobjects.ActivityTreeUtil.ActivityStateTransformer.transform(@NotNull ActivityPath path, @Nullable ActivityStateType state, @Nullable List<ActivityStateType> workerStates, @NotNull TaskType task) Worker states are present in the case of distributed coordinator-workers scenario.static <X> @NotNull TreeNode<X>ActivityTreeUtil.transformLocalStates(@NotNull TaskType rootTask, @NotNull ActivityTreeUtil.LocalActivityStateTransformer<X> transformer) Transforms task-local activity state objects into custom ones, organized into a tree.static <X> @NotNull TreeNode<X>ActivityTreeUtil.transformStates(@NotNull TaskType rootTask, @NotNull TaskResolver resolver, @NotNull ActivityTreeUtil.ActivityStateTransformer<X> transformer) Transforms activity state objects into custom ones, organized into a tree.Constructors in com.evolveum.midpoint.schema.util.task with parameters of type TaskTypeModifierConstructorDescriptionprotectedTaskInformation(@NotNull TaskType task, @NotNull ActivityWorkersInformation workersInformation, @NotNull OperationResultStatusType overallStatus) -
Uses of TaskType in com.evolveum.midpoint.schema.util.task.work
Methods in com.evolveum.midpoint.schema.util.task.work with parameters of type TaskType -
Uses of TaskType in com.evolveum.midpoint.schema.validator.processor
Method parameters in com.evolveum.midpoint.schema.validator.processor with type arguments of type TaskTypeModifier and TypeMethodDescriptionbooleanActivityProfilingProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanActivityTracingProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanBoundaryProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanExecutionModeProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanExpectedTotalProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanLiveSyncErrorHandlingProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanModelOperationContextProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanNonIterativeChangeExecutionProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanRecurrenceProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanReportOutputOidProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanTaskCategoryProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanTaskPolicyProcessor.process(PrismObject<TaskType> object, ItemPath path) ActivityTracingProcessor.upgradeDescription(PrismObject<TaskType> object, ItemPath path) ExpectedTotalProcessor.upgradeDescription(PrismObject<TaskType> object, ItemPath path) TaskPolicyProcessor.upgradeDescription(PrismObject<TaskType> object, ItemPath path) -
Uses of TaskType in com.evolveum.midpoint.web.component.dialog
Methods in com.evolveum.midpoint.web.component.dialog that return types with arguments of type TaskTypeModifier and TypeMethodDescriptionprotected PrismObject<TaskType>ChooseFocusTypeAndRelationDialogPanel.createTask(QName type, Collection<QName> relations, org.apache.wicket.ajax.AjaxRequestTarget target) Creates a task that will execute requested bulk operation (like "unassign all role members").protected PrismObject<TaskType>ConfigureTaskConfirmationPanel.createTask(org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of TaskType in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress with parameters of type TaskTypeModifier and TypeMethodDescriptionprotected StatisticsDtoStatisticsDtoModel.getStatisticsFromTaskType(TaskType task) Constructor parameters in com.evolveum.midpoint.web.component.progress with type arguments of type TaskTypeModifierConstructorDescriptionStatisticsDtoModel(org.apache.wicket.model.IModel<PrismObjectWrapper<TaskType>> taskModel) -
Uses of TaskType in com.evolveum.midpoint.web.page.admin.resources.dto
Methods in com.evolveum.midpoint.web.page.admin.resources.dto that return types with arguments of type TaskTypeMethod parameters in com.evolveum.midpoint.web.page.admin.resources.dto with type arguments of type TaskTypeModifier and TypeMethodDescriptionvoidResourceConfigurationDto.setDefinedTasks(List<TaskType> definedTasks) Constructor parameters in com.evolveum.midpoint.web.page.admin.resources.dto with type arguments of type TaskTypeModifierConstructorDescriptionResourceConfigurationDto(ResourceObjectTypeDefinitionType objectTypeDefinition, boolean sync, List<TaskType> definedTasks) -
Uses of TaskType in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server that return types with arguments of type TaskTypeModifier and TypeMethodDescriptionprotected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<TaskType>,String>> TaskTablePanel.createDefaultColumns()protected List<SummaryTag<TaskType>>TaskSummaryPanel.getSummaryTagComponentList()protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<TaskType>,String>> TaskTablePanel.initCustomTaskColumns()Methods in com.evolveum.midpoint.web.page.admin.server with parameters of type TaskTypeModifier and TypeMethodDescriptionPageTasks.getCompletionTimestamp(TaskType taskType) static LongTaskDisplayUtil.getExecutionTime(TaskType task) Method parameters in com.evolveum.midpoint.web.page.admin.server with type arguments of type TaskTypeModifier and TypeMethodDescriptionprotected @NotNull TaskInformationTaskTablePanel.getAttachedTaskInformation(SelectableBean<TaskType> selectableTaskBean) CreatesTaskInformationUtilbased on current table row and (in subclasses) the whole activity tree overview.protected booleanTaskTablePanel.isObjectDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<TaskType>> rowModel) protected voidLivesyncTokenEditorPanel.saveTokenPerformed(ObjectDelta<TaskType> tokenDelta, org.apache.wicket.ajax.AjaxRequestTarget target) Constructor parameters in com.evolveum.midpoint.web.page.admin.server with type arguments of type TaskTypeModifierConstructorDescriptionLivesyncTokenEditorPanel(String id, org.apache.wicket.model.IModel<PrismObjectWrapper<TaskType>> model) TaskSummaryPanel(String id, org.apache.wicket.model.IModel<TaskType> model, @NotNull org.apache.wicket.model.IModel<TaskType> rootTaskModel, SummaryPanelSpecificationType summaryPanelSpecificationType) -
Uses of TaskType in com.evolveum.midpoint.web.page.admin.server.dto
Methods in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type TaskTypeModifier and TypeMethodDescriptionstatic ActivitiesStatisticsDtoActivitiesStatisticsDto.fromTaskTree(TaskType rootTask) static @NotNull TaskInformationTaskInformationUtil.getOrCreateInfo(@NotNull SelectableBean<TaskType> bean, @Nullable TaskType rootTask) InstallsTaskInformationUtilinto givenSelectableBean(or returns information already being there).Method parameters in com.evolveum.midpoint.web.page.admin.server.dto with type arguments of type TaskTypeModifier and TypeMethodDescriptionstatic @NotNull TaskInformationTaskInformationUtil.getOrCreateInfo(@NotNull SelectableBean<TaskType> bean, @Nullable TaskType rootTask) InstallsTaskInformationUtilinto givenSelectableBean(or returns information already being there). -
Uses of TaskType in com.evolveum.midpoint.web.util
Method parameters in com.evolveum.midpoint.web.util with type arguments of type TaskTypeModifier and TypeMethodDescriptionstatic OperationResultTaskOperationUtils.resumeTasks(List<TaskType> selectedTasks, PageBase pageBase) Resumes tasks "intelligently" i.e. tries to recognize whether to resume a single task, or to resume the whole tree.static OperationResultTaskOperationUtils.suspendTasks(List<TaskType> selectedTasks, PageBase pageBase) Suspends tasks "intelligently" i.e. tries to recognize whether to suspend a single task, or to suspend the whole tree. -
Uses of TaskType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type TaskTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TaskTypeModifier and TypeMethodDescriptionTaskType.activity(ActivityDefinitionType value) TaskType.activityState(TaskActivityStateType value) TaskType.affectedObjects(TaskAffectedObjectsType value) TaskType.archetypeRef(ObjectReferenceType value) TaskType.archetypeRef(String oid, QName type) TaskType.archetypeRef(String oid, QName type, QName relation) TaskType.assignment(AssignmentType value) TaskType.autoScaling(TaskAutoScalingType value) SchedulerInformationType.beginExecutingTask()TaskType.binding(TaskBindingType value) TaskType.cleanupAfterCompletion(Duration value) TaskType.clone()TaskType.completionTimestamp(String value) TaskType.completionTimestamp(XMLGregorianCalendar value) ObjectFactory.createTaskType()TaskType.delegatedRef(ObjectReferenceType value) TaskType.delegatedRef(String oid, QName type) TaskType.delegatedRef(String oid, QName type, QName relation) TaskType.dependentTaskRef(ObjectReferenceType value) TaskType.dependentTaskRef(String oid, QName type) TaskType.dependentTaskRef(String oid, QName type, QName relation) TaskType.description(String value) TaskType.diagnosticInformation(DiagnosticInformationType value) TaskType.documentation(String value) TaskType.effectiveMarkRef(ObjectReferenceType value) TaskType.effectiveMarkRef(String oid, QName type) TaskType.effectiveMarkRef(String oid, QName type, QName relation) TaskType.effectiveOperationPolicy(ObjectOperationPolicyType value) TaskType.errorHandlingStrategy(ActivityErrorHandlingStrategyType value) TaskType.executionConstraints(TaskExecutionConstraintsType value) TaskType.executionEnvironment(TaskExecutionEnvironmentType value) TaskType.executionState(TaskExecutionStateType value) TaskType.expectedTotal(Long value) TaskType.extension(ExtensionType value) TaskType.fetchResult(OperationResultType value) TaskType.handlerUri(String value) TaskType.indestructible(Boolean value) TaskType.iterationToken(String value) TaskType.lastRunFinishTimestamp(String value) TaskType.lastRunFinishTimestamp(XMLGregorianCalendar value) TaskType.lastRunStartTimestamp(String value) TaskType.lastRunStartTimestamp(XMLGregorianCalendar value) TaskType.lensContext(LensContextType value) TaskType.lifecycleState(String value) TaskType.metadata(MetadataType value) TaskType.modelOperationContext(LensContextType value) TaskType.name(PolyStringType value) TaskType.nextRetryTimestamp(String value) TaskType.nextRetryTimestamp(XMLGregorianCalendar value) TaskType.nextRunStartTimestamp(String value) TaskType.nextRunStartTimestamp(XMLGregorianCalendar value) TaskType.nodeAsObserved(String value) TaskType.objectRef(ObjectReferenceType value) TaskType.operationExecution(OperationExecutionType value) TaskType.operationStats(OperationStatsType value) TaskType.ownerRef(ObjectReferenceType value) TaskType.parentOrgRef(ObjectReferenceType value) TaskType.parentOrgRef(String oid, QName type) TaskType.parentOrgRef(String oid, QName type, QName relation) TaskType.policyException(PolicyExceptionType value) TaskType.policyRule(PolicyRuleType value) TaskType.policySituation(String value) TaskType.policyStatement(PolicyStatementType value) TaskType.recurrence(TaskRecurrenceType value) TaskType.result(OperationResultType value) TaskType.resultStatus(OperationResultStatusType value) TaskType.roleInfluenceRef(ObjectReferenceType value) TaskType.roleInfluenceRef(String oid, QName type) TaskType.roleInfluenceRef(String oid, QName type, QName relation) TaskType.roleMembershipRef(ObjectReferenceType value) TaskType.roleMembershipRef(String oid, QName type) TaskType.roleMembershipRef(String oid, QName type, QName relation) TaskType.schedule(ScheduleType value) TaskType.schedulingState(TaskSchedulingStateType value) TaskType.schedulingStateBeforeSuspend(TaskSchedulingStateType value) TaskType.stalledSince(String value) TaskType.stalledSince(XMLGregorianCalendar value) TaskType.stateBeforeSuspend(TaskExecutionStateType value) TaskType.subtaskRef(ObjectReferenceType value) TaskType.subtaskRef(String oid, QName type) TaskType.subtaskRef(String oid, QName type, QName relation) TaskType.taskIdentifier(String value) TaskType.tenantRef(ObjectReferenceType value) TaskType.threadStopAction(ThreadStopActionType value) TaskType.trigger(TriggerType value) TaskType.triggeredPolicyRule(EvaluatedPolicyRuleType value) TaskType.unpauseAction(TaskUnpauseActionType value) TaskType.waitingReason(TaskWaitingReasonType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type TaskTypeModifier and TypeMethodDescriptionTaskType.asPrismObject()jakarta.xml.bind.JAXBElement<TaskType>ObjectFactory.createTask(TaskType value) SchedulerInformationType.getExecutingTask()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type TaskTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TaskType>ObjectFactory.createTask(TaskType value) SchedulerInformationType.executingTask(TaskType value) -
Uses of TaskType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as TaskTypeModifier and TypeFieldDescriptionprotected TaskTypeImportFromResourceResponseType.taskprotected TaskTypeNotifyChangeResponseType.taskMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return TaskTypeModifier and TypeMethodDescriptionImportFromResourceResponseType.beginTask()NotifyChangeResponseType.beginTask()ObjectFactory.createTaskType()ImportFromResourceResponseType.getTask()NotifyChangeResponseType.getTask()Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type TaskTypeModifier and TypeMethodDescriptionvoidvoid