Class ARG_CheckInOutDlgInitOclReq
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.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 Summary
Fields Modifier and Type Field Description java.util.Date
fileModificationTimeAtCheckOut
file modification time at check out timejava.util.Date
fileModificationTimeVersionCurrent
current file modificationint
fileSize
size of the checked-In fileboolean
isOwnLocked
artifact is locked by current userint
lMaxFileSize
maximum file size for this artifactjava.lang.String
name
java.lang.String
namespaceName
CLArtifact
ohArtifact
java.lang.String
pathOfArtifact
boolean
templateAvailable
template file is available for this stereotype/extensionint
versionAtCheckOut
file version at check out timeint
versionCurrent
file version currently checked in
-
Constructor Summary
Constructors Constructor Description ARG_CheckInOutDlgInitOclReq()
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
ohArtifact
public CLArtifact ohArtifact
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-