Class ARG_ChangeSetProperties
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetProperties
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ChangeSetProperties
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if the change set is cloesd for further changesbooleantrue, if the user of the actual login has been involved in this change setend time of the latest change set fragment or 0 if still activeintnumber of instance operations executed in this change setstarting time of this change setend time of latest change set fragment of the actual login or 0 if still active or no such fragment existschange set elementid at an external tracking systemlink to an external tracking systemchange set namechange set descriptionall names of users assigned to fragments of this change set or empty, if anonymous -
Constructor Summary
ConstructorsConstructorDescriptionARG_ChangeSetProperties(ADChangeSet ohSet, String strName, String strNote, String strLink, String strId, Date lStartTime, Date lEndTime, String strUsers, int lInstOpCount, Date lUserTime, boolean isUserInvolved, boolean isSealed) -
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
-
ohSet
change set element -
strName
change set name -
strNote
change set description -
strLink
link to an external tracking system -
strId
id at an external tracking system -
lStartTime
starting time of this change set -
lEndTime
end time of the latest change set fragment or 0 if still active -
strUsers
all names of users assigned to fragments of this change set or empty, if anonymous -
lInstOpCount
public int lInstOpCountnumber of instance operations executed in this change set -
lUserTime
end time of latest change set fragment of the actual login or 0 if still active or no such fragment exists -
isUserInvolved
public boolean isUserInvolvedtrue, if the user of the actual login has been involved in this change set -
isSealed
public boolean isSealedtrue, if the change set is cloesd for further changes
-
-
Constructor Details
-
ARG_ChangeSetProperties
public ARG_ChangeSetProperties() -
ARG_ChangeSetProperties
-
-
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
-