Class ARG_BPDiaAddChoreographyViewNode

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

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

      • ohChoreography

        public BPChoreography ohChoreography
        The choreography to be added to the diagram
      • position

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

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

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

      • ARG_BPDiaAddChoreographyViewNode

        public ARG_BPDiaAddChoreographyViewNode()
      • ARG_BPDiaAddChoreographyViewNode

        public ARG_BPDiaAddChoreographyViewNode​(BPChoreography ohChoreography,
                                                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