|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use I18NText | |
---|---|
org.jbpm.task | |
org.jbpm.task.utils |
Uses of I18NText in org.jbpm.task |
---|
Methods in org.jbpm.task that return types with arguments of type I18NText | |
---|---|
List<I18NText> |
Task.getDescriptions()
|
List<I18NText> |
Notification.getDescriptions()
|
List<I18NText> |
Reassignment.getDocumentation()
|
List<I18NText> |
Notification.getDocumentation()
|
List<I18NText> |
Deadline.getDocumentation()
|
List<I18NText> |
Task.getNames()
|
List<I18NText> |
Notification.getNames()
|
List<I18NText> |
Task.getSubjects()
|
List<I18NText> |
Notification.getSubjects()
|
Method parameters in org.jbpm.task with type arguments of type I18NText | |
---|---|
static String |
I18NText.getLocalText(List<I18NText> list,
String prefferedLanguage,
String defaultLanguage)
|
void |
Task.setDescriptions(List<I18NText> descriptions)
|
void |
Notification.setDescriptions(List<I18NText> descriptions)
|
void |
Reassignment.setDocumentation(List<I18NText> documentation)
|
void |
Notification.setDocumentation(List<I18NText> documentation)
|
void |
Deadline.setDocumentation(List<I18NText> documentation)
|
void |
Task.setNames(List<I18NText> names)
|
void |
Notification.setNames(List<I18NText> names)
|
void |
Task.setSubjects(List<I18NText> subjects)
|
void |
Notification.setSubjects(List<I18NText> subjects)
|
Uses of I18NText in org.jbpm.task.utils |
---|
Methods in org.jbpm.task.utils that return types with arguments of type I18NText | |
---|---|
static List<I18NText> |
CollectionUtils.readI18NTextList(ObjectInput in)
|
Method parameters in org.jbpm.task.utils with type arguments of type I18NText | |
---|---|
static void |
CollectionUtils.writeI18NTextList(List<I18NText> list,
ObjectOutput out)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |