Uses of Interface
io.camunda.zeebe.model.bpmn.instance.Artifact
Packages that use Artifact
-
Uses of Artifact in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement ArtifactModifier and TypeClassDescriptionclassThe BPMN artifact elementclassclassclassThe BPMN 2.0 textAnnotation elementFields in io.camunda.zeebe.model.bpmn.impl.instance with type parameters of type ArtifactModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> CollaborationImpl.artifactCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> ProcessImpl.artifactCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> SubProcessImpl.artifactCollectionMethods in io.camunda.zeebe.model.bpmn.impl.instance that return types with arguments of type ArtifactModifier and TypeMethodDescriptionCollaborationImpl.getArtifacts()ProcessImpl.getArtifacts()SubProcessImpl.getArtifacts() -
Uses of Artifact in io.camunda.zeebe.model.bpmn.instance
Subinterfaces of Artifact in io.camunda.zeebe.model.bpmn.instanceModifier and TypeInterfaceDescriptioninterfaceThe BPMN association elementinterfaceinterfaceThe BPMN 2.0 textAnnotation elementMethods in io.camunda.zeebe.model.bpmn.instance that return types with arguments of type ArtifactModifier and TypeMethodDescriptionCollaboration.getArtifacts()Process.getArtifacts()SubProcess.getArtifacts()