Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_File
Packages that use ARG_File
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
This packagage contains elements representing the logical model.
Diagrams and graphical representations of model elements in diagrams.
-
Uses of ARG_File in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as ARG_FileMethods in de.mid.innovator.srv2api.icw2class that return ARG_FileModifier and TypeMethodDescriptionCLArtifact.getTemplateFile()Returns the template file configured for the extension of the current object.Methods in de.mid.innovator.srv2api.icw2class with parameters of type ARG_FileModifier and TypeMethodDescriptionvoidThe file provided is checked-in as the current version of this artifact.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ARG_FileModifierConstructorDescriptionARG_CheckInCmd(ARG_File valFile, boolean overrideNewerServerVersion) ARG_CheckOutCmd(ARG_File valFile, int versionCurrent) -
Uses of ARG_File in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as ARG_FileModifier and TypeFieldDescriptionARG_AttachmentContent.valFilethe attached fileARG_AttachmentFile.valFilethe attached fileMethods in de.mid.innovator.srv2api.icw2model with parameters of type ARG_FileModifier and TypeMethodDescriptionstatic MEAttachmentMEAttachmentHelper.create(SrvContext srvCtx, MMAttachmentAble ohElement, ARG_File valFile) Attaches a file to an element.voidMEAttachment.replaceAttachmentContent(ARG_File valFile) Replaces the content of the attachment with the modified file.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type ARG_FileModifierConstructorDescriptionARG_AttachmentContent(ARG_File valFile) ARG_AttachmentFile(MMAttachmentAble ohElement, ARG_File valFile) -
Uses of ARG_File in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as ARG_FileMethods in de.mid.innovator.srv2api.icw2pres with parameters of type ARG_FileModifier and TypeMethodDescriptionstatic ADClientAblePRDiaAttachmentNodeHelper.createAttachmentWithNode(SrvContext srvCtx, PRPresElement ohSel, ARG_File valFile, Point position) Attaches a file to the element represented by the presentation element.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type ARG_FileModifierConstructorDescriptionARG_CreateAttachmentWithNode(PRPresElement ohSel, ARG_File valFile, Point position)