Class ARG_XFindHistoryTerm
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
de.mid.innovator.srv2api.icw2elem.ARG_XFindHistoryTerm
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XFindHistoryTerm
extends ARG_XFindTerm
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionhigh timestamp value for intervallow timestamp value for intervalbooleancreation or modification?name of creation or modificationFields inherited from class de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
isNot -
Constructor Summary
ConstructorsConstructorDescriptionARG_XFindHistoryTerm(boolean isNot, Date startTimestamp, Date endTimestamp, boolean useCreation, String userName) -
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
-
startTimestamp
low timestamp value for interval -
endTimestamp
high timestamp value for interval -
useCreation
public boolean useCreationcreation or modification? -
userName
name of creation or modification
-
-
Constructor Details
-
ARG_XFindHistoryTerm
public ARG_XFindHistoryTerm() -
ARG_XFindHistoryTerm
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Specified by:
marshalin classARG_XFindTerm
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Specified by:
unmarshalin classARG_XFindTerm
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble- Specified by:
resolveReferencesin classARG_XFindTerm
-