public class TaskEntry extends Object
Constructor and Description |
---|
TaskEntry(Entry entry)
Creates a parameterized instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LocalizableMessage |
getActualStartTime()
Gets the human-friendly start time.
|
String |
getClassName()
Gets the name of the class implementing the task represented here.
|
List<String> |
getCompletionNotificationEmailAddresses()
Gets the email messages that will be used for notifications when the task completes.
|
LocalizableMessage |
getCompletionTime()
Gets the human-friendly completion time.
|
List<String> |
getDependencyIds()
Gets the IDs of tasks upon which this task depends.
|
Dn |
getDN()
Gets the DN of the wrapped entry.
|
List<String> |
getErrorNotificationEmailAddresses()
Gets the email messages that will be used for notifications when the task encounters an error.
|
LocalizableMessage |
getFailedDependencyAction()
Gets the action to take if this task fails.
|
String |
getId()
Gets the ID of the task.
|
List<LocalizableMessage> |
getLogMessages()
Gets the logs associated with this task's execution.
|
LocalizableMessage |
getScheduledStartTime()
Gets the human-friendly scheduled time.
|
LocalizableMessage |
getScheduleTab()
Gets recurring schedule tab.
|
LocalizableMessage |
getState()
Gets the state of the task.
|
Map<LocalizableMessage,List<String>> |
getTaskSpecificAttributeValuePairs()
Gets a mapping of attributes that are specific to the implementing
task as opposed to the superior, or base, task.
|
TaskState |
getTaskState()
Gets the task state.
|
LocalizableMessage |
getType()
Gets a user presentable string indicating the type of this task.
|
int |
hashCode() |
boolean |
isCancelable()
Indicates whether this task supports a cancel operation.
|
boolean |
isDone()
Indicates whether this task is done.
|
public TaskEntry(Entry entry)
entry
- to wrappublic Dn getDN()
public String getId()
public String getClassName()
public LocalizableMessage getState()
public LocalizableMessage getScheduledStartTime()
public LocalizableMessage getActualStartTime()
public LocalizableMessage getCompletionTime()
public LocalizableMessage getScheduleTab()
public List<String> getDependencyIds()
public LocalizableMessage getFailedDependencyAction()
public List<LocalizableMessage> getLogMessages()
public List<String> getCompletionNotificationEmailAddresses()
public List<String> getErrorNotificationEmailAddresses()
public LocalizableMessage getType()
public boolean isCancelable()
public Map<LocalizableMessage,List<String>> getTaskSpecificAttributeValuePairs()
public TaskState getTaskState()
public boolean isDone()
Copyright 2010-2022 ForgeRock AS.