Class ARG_FindDeletedElement
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_FindDeletedElement
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_FindDeletedElement extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.util.DatelDeletedAtTimethe first operation was executed at this timeADChangeSetohChangeSetchangeset of the delete operationADCSInstanceohCSInstancechange log instancejava.lang.StringstrChangeSetNamename of the change setjava.lang.StringstrDeletedByname of the user who deleted the instancejava.lang.StringstrInstBitmapbitmap name of the instancejava.lang.StringstrInstNamename of the instancejava.lang.StringstrInstOwnerQualifiedNamequalified name of the instances ownerjava.lang.StringstrInstTypetype of this instancejava.lang.StringstrInstUUIDuuid of this instance
-
Constructor Summary
Constructors Constructor Description ARG_FindDeletedElement()ARG_FindDeletedElement(ADCSInstance ohCSInstance, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lDeletedAtTime, java.lang.String strDeletedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
ohCSInstance
public ADCSInstance ohCSInstance
change log instance
-
strInstName
public java.lang.String strInstName
name of the instance
-
strInstOwnerQualifiedName
public java.lang.String strInstOwnerQualifiedName
qualified name of the instances owner
-
strInstBitmap
public java.lang.String strInstBitmap
bitmap name of the instance
-
strInstType
public java.lang.String strInstType
type of this instance
-
strInstUUID
public java.lang.String strInstUUID
uuid of this instance
-
ohChangeSet
public ADChangeSet ohChangeSet
changeset of the delete operation
-
strChangeSetName
public java.lang.String strChangeSetName
name of the change set
-
lDeletedAtTime
public java.util.Date lDeletedAtTime
the first operation was executed at this time
-
strDeletedBy
public java.lang.String strDeletedBy
name of the user who deleted the instance
-
-
Constructor Detail
-
ARG_FindDeletedElement
public ARG_FindDeletedElement()
-
ARG_FindDeletedElement
public ARG_FindDeletedElement(ADCSInstance ohCSInstance, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lDeletedAtTime, java.lang.String strDeletedBy)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-