Uses of Class
org.omg.spec.bpmn.model.TDefinitions
-
Packages that use TDefinitions Package Description org.omg.spec.bpmn.model science.aist.bpmn.model.impl -
-
Uses of TDefinitions in org.omg.spec.bpmn.model
Methods in org.omg.spec.bpmn.model that return TDefinitions Modifier and Type Method Description TDefinitions
ObjectFactory. createTDefinitions()
Create an instance ofTDefinitions
Methods in org.omg.spec.bpmn.model that return types with arguments of type TDefinitions Modifier and Type Method Description javax.xml.bind.JAXBElement<TDefinitions>
ObjectFactory. createDefinitions(TDefinitions value)
Methods in org.omg.spec.bpmn.model with parameters of type TDefinitions Modifier and Type Method Description javax.xml.bind.JAXBElement<TDefinitions>
ObjectFactory. createDefinitions(TDefinitions value)
-
Uses of TDefinitions in science.aist.bpmn.model.impl
Methods in science.aist.bpmn.model.impl that return types with arguments of type TDefinitions Modifier and Type Method Description javax.xml.bind.JAXBElement<TDefinitions>
BPMNTDefinitionsRepository. load(InputStream is)
Method parameters in science.aist.bpmn.model.impl with type arguments of type TDefinitions Modifier and Type Method Description void
BPMNTDefinitionsRepository. save(javax.xml.bind.JAXBElement<TDefinitions> jaxbElement, OutputStream os)
-