Package de.mid.innovator.srv2api.icw2bp
Class ARG_BPItemDefinitionCreateForStructureElement
java.lang.Object
de.mid.innovator.srv2api.icw2bp.ARG_BPItemDefinitionCreateForStructureElement
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_BPItemDefinitionCreateForStructureElement
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn element which serves as an anchor to determine the valid profiles and the owners of the new elements iff they must be createdAs an option the owner of a new item definition can be specified.As an option the owner of a new structure definition can be specified.A structure itself or a part of it to create a new view from.As an option the stereotype of the item definition can be specified.As an option the stereotype of the structure definition can be specified. -
Constructor Summary
ConstructorsConstructorDescriptionARG_BPItemDefinitionCreateForStructureElement(ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition) -
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
-
partOfStructure
A structure itself or a part of it to create a new view from. If a view and and object do already exist, the existing one will be taken. -
elemForProfileAndOwner
An element which serves as an anchor to determine the valid profiles and the owners of the new elements iff they must be created -
stereoItemDefinition
As an option the stereotype of the item definition can be specified. If it is, the stereotype must be taken for a new element. If there is already a matching element, the stereotype will be ignored. -
ownerItemDefinition
As an option the owner of a new item definition can be specified. If there is already a matching element, the owner will be ignored. -
stereoStructureDefinition
As an option the stereotype of the structure definition can be specified. If it is, the stereotype will be taken for a new element. If there is already a matching element, the stereotype will be ignored. -
ownerStructureDefinition
As an option the owner of a new structure definition can be specified. If there is already a matching element, the owner will be ignored.
-
-
Constructor Details
-
ARG_BPItemDefinitionCreateForStructureElement
public ARG_BPItemDefinitionCreateForStructureElement() -
ARG_BPItemDefinitionCreateForStructureElement
public ARG_BPItemDefinitionCreateForStructureElement(ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition)
-
-
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
-