Uses of Class
org.jbpm.services.task.impl.model.xml.JaxbContent
-
Packages that use JaxbContent Package Description org.jbpm.services.task.commands -
-
Uses of JaxbContent in org.jbpm.services.task.commands
Methods in org.jbpm.services.task.commands that return JaxbContent Modifier and Type Method Description JaxbContent
AddAttachmentCommand. getJaxbContent()
JaxbContent
AddContentCommand. getJaxbContent()
Methods in org.jbpm.services.task.commands with parameters of type JaxbContent Modifier and Type Method Description void
AddAttachmentCommand. setJaxbContent(JaxbContent jaxbContent)
void
AddContentCommand. setJaxbContent(JaxbContent jaxbContent)
-