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 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 nodePRPresElement
ohPresOfOwner
The presentation element which will own the Process View Node, either BPDiaParticipantNode or BPDiaBPProcess
ohProcess
The process to be added to the diagramjava.awt.Point
position
Position of the processjava.awt.Point
size
Size of the process
-
Constructor Summary
Constructors Constructor Description ARG_BPDiaAddProcessViewNode()
ARG_BPDiaAddProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, java.awt.Point position, java.awt.Point size, boolean isExpanded)
-
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)
-
-
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-