Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
Packages that use TFlowElement
-
Uses of TFlowElement in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Subclasses of TFlowElement in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_modelModifier and TypeClassDescriptionclass
Java class for tActivity complex type.class
Java class for tAdHocSubProcess complex type.class
Java class for tBoundaryEvent complex type.class
Java class for tBusinessRuleTask complex type.class
Java class for tCallActivity complex type.class
Java class for tCallChoreography complex type.class
Java class for tCatchEvent complex type.class
Java class for tChoreographyActivity complex type.class
Java class for tChoreographyTask complex type.class
Java class for tComplexGateway complex type.class
Java class for tDataObject complex type.class
Java class for tDataObjectReference complex type.class
Java class for tDataStoreReference complex type.class
Java class for tEndEvent complex type.class
Java class for tEvent complex type.class
Java class for tEventBasedGateway complex type.class
Java class for tExclusiveGateway complex type.class
Java class for tFlowNode complex type.class
Java class for tGateway complex type.class
Java class for tImplicitThrowEvent complex type.class
Java class for tInclusiveGateway complex type.class
Java class for tIntermediateCatchEvent complex type.class
Java class for tIntermediateThrowEvent complex type.class
Java class for tManualTask complex type.class
Java class for tParallelGateway complex type.class
Java class for tReceiveTask complex type.class
Java class for tScriptTask complex type.class
Java class for tSendTask complex type.class
Java class for tSequenceFlow complex type.class
Java class for tServiceTask complex type.class
Java class for tStartEvent complex type.class
Java class for tSubChoreography complex type.class
Java class for tSubProcess complex type.class
Java class for tTask complex type.class
Java class for tThrowEvent complex type.class
Java class for tTransaction complex type.class
Java class for tUserTask complex type.Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with type parameters of type TFlowElementModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TChoreography.flowElement
protected List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TProcess.flowElement
protected List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TSubChoreography.flowElement
protected List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TSubProcess.flowElement
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TFlowElementModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TFlowElement>
ObjectFactory.createFlowElement
(TFlowElement value) static Optional<TFlowElement>
BpmnReader.getElement
(TProcess process, String elementId) List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TChoreography.getFlowElement()
Gets the value of the flowElement property.List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TProcess.getFlowElement()
Gets the value of the flowElement property.List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TSubChoreography.getFlowElement()
Gets the value of the flowElement property.List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>>
TSubProcess.getFlowElement()
Gets the value of the flowElement property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TFlowElementModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TFlowElement>
ObjectFactory.createFlowElement
(TFlowElement value)