Uses of Class
org.omg.spec.bpmn.model.TAuditing
-
Packages that use TAuditing Package Description org.omg.spec.bpmn.model -
-
Uses of TAuditing in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TAuditing Modifier and Type Field Description protected TAuditingTFlowElement. auditingprotected TAuditingTProcess. auditingMethods in org.omg.spec.bpmn.model that return TAuditing Modifier and Type Method Description TAuditingObjectFactory. createTAuditing()Create an instance ofTAuditingTAuditingTFlowElement. getAuditing()Gets the value of the auditing property.TAuditingTProcess. getAuditing()Gets the value of the auditing property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TAuditing Modifier and Type Method Description javax.xml.bind.JAXBElement<TAuditing>ObjectFactory. createAuditing(TAuditing value)Methods in org.omg.spec.bpmn.model with parameters of type TAuditing Modifier and Type Method Description javax.xml.bind.JAXBElement<TAuditing>ObjectFactory. createAuditing(TAuditing value)voidTFlowElement. setAuditing(TAuditing value)Sets the value of the auditing property.voidTProcess. setAuditing(TAuditing value)Sets the value of the auditing property.
-