@AccessLevel(value=EXTERNAL)
public static interface LocalizableStringResolver.TaskStringResolver
Modifier and Type | Method and Description |
---|---|
TaskActionDetailsList |
getActionDetailsForTask(TaskKey taskKey)
Returns the task action details for all of the task actions associated
with a task.
|
TaskActionDetailsList |
getActionDetailsForTask(TaskWDOSnapshotDetails taskWDOSnapshotDetails)
Returns the task action details for all of the task actions associated
with a task.
|
java.lang.String |
getActivityNameForTask(TaskKey taskKey)
Returns the name of an activity associated with a specified task for
the current locale of the user.
|
java.lang.String |
getSubjectForTask(TaskKey taskKey)
Returns the subject string for the specified task based on the current
locale of the user.
|
java.lang.String |
getSubjectForTask(TaskWDOSnapshotDetails taskWDOSnapshotDetails)
Returns the subject string for the specified task based on the current
locale of the user.
|
TaskSubjectList |
getSubjectsForTasks(TaskKeyList taskKeyList)
Returns the subject strings for the specified tasks based on the current
locale of the user.
|
TaskSubjectList |
getSubjectsForTasks(TaskWDOSnapshotDetailsList taskWDOSnapshotDetailsList)
Returns the subject strings for the specified tasks based on the current
locale of the user.
|
TaskSubjectList getSubjectsForTasks(TaskKeyList taskKeyList) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskKeyList
- the list of identifiers for the Tasks whose subject
text strings will be returned.curam.util.exception.AppException
- Typical database exceptions.curam.util.exception.InformationalException
- Generic Exception Signature.TaskSubjectList getSubjectsForTasks(TaskWDOSnapshotDetailsList taskWDOSnapshotDetailsList) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskWDOSnapshotDetailsList
- the list of task wdo snapshot details.curam.util.exception.AppException
- Typical database exceptions.curam.util.exception.InformationalException
- Generic Exception Signature.java.lang.String getSubjectForTask(TaskKey taskKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskKey
- The key containing the identifier of the task
whose subject text is resolved and returned.curam.util.exception.AppException
- Typical database exceptions.curam.util.exception.InformationalException
- Generic Exception Signature.java.lang.String getSubjectForTask(TaskWDOSnapshotDetails taskWDOSnapshotDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskWDOSnapshotDetails
- A struct containing the identifier of the
task whose subject text is resolved and returned and the WDO snapshot
to use to replace the message place holders.curam.util.exception.AppException
- Typical database exceptions.curam.util.exception.InformationalException
- Generic Exception Signature.TaskActionDetailsList getActionDetailsForTask(TaskKey taskKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskKey
- the key of the task whose action messages
will be returned.curam.util.exception.AppException
- Typical database exceptions.curam.util.exception.InformationalException
- Generic Exception Signature.TaskActionDetailsList getActionDetailsForTask(TaskWDOSnapshotDetails taskWDOSnapshotDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskWDOSnapshotDetails
- A struct containing the identifier of the
task whose subject text is resolved and returned and the WDO snapshot
to use to replace the message place holders.curam.util.exception.AppException
- Typical database exceptions.curam.util.exception.InformationalException
- Generic Exception Signature.java.lang.String getActivityNameForTask(TaskKey taskKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskKey
- the task identifier whose associated activity name text
string will be returned.curam.util.exception.AppException
- Typical database exceptions.curam.util.exception.InformationalException
- Generic Exception Signature.