Uses of Class
org.omg.spec.bpmn.model.TResourceRole
-
Packages that use TResourceRole Package Description org.omg.spec.bpmn.model -
-
Uses of TResourceRole in org.omg.spec.bpmn.model
Subclasses of TResourceRole in org.omg.spec.bpmn.model Modifier and Type Class Description class
THumanPerformer
Java class for tHumanPerformer complex type.class
TPerformer
Java class for tPerformer complex type.class
TPotentialOwner
Java class for tPotentialOwner complex type.Fields in org.omg.spec.bpmn.model with type parameters of type TResourceRole Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends TResourceRole>>
TActivity. resourceRole
protected List<javax.xml.bind.JAXBElement<? extends TResourceRole>>
TGlobalTask. resourceRole
protected List<javax.xml.bind.JAXBElement<? extends TResourceRole>>
TProcess. resourceRole
Methods in org.omg.spec.bpmn.model that return TResourceRole Modifier and Type Method Description TResourceRole
ObjectFactory. createTResourceRole()
Create an instance ofTResourceRole
Methods in org.omg.spec.bpmn.model that return types with arguments of type TResourceRole Modifier and Type Method Description javax.xml.bind.JAXBElement<TResourceRole>
ObjectFactory. createResourceRole(TResourceRole value)
List<javax.xml.bind.JAXBElement<? extends TResourceRole>>
TActivity. getResourceRole()
Gets the value of the resourceRole property.List<javax.xml.bind.JAXBElement<? extends TResourceRole>>
TGlobalTask. getResourceRole()
Gets the value of the resourceRole property.List<javax.xml.bind.JAXBElement<? extends TResourceRole>>
TProcess. getResourceRole()
Gets the value of the resourceRole property.Methods in org.omg.spec.bpmn.model with parameters of type TResourceRole Modifier and Type Method Description javax.xml.bind.JAXBElement<TResourceRole>
ObjectFactory. createResourceRole(TResourceRole value)
-