Uses of Interface
org.jbpm.services.api.model.MessageDesc
-
Packages that use MessageDesc Package Description org.jbpm.kie.services.impl.bpmn2 org.jbpm.kie.services.impl.model org.jbpm.services.api.model -
-
Uses of MessageDesc in org.jbpm.kie.services.impl.bpmn2
Methods in org.jbpm.kie.services.impl.bpmn2 that return types with arguments of type MessageDesc Modifier and Type Method Description Collection<MessageDesc>
ProcessDescriptor. getMessages()
Method parameters in org.jbpm.kie.services.impl.bpmn2 with type arguments of type MessageDesc Modifier and Type Method Description void
ProcessDescriptor. setMessages(Collection<MessageDesc> messages)
-
Uses of MessageDesc in org.jbpm.kie.services.impl.model
Classes in org.jbpm.kie.services.impl.model that implement MessageDesc Modifier and Type Class Description class
MessageDescImpl
Methods in org.jbpm.kie.services.impl.model that return types with arguments of type MessageDesc Modifier and Type Method Description Collection<MessageDesc>
ProcessAssetDesc. getMessagesDesc()
Method parameters in org.jbpm.kie.services.impl.model with type arguments of type MessageDesc Modifier and Type Method Description void
ProcessAssetDesc. setMessagesDesc(Collection<MessageDesc> messagesDesc)
-
Uses of MessageDesc in org.jbpm.services.api.model
Methods in org.jbpm.services.api.model that return types with arguments of type MessageDesc Modifier and Type Method Description Collection<MessageDesc>
ProcessDefinition. getMessagesDesc()
Returns process definition signals.
-