Constructor and Description |
---|
TaskEvent(LightweightIdentifierGenerator lightweightIdentifierGenerator,
Task task,
TaskRunResult runResult,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType operationType,
String channel) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
OperationResultStatus |
getOperationResultStatus() |
com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType |
getOperationType() |
long |
getProgress() |
Task |
getTask() |
TaskRunResult |
getTaskRunResult() |
boolean |
isCategoryType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType eventCategoryType) |
boolean |
isFinished() |
boolean |
isInterrupted() |
boolean |
isOperationType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType eventOperationType) |
boolean |
isPermanentError() |
boolean |
isRelatedToItem(ItemPath itemPath)
Checks if the event is related to an item with a given path.
|
boolean |
isRestartRequested() |
boolean |
isStatusType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventStatusType eventStatusType) |
boolean |
isTemporaryError() |
boolean |
isUserRelated() |
containsItem, containsItem, createExpressionVariables, getChannel, getId, getNotificationFunctions, getRequestee, getRequesteeDisplayName, getRequesteeName, getRequesteeObject, getRequesteeOid, getRequester, getRequesterOid, getStatusAsText, isAccountRelated, isAdd, isAlsoSuccess, isCertCampaignStageRelated, isDelete, isFailure, isInProgress, isModify, isOnlyFailure, isSuccess, isWorkflowProcessRelated, isWorkflowRelated, isWorkItemRelated, setChannel, setNotificationFunctions, setRequestee, setRequester, toString
public TaskEvent(LightweightIdentifierGenerator lightweightIdentifierGenerator, @NotNull Task task, @Nullable TaskRunResult runResult, @NotNull com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType operationType, String channel)
@NotNull public Task getTask()
@Nullable public TaskRunResult getTaskRunResult()
@NotNull public com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType getOperationType()
public boolean isTemporaryError()
public boolean isPermanentError()
public boolean isFinished()
public boolean isInterrupted()
public boolean isRestartRequested()
public boolean isStatusType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventStatusType eventStatusType)
isStatusType
in interface Event
isStatusType
in class BaseEvent
public boolean isOperationType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType eventOperationType)
isOperationType
in interface Event
isOperationType
in class BaseEvent
public boolean isCategoryType(com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType eventCategoryType)
isCategoryType
in interface Event
isCategoryType
in class BaseEvent
public boolean isRelatedToItem(ItemPath itemPath)
Event
public boolean isUserRelated()
isUserRelated
in interface Event
isUserRelated
in class BaseEvent
public OperationResultStatus getOperationResultStatus()
public String getMessage()
public long getProgress()
Copyright © 2016 evolveum. All rights reserved.