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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionfile modification time at check out timecurrent file modificationintsize of the checked-In filebooleanartifact is locked by current userintmaximum file size for this artifactbooleantemplate file is available for this stereotype/extensionintfile version at check out timeintfile version currently checked in -
Constructor Summary
ConstructorsConstructorDescriptionARG_CheckInOutDlgInitOclReq(CLArtifact ohArtifact, String name, String namespaceName, String pathOfArtifact, int versionCurrent, int versionAtCheckOut, Date fileModificationTimeAtCheckOut, boolean isOwnLocked, int fileSize, Date fileModificationTimeVersionCurrent, boolean templateAvailable, int lMaxFileSize) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohArtifact
-
name
-
namespaceName
-
pathOfArtifact
-
versionCurrent
public int versionCurrentfile version currently checked in -
versionAtCheckOut
public int versionAtCheckOutfile version at check out time -
fileModificationTimeAtCheckOut
file modification time at check out time -
isOwnLocked
public boolean isOwnLockedartifact is locked by current user -
fileSize
public int fileSizesize of the checked-In file -
fileModificationTimeVersionCurrent
current file modification -
templateAvailable
public boolean templateAvailabletemplate file is available for this stereotype/extension -
lMaxFileSize
public int lMaxFileSizemaximum file size for this artifact
-
-
Constructor Details
-
ARG_CheckInOutDlgInitOclReq
public ARG_CheckInOutDlgInitOclReq() -
ARG_CheckInOutDlgInitOclReq
public ARG_CheckInOutDlgInitOclReq(CLArtifact ohArtifact, String name, String namespaceName, String pathOfArtifact, int versionCurrent, int versionAtCheckOut, Date fileModificationTimeAtCheckOut, boolean isOwnLocked, int fileSize, Date fileModificationTimeVersionCurrent, boolean templateAvailable, int lMaxFileSize)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-