Uses of Interface
de.mid.innovator.srv2api.icw2model.MEAttachment
-
Packages that use MEAttachment Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres 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 MEAttachment Modifier and Type Method Description MEAttachment
CLArtifact. moveFileToNewAttachment()
If thisCLArtifact
contains a file anMEAttachment
is 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 MEAttachment Modifier and Type Method Description MEAttachment
MMAttachmentAble. 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 MEAttachment Modifier and Type Method Description java.util.List<MEAttachment>
MMAttachmentAble. getAssignedAttachment(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
All attachments being assigned to this element.java.util.List<MEAttachment>
MMAttachmentAble. getOwnedAttachment(K_CONTROL_OPTION... behaviourFlags)
All attachments owned by this element.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MEAttachment Modifier and Type Method Description void
MMAttachmentAble. 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 MEAttachment Modifier and Type Method Description static MEAttachment
MEAttachmentHelper. create(SrvContext srvCtx, MMAttachmentAble ohElement, ARG_File valFile)
Attaches a file to an element.MEAttachment
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 MEAttachment Modifier and Type Field Description java.util.List<MEAttachment>
ARG_AddAttachmentNode. seqAttachment
list of attachmentsMethod parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type MEAttachment Modifier and Type Method Description static java.util.List<PRDiaAttachmentNode>
PRDiaAttachmentNodeHelper. addAttachmentNode(SrvContext srvCtx, PRDia ohDia, java.util.List<? extends MEAttachment> seqAttachment, java.awt.Point ptPos)
Adds attachments as nodes.Constructor parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type MEAttachment Constructor Description ARG_AddAttachmentNode(PRDia ohDia, java.util.List<MEAttachment> seqAttachment, java.awt.Point ptPos)
-