|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_ChangeSetProperties
public class ARG_ChangeSetProperties
| Field Summary | |
|---|---|
boolean |
isUserInvolved
true, if the user of the actual login has been involved in this change set |
Date |
lEndTime
end time of the latest change set fragment or 0 if still active |
int |
lInstOpCount
number of instance operations executed in this change set |
Date |
lStartTime
starting time of this change set |
Date |
lUserTime
end time of latest change set fragment of the actual login or 0 if still active or no such fragment exists |
int |
lWorkStepCount
number of work steps in this change set |
ADChangeSet |
ohSet
change set element |
String |
strId
id at an external tracking system |
String |
strLink
link to an external tracking system |
String |
strName
change set name |
String |
strNote
change set description |
String |
strUsers
all names of users assigned to fragments of this change set or empty, if anonym |
| Constructor Summary | |
|---|---|
ARG_ChangeSetProperties()
|
|
ARG_ChangeSetProperties(ADChangeSet ohSet,
String strName,
String strNote,
String strLink,
String strId,
Date lStartTime,
Date lEndTime,
String strUsers,
int lInstOpCount,
int lWorkStepCount,
Date lUserTime,
boolean isUserInvolved)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean isUserInvolved
public Date lEndTime
public int lInstOpCount
public Date lStartTime
public Date lUserTime
public int lWorkStepCount
public ADChangeSet ohSet
public String strId
public String strLink
public String strName
public String strNote
public String strUsers
| Constructor Detail |
|---|
public ARG_ChangeSetProperties()
public ARG_ChangeSetProperties(ADChangeSet ohSet,
String strName,
String strNote,
String strLink,
String strId,
Date lStartTime,
Date lEndTime,
String strUsers,
int lInstOpCount,
int lWorkStepCount,
Date lUserTime,
boolean isUserInvolved)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||