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 Summary
FieldsModifier and TypeFieldDescriptionbooleanIf true, the process should be displayed as expanded nodeThe presentation element which will own the Process View Node, either BPDiaParticipantNode or BPDiaThe process to be added to the diagramPosition of the processSize of the process -
Constructor Summary
ConstructorsConstructorDescriptionARG_BPDiaAddProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, Point position, Point size, boolean isExpanded) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohProcess
The process to be added to the diagram -
ohPresOfOwner
The presentation element which will own the Process View Node, either BPDiaParticipantNode or BPDia -
position
Position of the process -
size
Size of the process -
isExpanded
public boolean isExpandedIf 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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-