Class ARG_CheckInOutDlgInitOclReq

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_CheckInOutDlgInitOclReq
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Detail

      • name

        public java.lang.String name
      • namespaceName

        public java.lang.String namespaceName
      • pathOfArtifact

        public java.lang.String pathOfArtifact
      • versionCurrent

        public int versionCurrent
        file version currently checked in
      • versionAtCheckOut

        public int versionAtCheckOut
        file version at check out time
      • fileModificationTimeAtCheckOut

        public java.util.Date fileModificationTimeAtCheckOut
        file modification time at check out time
      • isOwnLocked

        public boolean isOwnLocked
        artifact is locked by current user
      • fileSize

        public int fileSize
        size of the checked-In file
      • fileModificationTimeVersionCurrent

        public java.util.Date fileModificationTimeVersionCurrent
        current file modification
      • templateAvailable

        public boolean templateAvailable
        template file is available for this stereotype/extension
      • lMaxFileSize

        public int lMaxFileSize
        maximum file size for this artifact
    • Constructor Detail

      • ARG_CheckInOutDlgInitOclReq

        public ARG_CheckInOutDlgInitOclReq()
      • ARG_CheckInOutDlgInitOclReq

        public ARG_CheckInOutDlgInitOclReq​(CLArtifact ohArtifact,
                                           java.lang.String name,
                                           java.lang.String namespaceName,
                                           java.lang.String pathOfArtifact,
                                           int versionCurrent,
                                           int versionAtCheckOut,
                                           java.util.Date fileModificationTimeAtCheckOut,
                                           boolean isOwnLocked,
                                           int fileSize,
                                           java.util.Date fileModificationTimeVersionCurrent,
                                           boolean templateAvailable,
                                           int lMaxFileSize)
    • Method Detail

      • marshal

        public void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      • unmarshal

        public void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                              SrvContext srvctx)
        Specified by:
        unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      • resolveReferences

        public void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble