jBPM :: Distribution 6.2.0.Final

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

Packages that use I18NText
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.ejb.impl   
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.persistence   
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.ejb.impl
 

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

Method parameters in org.jbpm.services.ejb.impl with type arguments of type I18NText
 void TaskServiceEJBImpl.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void TaskServiceEJBImpl.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> TaskInstanceServiceImpl.getDescriptions(long taskId)
           
 

Method parameters in org.jbpm.services.task.impl with type arguments of type I18NText
 void TaskInstanceServiceImpl.setDescriptions(long taskId, List<I18NText> descriptions)
           
 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> CommandBasedTaskService.getDescriptions(long taskId)
           
 

Method parameters in org.jbpm.services.task.impl.command with type arguments of type I18NText
 void CommandBasedTaskService.setDescriptions(long taskId, List<I18NText> descriptions)
           
 void CommandBasedTaskService.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
 

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

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

Method parameters in org.jbpm.services.task.impl.model.xml with type arguments of type I18NText
 void JaxbTask.setDescriptions(List<I18NText> descriptions)
           
 void JaxbTask.setNames(List<I18NText> names)
           
 void JaxbTask.setSubjects(List<I18NText> subjects)
           
 

Constructors in org.jbpm.services.task.impl.model.xml with parameters of type I18NText
JaxbI18NText(I18NText text)
           
 

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

Methods in org.jbpm.services.task.persistence that return I18NText
 I18NText JPATaskModelFactory.newI18NText()
           
 

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.2.0.Final

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