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 Details

    • ohCSInstance

      public ADCSInstance ohCSInstance
      change log instance
    • strInstName

      public String strInstName
      name of the instance
    • strInstOwnerQualifiedName

      public String strInstOwnerQualifiedName
      qualified name of the instances owner
    • strInstBitmap

      public String strInstBitmap
      bitmap name of the instance
    • strInstType

      public String strInstType
      type of this instance
    • strInstUUID

      public String strInstUUID
      uuid of this instance
    • ohChangeSet

      public ADChangeSet ohChangeSet
      changeset of the delete operation
    • strChangeSetName

      public String strChangeSetName
      name of the change set
    • lDeletedAtTime

      public Date lDeletedAtTime
      the first operation was executed at this time
    • strDeletedBy

      public String 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:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble