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 JaxbCommentAddCommentCommand. getJaxbComment()Methods in org.jbpm.services.task.commands with parameters of type JaxbComment Modifier and Type Method Description voidAddCommentCommand. 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 voidJaxbTaskData. setJaxbComments(List<JaxbComment> comments)
-