Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TMonitoring
Packages that use TMonitoring
-
Uses of TMonitoring in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TMonitoringModifier and TypeFieldDescriptionprotected TMonitoring
TFlowElement.monitoring
protected TMonitoring
TProcess.monitoring
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TMonitoringModifier and TypeMethodDescriptionObjectFactory.createTMonitoring()
Create an instance ofTMonitoring
TFlowElement.getMonitoring()
Gets the value of the monitoring property.TProcess.getMonitoring()
Gets the value of the monitoring property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TMonitoringModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TMonitoring>
ObjectFactory.createMonitoring
(TMonitoring value) Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TMonitoringModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TMonitoring>
ObjectFactory.createMonitoring
(TMonitoring value) void
TFlowElement.setMonitoring
(TMonitoring value) Sets the value of the monitoring property.void
TProcess.setMonitoring
(TMonitoring value) Sets the value of the monitoring property.