Class ARG_GetInstancesProtocolsIn
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_GetInstancesProtocolsIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_GetInstancesProtocolsIn
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of selected elementsbooleantrue if the instances content history is requiredbooleantrue if the instances content history of all transitive contents is requiredbooleantrue if the instance protocol is requiredbooleantrue if the instance protocol of all transitive contents is requiredrestrict the list of change set operations by time -
Constructor Summary
ConstructorsConstructorDescriptionARG_GetInstancesProtocolsIn(List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod, boolean showProtocol, boolean showProtocolTransitive, boolean showContent, boolean showContentTransitive) -
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
-
seqElem
list of selected elements -
valPeriod
restrict the list of change set operations by time -
showProtocol
public boolean showProtocoltrue if the instance protocol is required -
showProtocolTransitive
public boolean showProtocolTransitivetrue if the instance protocol of all transitive contents is required -
showContent
public boolean showContenttrue if the instances content history is required -
showContentTransitive
public boolean showContentTransitivetrue if the instances content history of all transitive contents is required
-
-
Constructor Details
-
ARG_GetInstancesProtocolsIn
public ARG_GetInstancesProtocolsIn() -
ARG_GetInstancesProtocolsIn
public ARG_GetInstancesProtocolsIn(List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod, boolean showProtocol, boolean showProtocolTransitive, boolean showContent, boolean showContentTransitive)
-
-
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
-