Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_File
-
Packages that use ARG_File 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.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 ARG_File in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as ARG_File Modifier and Type Field Description ARG_File
ARG_CheckInCmd. valFile
ARG_File
ARG_CheckOutCmd. valFile
Methods in de.mid.innovator.srv2api.icw2class that return ARG_File Modifier and Type Method Description ARG_File
CLArtifact. 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_File Modifier and Type Method Description void
CLArtifact. checkIn(ARG_File valFile, boolean overrideNewerServerVersion)
The file provided is checked-in as the current version of this artifact.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ARG_File Constructor Description ARG_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_File Modifier and Type Field Description ARG_File
ARG_AttachmentContent. valFile
the attached fileARG_File
ARG_AttachmentFile. valFile
the attached fileMethods in de.mid.innovator.srv2api.icw2model with parameters of type ARG_File Modifier and Type Method Description static MEAttachment
MEAttachmentHelper. create(SrvContext srvCtx, MMAttachmentAble ohElement, ARG_File valFile)
Attaches a file to an element.void
MEAttachment. 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_File Constructor Description ARG_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_File Modifier and Type Field Description ARG_File
ARG_CreateAttachmentWithNode. valFile
the attached fileMethods in de.mid.innovator.srv2api.icw2pres with parameters of type ARG_File Modifier and Type Method Description static ADClientAble
PRDiaAttachmentNodeHelper. createAttachmentWithNode(SrvContext srvCtx, PRPresElement ohSel, ARG_File valFile, java.awt.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_File Constructor Description ARG_CreateAttachmentWithNode(PRPresElement ohSel, ARG_File valFile, java.awt.Point position)
-