Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TProcess
Packages that use TProcess
Package
Description
-
Uses of TProcess in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TProcessMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TProcessModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TProcess>
ObjectFactory.createProcess
(TProcess value) BpmnReader.getProcesses
(TDefinitions definitions) Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TProcessModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TProcess>
ObjectFactory.createProcess
(TProcess value) static List<TAdHocSubProcess>
BpmnReader.getAdhocSubProcesses
(TProcess process) static List<TBoundaryEvent>
BpmnReader.getBoundaryErrorEvents
(TProcess process) static List<TCallActivity>
BpmnReader.getCallActivities
(TProcess process) static Optional<TFlowElement>
BpmnReader.getElement
(TProcess process, String elementId) static List<TSubProcess>
BpmnReader.getEmbeddedSubProcesses
(TProcess process) BpmnReader.getEndMessageEvents
(TProcess process) static List<TSubProcess>
BpmnReader.getEventSubProcesses
(TProcess process) static List<TIntermediateThrowEvent>
BpmnReader.getIntermediateThrowMessageEvents
(TProcess process) BpmnReader.getNeighbours
(TProcess process, TFlowNode start) BpmnReader.getSendTasks
(TProcess process) static List<TSubProcess>
BpmnReader.getSubProcesses
(TProcess process) BpmnReader.getUserTasks
(TProcess process) -
Uses of TProcess in ru.cg.webbpm.studio.subsystems.bpmn.configuration_step
Methods in ru.cg.webbpm.studio.subsystems.bpmn.configuration_step that return types with arguments of type TProcessModifier and TypeMethodDescriptionProcessConfigurationHelper.mapBpmnProcesses
(List<WebbpmProcess> wbProcesses) -
Uses of TProcess in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl
Methods in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl with parameters of type TProcessModifier and TypeMethodDescription -
Uses of TProcess in ru.cg.webbpm.studio.subsystems.bpmn.validation.util
Methods in ru.cg.webbpm.studio.subsystems.bpmn.validation.util with parameters of type TProcessModifier and TypeMethodDescriptionstatic List<Bpmn2ValidationMessage>
WebbpmRuleFlowValidationUtil.checkSyntax
(TProcess process) static List<Bpmn2ValidationMessage>