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 TAuditing
TFlowElement. auditing
protected TAuditing
TProcess. auditing
Methods in org.omg.spec.bpmn.model that return TAuditing Modifier and Type Method Description TAuditing
ObjectFactory. createTAuditing()
Create an instance ofTAuditing
TAuditing
TFlowElement. getAuditing()
Gets the value of the auditing property.TAuditing
TProcess. 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)
void
TFlowElement. setAuditing(TAuditing value)
Sets the value of the auditing property.void
TProcess. setAuditing(TAuditing value)
Sets the value of the auditing property.
-