Class ARG_BPDiaAddProcessViewNode

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_BPDiaAddProcessViewNode
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isExpanded
      If true, the process should be displayed as expanded node
      PRPresElement ohPresOfOwner
      The presentation element which will own the Process View Node, either BPDiaParticipantNode or BPDia
      BPProcess ohProcess
      The process to be added to the diagram
      java.awt.Point position
      Position of the process
      java.awt.Point size
      Size of the process
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ohProcess

        public BPProcess ohProcess
        The process to be added to the diagram
      • ohPresOfOwner

        public PRPresElement ohPresOfOwner
        The presentation element which will own the Process View Node, either BPDiaParticipantNode or BPDia
      • position

        public java.awt.Point position
        Position of the process
      • size

        public java.awt.Point size
        Size of the process
      • isExpanded

        public boolean isExpanded
        If true, the process should be displayed as expanded node
    • Constructor Detail

      • ARG_BPDiaAddProcessViewNode

        public ARG_BPDiaAddProcessViewNode()
      • ARG_BPDiaAddProcessViewNode

        public ARG_BPDiaAddProcessViewNode​(BPProcess ohProcess,
                                           PRPresElement ohPresOfOwner,
                                           java.awt.Point position,
                                           java.awt.Point size,
                                           boolean isExpanded)
    • Method Detail

      • 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