Uses of Class
org.jbpm.services.task.impl.model.xml.JaxbComment
-
Packages that use JaxbComment Package Description org.jbpm.services.task.commands org.jbpm.services.task.impl.model.xml -
-
Uses of JaxbComment in org.jbpm.services.task.commands
Methods in org.jbpm.services.task.commands that return JaxbComment Modifier and Type Method Description JaxbComment
AddCommentCommand. getJaxbComment()
Methods in org.jbpm.services.task.commands with parameters of type JaxbComment Modifier and Type Method Description void
AddCommentCommand. setJaxbComment(JaxbComment jaxbComment)
-
Uses of JaxbComment in org.jbpm.services.task.impl.model.xml
Method parameters in org.jbpm.services.task.impl.model.xml with type arguments of type JaxbComment Modifier and Type Method Description void
JaxbTaskData. setJaxbComments(List<JaxbComment> comments)
-