Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TAuditing
Packages that use TAuditing
-
Uses of TAuditing in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TAuditingModifier and TypeFieldDescriptionprotected TAuditing
TFlowElement.auditing
protected TAuditing
TProcess.auditing
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TAuditingModifier and TypeMethodDescriptionObjectFactory.createTAuditing()
Create an instance ofTAuditing
TFlowElement.getAuditing()
Gets the value of the auditing property.TProcess.getAuditing()
Gets the value of the auditing property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TAuditingModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TAuditing>
ObjectFactory.createAuditing
(TAuditing value) Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TAuditingModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TAuditing>
ObjectFactory.createAuditing
(TAuditing value) void
TFlowElement.setAuditing
(TAuditing value) Sets the value of the auditing property.void
TProcess.setAuditing
(TAuditing value) Sets the value of the auditing property.