jBPM distribution 6.0.0.CR5

Uses of Interface
org.kie.api.task.model.I18NText

Packages that use I18NText
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.task.deadlines   
org.jbpm.services.task.identity   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.command   
org.jbpm.services.task.impl.model   
org.jbpm.services.task.impl.model.xml   
org.jbpm.services.task.impl.model.xml.adapter   
org.jbpm.services.task.subtask   
org.jbpm.services.task.utils   
org.kie.api.task.model   
 

Uses of I18NText in org.jbpm.runtime.manager.impl.task
 

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

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

Uses of I18NText in org.jbpm.services.task.deadlines
 

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

Method parameters in org.jbpm.services.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.services.task.identity
 

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

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

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

Methods in org.jbpm.services.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.services.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.services.task.impl.command
 

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

Method parameters in org.jbpm.services.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.services.task.impl.model
 

Classes in org.jbpm.services.task.impl.model that implement I18NText
 class I18NTextImpl
           
 

Methods in org.jbpm.services.task.impl.model that return types with arguments of type I18NText
 List<I18NText> TaskImpl.getDescriptions()
           
 List<I18NText> NotificationImpl.getDescriptions()
           
 List<I18NText> ReassignmentImpl.getDocumentation()
           
 List<I18NText> NotificationImpl.getDocumentation()
           
 List<I18NText> DeadlineImpl.getDocumentation()
           
 List<I18NText> TaskImpl.getNames()
           
 List<I18NText> NotificationImpl.getNames()
           
 List<I18NText> TaskImpl.getSubjects()
           
 List<I18NText> NotificationImpl.getSubjects()
           
 

Method parameters in org.jbpm.services.task.impl.model with type arguments of type I18NText
 void TaskImpl.setDescriptions(List<I18NText> descriptions)
           
 void NotificationImpl.setDescriptions(List<I18NText> descriptions)
           
 void ReassignmentImpl.setDocumentation(List<I18NText> documentation)
           
 void NotificationImpl.setDocumentation(List<I18NText> documentation)
           
 void DeadlineImpl.setDocumentation(List<I18NText> documentation)
           
 void TaskImpl.setNames(List<I18NText> names)
           
 void NotificationImpl.setNames(List<I18NText> names)
           
 void TaskImpl.setSubjects(List<I18NText> subjects)
           
 void NotificationImpl.setSubjects(List<I18NText> subjects)
           
 

Uses of I18NText in org.jbpm.services.task.impl.model.xml
 

Methods in org.jbpm.services.task.impl.model.xml that return types with arguments of type I18NText
 List<I18NText> JaxbTask.getDescriptions()
           
 List<I18NText> JaxbTask.getNames()
           
 List<I18NText> JaxbTask.getSubjects()
           
 

Uses of I18NText in org.jbpm.services.task.impl.model.xml.adapter
 

Methods in org.jbpm.services.task.impl.model.xml.adapter that return I18NText
 I18NText I18NTextXmlAdapter.unmarshal(String v)
           
 

Methods in org.jbpm.services.task.impl.model.xml.adapter with parameters of type I18NText
 String I18NTextXmlAdapter.marshal(I18NText v)
           
 

Uses of I18NText in org.jbpm.services.task.subtask
 

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

Method parameters in org.jbpm.services.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.services.task.utils
 

Methods in org.jbpm.services.task.utils that return types with arguments of type I18NText
static List<I18NText> CollectionUtils.readI18NTextList(ObjectInput in)
           
 

Method parameters in org.jbpm.services.task.utils with type arguments of type I18NText
static void CollectionUtils.writeI18NTextList(List<I18NText> list, ObjectOutput out)
           
 

Uses of I18NText in org.kie.api.task.model
 

Methods in org.kie.api.task.model that return types with arguments of type I18NText
 List<I18NText> Task.getDescriptions()
           
 List<I18NText> Task.getNames()
           
 List<I18NText> Task.getSubjects()
           
 


jBPM distribution 6.0.0.CR5

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