Uses of Interface
de.mid.innovator.srv2api.icw2model.MEAttachment
Packages that use MEAttachment
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Meta model and administration information.
This packagage contains elements representing the logical model.
Diagrams and graphical representations of model elements in diagrams.
-
Uses of MEAttachment in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return MEAttachmentModifier and TypeMethodDescriptionCLArtifact.moveFileToNewAttachment()If thisCLArtifactcontains a file anMEAttachmentis created and the file moved from the artifact to the attachment. -
Uses of MEAttachment in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return MEAttachmentModifier and TypeMethodDescriptionMMAttachmentAble.getDefaultAttachment()The attachment assigned as default to this element, like a preview picture or a document describing the element.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MEAttachmentModifier and TypeMethodDescriptionMMAttachmentAble.getAssignedAttachment(String pattern, K_CONTROL_OPTION... behaviourFlags) All attachments being assigned to this element.MMAttachmentAble.getOwnedAttachment(K_CONTROL_OPTION... behaviourFlags) All attachments owned by this element.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MEAttachmentModifier and TypeMethodDescriptionvoidMMAttachmentAble.setDefaultAttachment(MEAttachment value) Set the value of View DefaultAttachment. -
Uses of MEAttachment in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MEAttachmentModifier and TypeMethodDescriptionstatic MEAttachmentMEAttachmentHelper.create(SrvContext srvCtx, MMAttachmentAble ohElement, ARG_File valFile) Attaches a file to an element.MEAttachmentAssign.getOwningAttachment()The owningMEAttachment. -
Uses of MEAttachment in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres with type parameters of type MEAttachmentMethod parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type MEAttachmentModifier and TypeMethodDescriptionstatic List<PRDiaAttachmentNode> PRDiaAttachmentNodeHelper.addAttachmentNode(SrvContext srvCtx, PRDia ohDia, List<? extends MEAttachment> seqAttachment, Point ptPos) Adds attachments as nodes.Constructor parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type MEAttachmentModifierConstructorDescriptionARG_AddAttachmentNode(PRDia ohDia, List<MEAttachment> seqAttachment, Point ptPos)