Class ARG_BPDiaAddProcessViewNode

java.lang.Object
de.mid.innovator.srv2api.icw2bpdia.ARG_BPDiaAddProcessViewNode
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_BPDiaAddProcessViewNode extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • 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 Point position
      Position of the process
    • size

      public Point size
      Size of the process
    • isExpanded

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

    • ARG_BPDiaAddProcessViewNode

      public ARG_BPDiaAddProcessViewNode()
    • ARG_BPDiaAddProcessViewNode

      public ARG_BPDiaAddProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, Point position, Point size, boolean isExpanded)
  • 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