jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.I18NText

Packages that use I18NText
org.jbpm.task   
org.jbpm.task.api   
org.jbpm.task.deadlines   
org.jbpm.task.impl   
org.jbpm.task.impl.command   
org.jbpm.task.subtask   
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.api
 

Methods in org.jbpm.task.api that return types with arguments of type I18NText
 List<I18NText> TaskServiceEntryPoint.getDescriptions(long taskId)
           
 List<I18NText> TaskInstanceService.getDescriptions(long taskId)
           
 

Method parameters in org.jbpm.task.api with type arguments of type I18NText
 void TaskServiceEntryPoint.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void TaskInstanceService.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void TaskServiceEntryPoint.setTaskNames(long taskId, List<I18NText> taskNames)
           
 void TaskInstanceService.setTaskNames(long taskId, List<I18NText> taskNames)
           
 

Uses of I18NText in org.jbpm.task.deadlines
 

Methods in org.jbpm.task.deadlines that return types with arguments of type I18NText
 List<I18NText> DeadlinesDecorator.getDescriptions(long taskId)
           
 

Method parameters in org.jbpm.task.deadlines with type arguments of type I18NText
 void DeadlinesDecorator.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void DeadlinesDecorator.setTaskNames(long taskId, List<I18NText> taskNames)
           
 

Uses of I18NText in org.jbpm.task.impl
 

Methods in org.jbpm.task.impl that return types with arguments of type I18NText
 List<I18NText> TaskServiceEntryPointImpl.getDescriptions(long taskId)
           
 List<I18NText> TaskInstanceServiceImpl.getDescriptions(long taskId)
           
 

Method parameters in org.jbpm.task.impl with type arguments of type I18NText
 void TaskServiceEntryPointImpl.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void TaskInstanceServiceImpl.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void TaskServiceEntryPointImpl.setTaskNames(long taskId, List<I18NText> taskName)
           
 void TaskInstanceServiceImpl.setTaskNames(long taskId, List<I18NText> taskNames)
           
 

Uses of I18NText in org.jbpm.task.impl.command
 

Methods in org.jbpm.task.impl.command that return types with arguments of type I18NText
 List<I18NText> CommandBasedTaskInstanceServiceImpl.getDescriptions(long taskId)
           
 

Method parameters in org.jbpm.task.impl.command with type arguments of type I18NText
 void CommandBasedTaskInstanceServiceImpl.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void CommandBasedTaskInstanceServiceImpl.setTaskNames(long taskId, List<I18NText> taskNames)
           
 

Uses of I18NText in org.jbpm.task.subtask
 

Methods in org.jbpm.task.subtask that return types with arguments of type I18NText
 List<I18NText> SubTaskDecorator.getDescriptions(long taskId)
           
 

Method parameters in org.jbpm.task.subtask with type arguments of type I18NText
 void SubTaskDecorator.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void SubTaskDecorator.setTaskNames(long taskId, List<I18NText> taskNames)
           
 

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)
           
 


jBPM distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.