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) |
org.forgerock.i18n.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.
|
org.forgerock.i18n.LocalizableMessage |
getCompletionTime()
Gets the human-friendly completion time.
|
List<String> |
getDependencyIds()
Gets the IDs of tasks upon which this task depends.
|
org.forgerock.opendj.ldap.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.
|
org.forgerock.i18n.LocalizableMessage |
getFailedDependencyAction()
Gets the action to take if this task fails.
|
String |
getId()
Gets the ID of the task.
|
List<org.forgerock.i18n.LocalizableMessage> |
getLogMessages()
Gets the logs associated with this task's execution.
|
org.forgerock.i18n.LocalizableMessage |
getScheduledStartTime()
Gets the human-friendly scheduled time.
|
org.forgerock.i18n.LocalizableMessage |
getScheduleTab()
Gets recurring schedule tab.
|
org.forgerock.i18n.LocalizableMessage |
getState()
Gets the state of the task.
|
Map<org.forgerock.i18n.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.
|
org.forgerock.i18n.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 org.forgerock.opendj.ldap.DN getDN()
public String getId()
public String getClassName()
public org.forgerock.i18n.LocalizableMessage getState()
public org.forgerock.i18n.LocalizableMessage getScheduledStartTime()
public org.forgerock.i18n.LocalizableMessage getActualStartTime()
public org.forgerock.i18n.LocalizableMessage getCompletionTime()
public org.forgerock.i18n.LocalizableMessage getScheduleTab()
public List<String> getDependencyIds()
public org.forgerock.i18n.LocalizableMessage getFailedDependencyAction()
public List<org.forgerock.i18n.LocalizableMessage> getLogMessages()
public List<String> getCompletionNotificationEmailAddresses()
public List<String> getErrorNotificationEmailAddresses()
public org.forgerock.i18n.LocalizableMessage getType()
public boolean isCancelable()
public Map<org.forgerock.i18n.LocalizableMessage,List<String>> getTaskSpecificAttributeValuePairs()
public TaskState getTaskState()
public boolean isDone()
Copyright © 2010-2020 Wren Security. All Rights Reserved.