Uses of Class
org.omg.spec.bpmn.model.TArtifact
-
Packages that use TArtifact Package Description org.omg.spec.bpmn.model -
-
Uses of TArtifact in org.omg.spec.bpmn.model
Subclasses of TArtifact in org.omg.spec.bpmn.model Modifier and Type Class Description class
TAssociation
Java class for tAssociation complex type.class
TGroup
Java class for tGroup complex type.class
TTextAnnotation
Java class for tTextAnnotation complex type.Fields in org.omg.spec.bpmn.model with type parameters of type TArtifact Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TCollaboration. artifact
protected List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TProcess. artifact
protected List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TSubChoreography. artifact
protected List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TSubProcess. artifact
Methods in org.omg.spec.bpmn.model that return types with arguments of type TArtifact Modifier and Type Method Description javax.xml.bind.JAXBElement<TArtifact>
ObjectFactory. createArtifact(TArtifact value)
List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TCollaboration. getArtifact()
Gets the value of the artifact property.List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TProcess. getArtifact()
Gets the value of the artifact property.List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TSubChoreography. getArtifact()
Gets the value of the artifact property.List<javax.xml.bind.JAXBElement<? extends TArtifact>>
TSubProcess. getArtifact()
Gets the value of the artifact property.Methods in org.omg.spec.bpmn.model with parameters of type TArtifact Modifier and Type Method Description javax.xml.bind.JAXBElement<TArtifact>
ObjectFactory. createArtifact(TArtifact value)
-