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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe first operation was executed at this timechangeset of the delete operationchange log instancename of the change setname of the user who deleted the instancebitmap name of the instancename of the instancequalified name of the instances ownertype of this instanceuuid of this instance -
Constructor Summary
ConstructorsConstructorDescriptionARG_FindDeletedElement(ADCSInstance ohCSInstance, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, ADChangeSet ohChangeSet, String strChangeSetName, Date lDeletedAtTime, String strDeletedBy) -
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
-
ohCSInstance
change log instance -
strInstName
name of the instance -
strInstOwnerQualifiedName
qualified name of the instances owner -
strInstBitmap
bitmap name of the instance -
strInstType
type of this instance -
strInstUUID
uuid of this instance -
ohChangeSet
changeset of the delete operation -
strChangeSetName
name of the change set -
lDeletedAtTime
the first operation was executed at this time -
strDeletedBy
name of the user who deleted the instance
-
-
Constructor Details
-
ARG_FindDeletedElement
public ARG_FindDeletedElement() -
ARG_FindDeletedElement
public ARG_FindDeletedElement(ADCSInstance ohCSInstance, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, ADChangeSet ohChangeSet, String strChangeSetName, Date lDeletedAtTime, String strDeletedBy)
-
-
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
-