Uses of Interface
de.mid.innovator.srv.SrvContext
-
Packages that use SrvContext Package Description de.mid.innovator.client The package contains classes that are useful for working with different kinds of Innovator clients.de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server.de.mid.innovator.srv.excellence The package contains classes for connecting to an Innovator model for manipulation and evaluation purposes.de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package.de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package.de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling.de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses.de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses.de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.de.mid.innovator.srv2api.icw2imdia Information Management Metamodel Diagram is a subclass of Class Diagram.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems.de.mid.innovator.srv2api.icw2sqdia Diagrams and graphical representations for elements of the icw2ia package.de.mid.innovator.srv2api.icw2util Utilities for the cooperation of Innovator components and programs.de.mid.innovator.util The package contains some useful utilities for Innovator API applications. -
-
Uses of SrvContext in de.mid.innovator.client
Methods in de.mid.innovator.client that return SrvContext Modifier and Type Method Description SrvContext
InoClientContext. getSrvContext()
Gets the (valid) server context of the client application.Methods in de.mid.innovator.client with parameters of type SrvContext Modifier and Type Method Description void
InoClientTreeNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv
Classes in de.mid.innovator.srv that implement SrvContext Modifier and Type Class Description class
Model
The class represents an Innovator UML 2 model.class
RepositoryServer
This class represents the Innovator repository server.Methods in de.mid.innovator.srv with parameters of type SrvContext Modifier and Type Method Description void
SrvCachePool. clear(SrvContext ctx)
void
SrvCachePool. disable(SrvContext ctx)
void
SrvCachePool. enable(SrvContext ctx)
boolean
Model. equals(SrvContext obj)
boolean
RepositoryServer. equals(SrvContext obj)
Compares this server object to an SrvContext implementer.boolean
SrvContext. equals(SrvContext obj)
de.mid.innovator.srv2api.impl.SrvDataTelegram
SrvCachePool. get(SrvContext ctx, de.mid.innovator.srv2api.impl.SrvDataTelegram tel)
int
SrvCachePool. getAccessCnt(SrvContext ctx)
int
SrvCachePool. getHitCnt(SrvContext ctx)
void
SrvCachePool. put(SrvContext ctx, de.mid.innovator.srv2api.impl.SrvDataTelegram tel, de.mid.innovator.srv2api.impl.SrvDataTelegram dataTel)
void
SrvCachePool. resetStatistics(SrvContext ctx)
de.mid.innovator.srv2api.impl.SrvDataTelegram
SrvConnection. SendAndReceive(SrvContext ctx, de.mid.innovator.srv2api.impl.SrvDataTelegram tel)
de.mid.innovator.srv2api.impl.SrvParamBlock
SrvConnection. Srv2SendAndReceive(SrvContext ctx, de.mid.innovator.srv2api.impl.SrvDataTelegram.DataTelType type, de.mid.innovator.srv2api.impl.SrvDataTelegram.DataTelTab telTab, de.mid.innovator.srv2api.impl.SrvParamBlock pb, de.mid.innovator.srv2api.impl.SrvTelegram.TelFlag... flagLst)
Constructs a telegram of the given type using the parameter block and sends it to the repository server. -
Uses of SrvContext in de.mid.innovator.srv.excellence
Classes in de.mid.innovator.srv.excellence that implement SrvContext Modifier and Type Class Description class
ExcellenceModel
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac with parameters of type SrvContext Modifier and Type Method Description static void
ACPartitionHelper. assignPartitionsToNodes(SrvContext srvCtx, java.util.List<? extends ACActivityNode> seqNode, java.util.List<? extends ACActivityGroup> seqGroup)
static ACActivityFinalNode
ACActivityFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Final Node with template and container.static ACActivityFinalNode
ACActivityFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Final Node with stereotype and container.static ACActivity
ACActivityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity with template and container.static ACActivity
ACActivityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity with stereotype and container.static ACCentralBufferNode
ACCentralBufferNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Central Buffer Node with template and container.static ACCentralBufferNode
ACCentralBufferNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Central Buffer Node with stereotype and container.static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with template from source to target element.static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with stereotype from source to target element.static ACDataStoreNode
ACDataStoreNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Store Node with template and container.static ACDataStoreNode
ACDataStoreNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Store Node with stereotype and container.static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Node with template and container.static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Node with stereotype and container.static ACFlowFinalNode
ACFlowFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Flow Final Node with template and container.static ACFlowFinalNode
ACFlowFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Flow Final Node with stereotype and container.static ACForkNode
ACForkNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Fork Node with template and container.static ACForkNode
ACForkNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Fork Node with stereotype and container.static ACInitialNode
ACInitialNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Initial Node with template and container.static ACInitialNode
ACInitialNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Initial Node with stereotype and container.static ACInterruptibleRegion
ACInterruptibleRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with template and container.static ACInterruptibleRegion
ACInterruptibleRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with stereotype and container.static ACJoinNode
ACJoinNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Join Node with template and container.static ACJoinNode
ACJoinNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Join Node with stereotype and container.static ACMergeNode
ACMergeNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Merge Node with template and container.static ACMergeNode
ACMergeNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Merge Node with stereotype and container.static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with template from source to target element.static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with stereotype from source to target element.static ACPartition
ACPartitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Partition with template and container.static ACPartition
ACPartitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Partition with stereotype and container.static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structured Activity Node with template and container.static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structured Activity Node with stereotype and container.static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Variable with template and container.static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Variable with stereotype and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Call Action with template and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with template and container with requirement.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Call Action with stereotype and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with stereotype and container with requirement.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Event Action with template and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with template and container with requirement.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Event Action with stereotype and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with stereotype and container with requirement.static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Action Input Pin with template and container.static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Action Input Pin with stereotype and container.static ANAddStructuralFeatureValue
ANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Add Structural Feature Value Action with template and container with requirement.static ANAddStructuralFeatureValue
ANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Add Structural Feature Value Action with stereotype and container with requirement.static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with template and container with requirement.static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with stereotype and container with requirement.static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with template and container with requirement.static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with stereotype and container with requirement.static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with template and container with requirement.static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with stereotype and container with requirement.static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with template and container with requirement.static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with stereotype and container with requirement.static ANClearStructuralFeature
ANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Structural Feature Action with template and container with requirement.static ANClearStructuralFeature
ANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Structural Feature Action with stereotype and container with requirement.static ANCreateLink
ANCreateLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Link Action with template and container with requirement.static ANCreateLink
ANCreateLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Link Action with stereotype and container with requirement.static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with template and container with requirement.static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with stereotype and container with requirement.static ANDestroyLink
ANDestroyLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Destroy Link Action with template and container with requirement.static ANDestroyLink
ANDestroyLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Destroy Link Action with stereotype and container with requirement.static ANDestroyObject
ANDestroyObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Destroy Object Action with template and container.static ANDestroyObject
ANDestroyObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Destroy Object Action with stereotype and container.static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Pin with template and container.static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Pin with stereotype and container.static ANOpaque
ANOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Opaque Action with template and container.static ANOpaque
ANOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Opaque Action with stereotype and container.static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Output Pin with template and container.static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Output Pin with stereotype and container.static ANRaiseException
ANRaiseExceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Raise Exception Action with template and container.static ANRaiseException
ANRaiseExceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Raise Exception Action with stereotype and container.static ANReadLink
ANReadLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with template and container with requirement.static ANReadLink
ANReadLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with stereotype and container with requirement.static ANReadSelf
ANReadSelfHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Read Self Action with template and container.static ANReadSelf
ANReadSelfHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Read Self Action with stereotype and container.static ANReadStructuralFeature
ANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Structural Feature Action with template and container with requirement.static ANReadStructuralFeature
ANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Structural Feature Action with stereotype and container with requirement.static ANRemoveStructuralFeatureValue
ANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Remove Structural Feature Value Action with template and container with requirement.static ANRemoveStructuralFeatureValue
ANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Remove Structural Feature Value Action with stereotype and container with requirement.static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Reply Action with template and container.static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Reply Action with stereotype and container.static ANSendObject
ANSendObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Send Object Action with template and container.static ANSendObject
ANSendObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Send Object Action with stereotype and container.static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with template and container with requirement.static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with stereotype and container with requirement.static ANTestIdentity
ANTestIdentityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Test Identity Action with template and container.static ANTestIdentity
ANTestIdentityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Test Identity Action with stereotype and container.static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with template and container with requirement.static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with stereotype and container with requirement.static ANValSpec
ANValSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Value Specification Action with template and container.static ANValSpec
ANValSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Value Specification Action with stereotype and container.static ANValuePin
ANValuePinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Value Pin with template and container.static ANValuePin
ANValuePinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Value Pin with stereotype and container.static ACDataStoreNode
ACDataStoreNodeHelper. createSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType)
Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNode
by setting/modifying further attributes or elements.static ACPartition
ACPartitionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, java.util.List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt)
Inserts a newACPartition
using a partition template.static void
ACActivityHelper. layout(SrvContext srvCtx, java.util.List<? extends ACActivity> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
Modifies the layout information of theACActivity
.static void
ANActionHelper. maintainActions(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Calls the maintenance commands for all the actions supplied.static void
ACExceptionHandlerHelper. maintainExceptionTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
static void
ACObjectFlowHelper. maintainObjTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
void
ARG_ACActivityAssignGroups. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ACActivityGroupAssignNodes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ACActivityNodesAndGroups. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ACBehavior. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ACCentralBufferNodeCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ACObjectFlowPins. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ACPartitionInsertAtSelection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ACPartitionPresentationAndOwner. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2acdia
Methods in de.mid.innovator.srv2api.icw2acdia with parameters of type SrvContext Modifier and Type Method Description void
ARG_XACDiaActNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaControlNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaExceptionRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaFlowEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaGroupNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaObjNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaPostNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaPreNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XACDiaVariableNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc with parameters of type SrvContext Modifier and Type Method Description static BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Logical Expression with template and container.static BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Defined Logical Expression with stereotype and container.static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with template and container.static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with stereotype and container.static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with template and container.static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with stereotype and container.static BCTerm
BCTermHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Technical Term with template and container.static BCTerm
BCTermHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Defined Technical Term with stereotype and container. -
Uses of SrvContext in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be with parameters of type SrvContext Modifier and Type Method Description static BEChangeEvent
BEChangeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Change Event with template and container.static BEChangeEvent
BEChangeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Change Event with stereotype and container.static BEOpaque
BEOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Opaque Behavior with template and container.static BEOpaque
BEOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Opaque Behavior with stereotype and container.static BETimeEvent
BETimeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Time Event with template and container.static BETimeEvent
BETimeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Time Event with stereotype and container.static BETrigger
BETriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Trigger with template and container with requirement.static BETrigger
BETriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Trigger with stereotype and container with requirement.void
ARG_BEBehaviorDeclaration. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp with parameters of type SrvContext Modifier and Type Method Description static BPItemDefinition
BPItemDefinitionHelper. assureDefinitionBetweenAwareElementAndStructure(SrvContext srvCtx, BPItemAwareElement ohItemAware, ELClassifier ohStructure)
Given one item aware element and one structure definition this method checks of there is already one item definition between them.static BPActivityResource
BPActivityResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Resource with template and container.static BPActivityResource
BPActivityResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Resource with stereotype and container.static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with template and container.static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with stereotype and container.static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with template from source to target element.static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with stereotype from source to target element.static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Choreography with template and container.static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Choreography with stereotype and container.static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with template and container.static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with stereotype and container.static BPConditionalEventDefinition
BPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Conditional Event Definition with template and container.static BPConditionalEventDefinition
BPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Conditional Event Definition with stereotype and container.static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with template from source to target element.static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with stereotype from source to target element.static BPDataObject
BPDataObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Object with template and container.static BPDataObject
BPDataObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Object with stereotype and container.static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Store with template and container.static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Store with stereotype and container.static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new End Point with template and container.static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new End Point with stereotype and container.static BPError
BPErrorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Error with template and container.static BPError
BPErrorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Error with stereotype and container.static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Escalation with template and container.static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Escalation with stereotype and container.static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with template and container.static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with stereotype and container.static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event (BPMN) with template and container.static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event (BPMN) with stereotype and container.static BPGateway
BPGatewayHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Gateway with template and container.static BPGateway
BPGatewayHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Gateway with stereotype and container.static BPGlobalMaskTask
BPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global User Input Task with template and container.static BPGlobalMaskTask
BPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global User Input Task with stereotype and container.static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global Task with template and container.static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global Task with stereotype and container.static BPGlobalTaskResource
BPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global Task Resource with template and container.static BPGlobalTaskResource
BPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global Task Resource with stereotype and container.static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (BPMN) with template and container.static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (BPMN) with stereotype and container.static BPInputSet
BPInputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Set with template and container.static BPInputSet
BPInputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Set with stereotype and container.static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Interface with template and container.static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Interface with stereotype and container.static BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object with template and container.static BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object with stereotype and container.static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with template from source to target element.static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with stereotype from source to target element.static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane with template and container.static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane with stereotype and container.static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane Set with template and container.static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane Set with stereotype and container.static BPMaskDefinition
BPMaskDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mask Definition with template and container.static BPMaskDefinition
BPMaskDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mask Definition with stereotype and container.static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mask Field with template and container.static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mask Field with stereotype and container.static BPMaskTask
BPMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new User Input Task with template and container.static BPMaskTask
BPMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new User Input Task with stereotype and container.static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with template from source to target element.static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with stereotype from source to target element.static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Message with template and container.static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Message with stereotype and container.static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Operation with template and container.static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Operation with stereotype and container.static BPOutputSet
BPOutputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Output Set with template and container.static BPOutputSet
BPOutputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Output Set with stereotype and container.static BPParticipant
BPParticipantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Participant with template and container.static BPParticipant
BPParticipantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Participant with stereotype and container.static BPPath
BPPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Animation Path with template and container.static BPPath
BPPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Animation Path with stereotype and container.static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process with template and container.static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process with stereotype and container.static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process Property with template and container.static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process Property with stereotype and container.static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with template from source to target element.static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with stereotype from source to target element.static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal (BPMN) with template and container.static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal (BPMN) with stereotype and container.static BPSubProcess
BPSubProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sub-Process with template and container.static BPSubProcess
BPSubProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sub-Process with stereotype and container.static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with template from source to target element.static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with stereotype from source to target element.static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Task with template and container.static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Task with stereotype and container.static BPTimerEventDefinition
BPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Timer Event Definition with template and container.static BPTimerEventDefinition
BPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Timer Event Definition with stereotype and container.static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with template from source to target element.static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with stereotype from source to target element.static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with template from source to target element.static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with stereotype from source to target element.static BPDataIOAssociation
BPDataIOAssociationHelper. createByOwnerAndObject(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Create aBPDataIOAssociation
.
The first element given within the input sequence will be connected with source and the second element with the target of the edge.static ARG_BPProcessCreated
BPProcessHelper. createForFlowElementCreate(SrvContext srvCtx, BPSequenceFlowNode ohFlowNode, ADClientAble ohSel, java.awt.Point position)
Creates a process as container of a sequence flow node, e.g. a task or an event which is to be created but needs a flow element container to exist.static ARG_BPProcessCreated
BPProcessHelper. createForFlowElementCreateByVOcl(SrvContext srvCtx, java.lang.Class<? extends ELObject> kVOclFlowElement, ADClientAble ohSel, java.awt.Point position)
Creates a process as container of a sequence flow node, e.g. a task or an event or a gateway which is to be created but needs a flow element container to exist.static ARG_BPProcessCreated
BPProcessHelper. createForLaneCreate(SrvContext srvCtx, BPLane ohLane, ADClientAble ohSel, java.awt.Point position)
static void
BPSequenceFlowNodeHelper. deleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Deletes the specified sequence flow nodes.static BPItemDefinition
BPItemDefinitionHelper. determineItemDefinitionForStructureElement(SrvContext srvCtx, ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition)
For the structure parts passed as the argument action is taken to derive a structure and to create or determine an item definition linked to the structure.static ARG_DeleteReq
BPSequenceFlowNodeHelper. getDeleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel, boolean addInstances)
Returns the list of deleted elements on deleting the specified sequence flow nodes.static BPLane
BPLaneHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, java.util.List<? extends BPLane> seqLaneSelection, K_INSERT kInsertAt)
Inserts a new lane using a lane template.void
ARG_BPDataIOAssocStructureElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDefinitionDiaPreference. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDiaNewDefinition. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPFlowElementToCreateByTemplate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPFlowElementToCreateByVOcl. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPIOCall. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPItemAwareElementAndStructure. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPItemDefinitionCreateForStructureElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPLaneAssign. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPLaneInsertAtSelection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPLaneToCreateByTemplate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPPathElementSpec. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPPathElementSpecs. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPProcessAssign. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPProcessCreated. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPResourceAssign. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPStructureDefinition. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_RefactorTaskNodeIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type SrvContext Modifier and Type Method Description static BPDia
BPDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new BPMN Diagram with template and container.static BPDia
BPDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new BPMN Diagram with stereotype and container.static BPDia
BPDiaHelper. createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster)
Creates a new definition diagram for the process or collaboration.static void
BPDiaProcessViewNodeHelper. setFilterCriteria(SrvContext srvCtx, java.util.List<? extends BPDiaProcessViewNode> sel, boolean hideObjectFlow)
Modifies the criteria for visible elements inside the process view.void
ARG_BPDiaAddChoreographyViewNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDiaAddCollaborationViewNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDiaAddForExistingProcessViewNodes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDiaAddProcessViewNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDiaMasterDiaWithView. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDiaProcessViewNodeFilter. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BPDiaRefactorCallAndProcessAsSubProcess. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaCompartmentNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaDataAssocEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaDataNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaEventNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaGatewayNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaParticipantNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaProcessViewNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaSequenceFlowEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaSubProcessNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaTaskNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBPDiaViewNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br with parameters of type SrvContext Modifier and Type Method Description static BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Cost Center with template and container.static BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Cost Center with stereotype and container.static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Location with template and container.static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Location with stereotype and container.static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Organizational Unit with template and container.static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Organizational Unit with stereotype and container.static BROrgUnitMemberRel
BROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Membership with template from source to target element.static BROrgUnitMemberRel
BROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Membership with stereotype from source to target element.static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with template from source to target element.static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with stereotype from source to target element.static BROrgUnitRequiresRole
BROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Required Role with template from source to target element.static BROrgUnitRequiresRole
BROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Required Role with stereotype from source to target element.static BRPersonContactData
BRPersonContactDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Contact Data with template and container.static BRPersonContactData
BRPersonContactDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Contact Data with stereotype and container.static BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Person with template and container.static BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Person with stereotype and container.static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with template from source to target element.static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with stereotype from source to target element.static BRResourceCL
BRResourceCLHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Actor with template and container.static BRResourceCL
BRResourceCLHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Actor with stereotype and container.static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource with template and container.static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Resource with stereotype and container.static BRResourceHierRel
BRResourceHierRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Hierarchical Subordination with template from source to target element.static BRResourceHierRel
BRResourceHierRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Hierarchical Subordination with stereotype from source to target element.static BRResourceNamedRel
BRResourceNamedRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Resource Relationship with template from source to target element.static BRResourceNamedRel
BRResourceNamedRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Resource Relationship with stereotype from source to target element.static BRRole
BRRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Role with template and container.static BRRole
BRRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Role with stereotype and container.static BRTechnical
BRTechnicalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new IT Unit with template and container.static BRTechnical
BRTechnicalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new IT Unit with stereotype and container. -
Uses of SrvContext in de.mid.innovator.srv2api.icw2brdia
Methods in de.mid.innovator.srv2api.icw2brdia with parameters of type SrvContext Modifier and Type Method Description static BRDia
BRDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource Diagram with template and container.static BRDia
BRDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Resource Diagram with stereotype and container.void
ARG_BRDiaAddEdge. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BRDiaAddNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BRDiaAddResourceRelationshipList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBRDiaOrgUnitHierEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBRDiaOrgUnitNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBRDiaOrgUnitPersonEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBRDiaResourceEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBRDiaResourceNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBRDiaTypedResourceEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs with parameters of type SrvContext Modifier and Type Method Description static BSFinalState
BSFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object Final State with template and container.static BSFinalState
BSFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object Final State with stereotype and container.static BSInitState
BSInitStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object Initial State with template and container.static BSInitState
BSInitStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object Initial State with stereotype and container.static BSRegularState
BSRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object State with template and container.static BSRegularState
BSRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object State with stereotype and container.static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with template from source to target element.static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with stereotype from source to target element. -
Uses of SrvContext in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia with parameters of type SrvContext Modifier and Type Method Description static BSDia
BSDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object State Diagram with template and container.static BSDia
BSDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object State Diagram with stereotype and container. -
Uses of SrvContext in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with parameters of type SrvContext Modifier and Type Method Description static java.util.List<CLAssociation>
CLClassifierHelper. associateClassifier(SrvContext srvCtx, ADClientAble ohDia, java.util.List<? extends CLClassifier> seqCL, boolean makeOneWay)
Creates navigable associations from properties of the specified classifiers.static CLArtifact
CLArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Artifact with template and container.static CLArtifact
CLArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Artifact with stereotype and container.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Class with template from source to target element.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association Class with template, container and a sequence of elements.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Association Class with template and a sequence of elements.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Class with stereotype from source to target element.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association Class with stereotype, container and a sequence of elements.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Association Class with stereotype and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with template from source to target element.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association with template, container and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Association with template and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with stereotype from source to target element.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association with stereotype, container and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Association with stereotype and a sequence of elements.static CLClass
CLClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Class with template and container.static CLClass
CLClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Class with stereotype and container.static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Template Parameter with template and container.static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Template Parameter with stereotype and container.static CLCollaboration
CLCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration with template and container.static CLCollaboration
CLCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration with stereotype and container.static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with template and container with requirement.static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with stereotype and container with requirement.static CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Communication Path with template from source to target element.static CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Communication Path with template, container and a sequence of elements.static CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Communication Path with stereotype from source to target element.static CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Communication Path with stereotype, container and a sequence of elements.static CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Component with template and container.static CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Component with stereotype and container.static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with template from source to target element.static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with stereotype from source to target element.static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with template from source to target element.static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with stereotype from source to target element.static CLDeployment
CLDeploymentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Deployment with template from source to target element.static CLDeployment
CLDeploymentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Deployment with stereotype from source to target element.static CLDeploymentSpec
CLDeploymentSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deployment Specification with template and container.static CLDeploymentSpec
CLDeploymentSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deployment Specification with stereotype and container.static CLDevice
CLDeviceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Device with template and container.static CLDevice
CLDeviceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Device with stereotype and container.static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Type with template and container.static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Type with stereotype and container.static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Literal with template and container.static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Literal with stereotype and container.static CLExecEnv
CLExecEnvHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Execution Environment with template and container.static CLExecEnv
CLExecEnvHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Execution Environment with stereotype and container.static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with template from source to target element.static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with stereotype from source to target element.static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Extension Point with template and container.static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Extension Point with stereotype and container.static CLGeneralization
CLGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization with template from source to target element.static CLGeneralization
CLGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization with stereotype from source to target element.static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with template from source to target element.static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with stereotype from source to target element.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Instance Specification with template and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with template and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Instance Specification with template from source to target element with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with template and a sequence of elements with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Instance Specification with stereotype and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Instance Specification with stereotype from source to target element with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with stereotype and a sequence of elements with requirement.static CLInterface
CLInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interface with template and container.static CLInterface
CLInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interface with stereotype and container.static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with template from source to target element.static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with stereotype from source to target element.static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with template from source to target element.static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with stereotype from source to target element.static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Node with template and container.static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Node with stereotype and container.static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Operation with template and container.static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Operation with stereotype and container.static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter with template and container.static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter with stereotype and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter Set with template and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Parameter Set with template and a sequence of elements.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter Set with stereotype and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Parameter Set with stereotype and a sequence of elements.static CLPort
CLPortHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Port with template and container.static CLPort
CLPortHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Port with stereotype and container.static CLPrimitiveType
CLPrimitiveTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Primitive Type with template and container.static CLPrimitiveType
CLPrimitiveTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Primitive Type with stereotype and container.static CLProperty
CLPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property with template and container.static CLProperty
CLPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property with stereotype and container.static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with template and container with requirement.static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with stereotype and container with requirement.static CLRoleBinding
CLRoleBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Role Binding with template from source to target element with requirement.static CLRoleBinding
CLRoleBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Role Binding with stereotype from source to target element with requirement.static CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal with template and container.static CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal with stereotype and container.static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with template and container with requirement.static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with stereotype and container with requirement.static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Definition with template and container.static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Definition with stereotype and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Entry with template and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with template and container with requirement.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Entry with stereotype and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with stereotype and container with requirement.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Group with template and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with template and container with requirement.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Group with stereotype and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with stereotype and container with requirement.static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with template from source to target element.static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with stereotype from source to target element.static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with template from source to target element.static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with stereotype from source to target element.static CLUseCase
CLUseCaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Use Case with template and container.static CLUseCase
CLUseCaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Use Case with stereotype and container.static java.util.List<CLArtifact>
CLArtifactHelper. createByWorkingDirectory(SrvContext srvCtx, MEHierarchyAble root, java.util.List<ARG_ExtensionStereotypeMap> seqExtStereoMap, java.util.List<java.lang.String> seqFile)
Creates artifacts if they do not already exist.static CLTemplateAbleElement
CLTemplateAbleElementHelper. createTemplateBoundElement(SrvContext srvCtx, CLTemplateAbleElement ohTemplate, java.util.List<ARG_TemplateBoundParameter> seqPar)
static ARG_CreateByWorkingDirectoryOclReq
CLArtifactHelper. getCreateByWorkingDirectory(SrvContext srvCtx, ELElement item)
Returns the working directory and the configured extensions for the selected package.static java.util.List<ARG_CheckInOutDlgInitOclReq>
CLArtifactHelper. getFileOpen(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel)
Returns information needed to execute the open command on artifacts.static ARG_VisibleTemplateParameterTypes
CLTemplateAbleElementHelper. getVisibleTemplateParameterTypes(SrvContext srvCtx, ELElement item)
Returns all template parameter classes which are visible for the specified element.static ARG_VisibleTemplateTypes
CLTemplateAbleElementHelper. getVisibleTemplateTypes(SrvContext srvCtx)
Returns all templates with parameters.static CLStructureElement
CLStructureElementHelper. insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)
Inserts a newCLStructureElement
(CLStructureGroup
orCLStructureEntry
) at the specifiedCLStructureElement
.static void
CLParameterHelper. setDefaultValueAsString(SrvContext srvCtx, java.util.List<? extends CLParameter> sel, java.lang.String item)
Sets the default value of this element.void
ARG_AppendAssociationEnds. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AssociateClassifier. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AssociateProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CheckInCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CheckInOutDlgInitOclReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CheckOutCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CheckOutInCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CLCopyStructureGroup. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CLOperationDeclaration. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CLParameterDeclaration. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CLPropertyDeclaration. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CLReconnectConnector. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CLStructureDefinitionClassifier. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CLStructureElementInsertAt. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateByWorkingDirectoryOclCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateByWorkingDirectoryOclReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateRangeValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ExtCreateByWorkingDirectory. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ExtensionStereotypeMap. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ExtStereoCreateByWorkingDirectory. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FileOpenIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MergeRangeValues. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifySlotValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyValueRangeList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_RangeValueList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_StereotypeCreateByWorkingDirectory. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateBindingInit. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateBindParameter. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateBindParameterValues. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateBoundElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateBoundParameter. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateElementParameter. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateParameterClass. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateParameterList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TemplateParameterSubstitution. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VisibleTemplateParameterTypes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VisibleTemplateTypes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type SrvContext Modifier and Type Method Description static java.util.List<CLDiaRelshipLinkEdge>
CLDiaSocketBallNodeHelper. convertSocketBallNotation(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Converts the notation of all specified edges between socket ball edge and relationship edge.static CLClassDia
CLClassDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Class Diagram with template and container.static CLClassDia
CLClassDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Class Diagram with stereotype and container.static CLComponentDia
CLComponentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Component Diagram with template and container.static CLComponentDia
CLComponentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Component Diagram with stereotype and container.static CLCompositeStructureDia
CLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Composite Structure Diagram with template and container.static CLCompositeStructureDia
CLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Composite Structure Diagram with stereotype and container.static CLDeploymentDia
CLDeploymentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deployment Diagram with template and container.static CLDeploymentDia
CLDeploymentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deployment Diagram with stereotype and container.static CLRequirementDia
CLRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Requirements Diagram with template and container.static CLRequirementDia
CLRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Requirements Diagram with stereotype and container.static CLStructureDefinitionDia
CLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Diagram with template and container.static CLStructureDefinitionDia
CLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Diagram with stereotype and container.static CLUseCaseDia
CLUseCaseDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Use Case Diagram with template and container.static CLUseCaseDia
CLUseCaseDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Use Case Diagram with stereotype and container.static CLDiaMergeAbleNode
CLDiaMergeAbleNodeHelper. mergeRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges a list of relationship nodes or edges together into a multiple relationship node.static CLDiaSocketBallNode
CLDiaSocketBallNodeHelper. mergeSocketBall(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges a list of socket ball nodes together into a multiple socket ball node.static void
CLDiaMergeAbleNodeHelper. splitRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits a multiple relationship node into two relationship nodes or edges.static void
CLDiaSocketBallNodeHelper. splitSocketBall(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits a multiple socket ball node into two socket ball nodes.void
ARG_AddAbleAsSocketBallEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddAbleAsSocketBallIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddAbleAsSocketBallList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddAssociationList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddCompartmentContent. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddCompartmentList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddConnectorList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddContentNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddNestedHierNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddOwnershipList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddPartEdgeList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddRelationshipList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateDiagramOfSelection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SourceTargetRelship. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaAssocEndEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaAssocNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaCLInstDeployNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaCompartmentContentNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaCompartmentNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaPartNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaSocketBallEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaSocketBallNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaStructDefinitionNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaStructEntryNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XCLDiaStructGroupNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db with parameters of type SrvContext Modifier and Type Method Description static DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new SQL Check Constraint with template and container.static DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new SQL Check Constraint with stereotype and container.static DBConnection
DBConnectionHelper. create(SrvContext srvCtx)
Creates aDBConnection
.static DBConnection
DBConnectionHelper. create(SrvContext srvCtx, ARG_ModifyDBConnection valDBConnection)
Creates aDBConnection
by argument.static DBForeignKey
DBForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKey
DBForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (in Database System) with template and container.static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (in Database System) with stereotype and container.static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with template and container with requirement.static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with stereotype and container with requirement.static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Table Index with template and container.static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Table Index with stereotype and container.static DBMergedTable
DBMergedTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Merged Table with template and container.static DBMergedTable
DBMergedTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Merged Table with stereotype and container.static DBPackage
DBPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Object Group with template and container.static DBPackage
DBPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Object Group with stereotype and container.static DBPrivilege
DBPrivilegeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Privilege (in Database System) with template and container.static DBPrivilege
DBPrivilegeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Privilege (in Database System) with stereotype and container.static DBProcedureExpression
DBProcedureExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Procedure Expression with template and container with requirement.static DBProcedureExpression
DBProcedureExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Procedure Expression with stereotype and container with requirement.static DBRoleAuthorization
DBRoleAuthorizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Role Authorization (in Database System) with template and container with requirement.static DBRoleAuthorization
DBRoleAuthorizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Role Authorization (in Database System) with stereotype and container with requirement.static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Role (in Database System) with template and container.static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Role (in Database System) with stereotype and container.static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with template and container.static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with stereotype and container.static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generic SQL with template and container.static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generic SQL with stereotype and container.static DBStoredProcedure
DBStoredProcedureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stored Procedure with template and container.static DBStoredProcedure
DBStoredProcedureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stored Procedure with stereotype and container.static DBTableColumn
DBTableColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Table Column with template and container.static DBTableColumn
DBTableColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Table Column with stereotype and container.static DBTable
DBTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Table with template and container.static DBTable
DBTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Table with stereotype and container.static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Trigger with template and container.static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Trigger with stereotype and container.static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with template and container.static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with stereotype and container.static DBUser
DBUserHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new User (in Database System) with template and container.static DBUser
DBUserHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new User (in Database System) with stereotype and container.static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with stereotype and container with requirement.static DBView
DBViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database View with template and container.static DBView
DBViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database View with stereotype and container.static DBViewSubselectFrom
DBViewSubselectFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Database View) with template and container with requirement.static DBViewSubselectFrom
DBViewSubselectFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Database View) with stereotype and container with requirement.static DBForeignKey
DBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKey
DBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.static DBViewFrom
DBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with stereotype and container with requirement.static java.util.List<DBForeignKey>
DBForeignKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates (if possible) aDBForeignKey
for the givenERForeignKey
(ER element) in the givenDBTable
(DB element).static DBSiblingConstraint
DBSiblingConstraintHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBSiblingConstraint
for the givenERGeneralizationSet
(ER element) in the givenMEModel
(DB element).static java.util.List<DBTableColumn>
DBTableColumnHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBTableColumn
for the givenERAttribute
(ER element) in the givenDBTable
(DB element).
This standard mapping creates aMEMappingDependency
with the attribute as requirement element and with the newly created table column as implementation element.static DBTable
DBTableHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
static java.util.List<DBUniqueKey>
DBUniqueKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBUniqueKey
for the givenERUniqueKey
(ER element) in the givenDBTable
(DB element).
This standard mapping creates aMEMappingDependency
with the ER key as requirement element and with the newly created DB key as implementation element.static DBTableColumn
DBTableColumnHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)
Creates a foreign key column for a given unique key column.static ARG_DBSplitOclReqOut
DBMergedTableHelper. getSplit(SrvContext srvCtx, ELElement item)
Returns two parallel lists of merged tables and their names for the givenDBDiaTableNode
,DBTable
orDBMergedTable
.static DBTable
DBForeignKeyHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges two or more sibling database tables of the given foreign keys.static java.util.List<DBTable>
DBForeignKeyHelper. mergeToForeign(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges theDBTable
which contains theDBUniqueKey
corresponding to the selectedDBForeignKey
into theDBTable
which contains the foreign key.
This action creates aDBMergedTable
in the modified table.static java.util.List<DBTable>
DBForeignKeyHelper. mergeToUnique(SrvContext srvCtx, java.util.List<? extends DBForeignKey> seqForeign, java.util.List<java.lang.Integer> seqCard)
Merges theDBTable
of the selectedDBForeignKey
into theDBTable
which contains the correspondingDBUniqueKey
.
This action creates aDBMergedTable
in the modified table.static void
DBTableColumnHelper. SDT2DTD(SrvContext srvCtx, java.util.List<? extends DBTableColumn> seqCol)
This method transform the type of each givenDBTableColumn
fromIMSemanticDataType
toIMDataTypeDefinition
.static DBTable
DBTableHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits the selectedDBTableColumn
s into a newDBTable
.void
ARG_DBConnectionCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DBMergeToUnique. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DBSplitOclReqOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyDBConnection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SplitOclCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2dbdia
Methods in de.mid.innovator.srv2api.icw2dbdia with parameters of type SrvContext Modifier and Type Method Description static DBDia
DBDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Diagram with template and container.static DBDia
DBDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Diagram with stereotype and container.static DBDiaTableNode
DBDiaReferenceEdgeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNode
DBDiaTableNodeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges two or more selected child database table nodes.static java.util.List<DBDiaTableNode>
DBDiaReferenceEdgeHelper. mergeToForeign(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges theDBDiaTableNode
which contains theDBUniqueKey
corresponding to the selectedDBForeignKey
into theDBTable
which contains the foreign key.static java.util.List<DBDiaTableNode>
DBDiaReferenceEdgeHelper. mergeToUnique(SrvContext srvCtx, java.util.List<? extends DBDiaReferenceEdge> seqForeign, java.util.List<java.lang.Integer> seqCard)
Merges theDBDiaTableNode
of the selectedDBForeignKey
into theDBTable
which contains the correspondingDBUniqueKey
.static DBDiaTableNode
DBDiaTableNodeHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits the selectedDBTableColumn
s into a newDBDiaTableNode
.void
ARG_DBMergeToUniqueEdge. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDBDiaReferenceEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDBDiaTableNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2dg
Methods in de.mid.innovator.srv2api.icw2dg with parameters of type SrvContext Modifier and Type Method Description static void
DGChapterHelper. setNumber(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Set the number state of the specified chapters.void
ARG_DGElementVOclSeq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuContent. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuHeaderFooter. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuTableCell. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuTableData. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuTableRow. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DocuTitle. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm with parameters of type SrvContext Modifier and Type Method Description static DMContext
DMContextHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMContext
as content of the specifiedELContainerAble
.static DMDecisionTable
DMDecisionTableHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMDecisionTable
as content of the specifiedELContainerAble
.static DMFunctionDefinition
DMFunctionDefinitionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)
Creates a newDMFunctionDefinition
as content of the specifiedELContainerAble
.static DMInvocation
DMInvocationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)
static DMList
DMListHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMList
as content of the specifiedELContainerAble
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText)
Creates a newDMLiteralExpression
with an unformatted text as content of the specifiedELContainerAble
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
Creates a newDMLiteralExpression
with a formatted text and a referencedDMInformationItem
as content of the specifiedELContainerAble
.static DMRelation
DMRelationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMRelation
as content of the specifiedELContainerAble
.static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with template from source to target element.static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with stereotype from source to target element.static DRBusinessKnowledgeModel
DRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Knowledge Model with template and container.static DRBusinessKnowledgeModel
DRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Knowledge Model with stereotype and container.static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision with template and container.static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision with stereotype and container.static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Service with template and container.static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Service with stereotype and container.static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with template from source to target element.static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with stereotype from source to target element.static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Data with template and container.static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Data with stereotype and container.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Knowledge Source with template and container.static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Knowledge Source with stereotype and container.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.void
ARG_AddAnnotationClause. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddDecisionRule. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddInformationItem. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddInputClause. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddListEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddOutputClause. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddResultContextEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddRowList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddVariableContextEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DMNBoxedExpressionClient. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InvocationRow. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyAnnotationCell. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyInputCell. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyLiteralExpression. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyOutputCell. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewDMExpression. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewDMFunctionDefinition. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewDMInvocation. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewDMLiteralExpressionByFlowTextWithReference. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewDMLiteralExpressionByText. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNBindingRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNContextEntryRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNContextRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNDecisionRuleRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNDecisionTableRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNElementRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNExpressionRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNFunctionDefinitionRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNInformationItemRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNInputClauseRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNInvocationRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNListRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNLiteralExpressionRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNOutputClauseRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNRelationRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNRuleAnnoClauseRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNRuleAnnoRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XDMNTabCellRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia with parameters of type SrvContext Modifier and Type Method Description static DRDecisionRequirementDia
DRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Requirements Diagram with template and container.static DRDecisionRequirementDia
DRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Requirements Diagram with stereotype and container.static DRPrintContext
DRPrintContextHelper. create(SrvContext srvCtx, ELElement item)
Creates and returns the only possibleDRPrintContext
as content of the specifiedDRDecision
orDRBusinessKnowledgeModel
.void
ARG_XDRDiaRequirementEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return SrvContext Modifier and Type Method Description SrvContext
ELObject. getSrvCon()
Methods in de.mid.innovator.srv2api.icw2elem with parameters of type SrvContext Modifier and Type Method Description static void
ELUUIDAbleHelper. assignNewUUID(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem)
Assign every element a new uuid.static void
ELDeleteAbleHelper. delete(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Deletes the specified elements.static ELM2Schema
ELM2SchemaHelper. get(SrvContext srvCtx)
The schema.static ELM2CLCompartment
ELM2CLCompartmentHelper. getByCompartmentKind(SrvContext srvCtx, K_COMPARTMENT item)
The specified compartment.static ELM2Class
ELM2ClassHelper. getByName(SrvContext srvCtx, java.lang.String item)
The M2Class instance specified by name.static ELM2Attribute
ELM2AttributeHelper. getByVAttr(SrvContext srvCtx, K_VATTR item)
Returns the specified metaattribute.static <T extends ELElement>
java.util.List<T>ELDeleteAbleHelper. getDeleteListAll(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Evaluates the delete control list.static java.util.List<ARG_ElementUUID>
ELUUIDAbleHelper. getElementOfUUIDList(SrvContext srvCtx, java.util.List<java.lang.String> seq)
Returns a list of elements and their uuids for each uuid of the input list.static ELM2Class
ELM2ClassHelper. getELM2Class(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)
The specified M2Class instance.static <T extends ELUUIDAble>
java.util.List<T>ELUUIDAbleHelper. getFindByUUID(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sIUUID, ELElement optADModel)
Returns the model elements described by the Innovator UUID, if they exist.static java.util.List<ARG_InfoBulkResult>
ELElementHelper. getInfoBulkSequence(SrvContext srvCtx, java.util.List<ARG_InfoBulkIn> seqInfoBulk)
Returns the result of the application of set of infos to a collection of instances.static ELLanguage
ELLanguageHelper. getLanguage(SrvContext srvCtx, K_OOLANGUAGE kLanguage)
The specified language.static ARG_ModifyUUIDOclCmd
ELUUIDAbleHelper. getModifyUUID(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> element)
Returns a filled structure ARG_ModifyUUIDOclCmd for a bulk of UUIDAble elements, who's UUIDs should be new generated.static java.util.List<ARG_PictureIdRawData>
ELPictureAbleHelper. getPictureList(SrvContext srvCtx, java.util.List<java.lang.Integer> seq)
Returns a list of picture structures.static <T extends ELElement>
java.util.List<T>ELObjectHelper. getRestrictOnHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)
removes a element from the list if the provided user has not read access on it.static <T extends ELRelshipBinDir>
java.util.List<T>ELRelshipBinDirHelper. getRestrictOnTargetHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)
removes a directed relationship from the list if the provided user has not read access on the target element.static java.util.List<ARG_ElementUUID>
ELUUIDAbleHelper. getSchemaElementOfUUIDList(SrvContext srvCtx, java.util.List<java.lang.String> seq)
Returns a list of elements and their uuids for each uuid of the input list.static java.util.List<ARG_ElementUUID>
ELUUIDAbleHelper. getUUIDOfElementList(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Returns a list of elements and their uuids for each element of the input list.static <T extends ELElement>
java.util.List<T>ELElementHelper. getValidList(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Returns unique list of all valid elements of the argument list.static java.util.List<ARG_ViewBulkResult>
ELElementHelper. getViewBulkSequence(SrvContext srvCtx, java.util.List<ARG_ViewBulkIn> seqViewBulk)
Returns the result of the application of set of views to a collection of instances.static java.util.List<ARG_VOclInfo>
ELElementHelper. getVoclInstantiate(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)
Returns a sequence of infos for the instantiable types according to the input type.static java.util.List<ARG_VOclInfo>
ELElementHelper. getVoclInstantiateExisting(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)
Returns a sequence of infos for the instantiable types according to the input type, which has existing instances.static <T extends ELElement>
java.util.List<T>ELElementHelper. getXFind(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)
command for search termsstatic void
ELElementHelper. lockUnit(SrvContext srvCtx, java.util.List<? extends ELElement> sel)
Creates a lock for the lock unit of the current object.static void
ELUUIDAbleHelper. modifyUUID(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> element, java.util.List<java.lang.String> sUUID)
Sets the UUIDs for the elements specified in the input data structure.static void
ELNamedElementHelper. setToDefaultName(SrvContext srvCtx, java.util.List<? extends ELNamedElement> seqSel)
Resets the names of the provided items to their default names.static void
ELElementHelper. unlockUnit(SrvContext srvCtx, java.util.List<? extends ELElement> sel)
Deletes the lock for lock unit of the current object.void
ARG_Ask. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AssignNewUUIDOclCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AssocEndNameIcon. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CoordElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Delete. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DeleteOclReqOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DeleteReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DeleteReqIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DuplicateElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ElementCache. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ElementUUID. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ElemNameIcon. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ELPackageProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ELReconnect. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_File. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FilterByStereotypeName. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindByUUID. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindElementByIdOclReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_HyperlinkReferenceAble. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_HyperlinkReferenceAbleList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Info. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InfoBulkIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InfoBulkResult. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InfoBulkResultMap. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InfoBulkSequenceIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InfoIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Language. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LockableCache. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_M2AttrCnstrModify. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MemberSpecification. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MemberSpecificationInstance. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyRangeValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementDeclarationIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementDeclarationOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyUUIDOclCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyUUIDOclReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyValueConstraint. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyViewExpressionFlowCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyViewExpressionFlowReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MultLowerUpperVal. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NameUnique. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_OwnedMemberPath. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PictureIdRawData. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PictureRawData. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PropVal. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Rename. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_RestrictOnHasReadIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SetToDefaultNameOclCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ShutdownInfo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SortedAssociationEnds. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TransformPreView. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TranslatableElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TranslatableProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TranslationLanguage. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TranslationMatrix. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TranslationProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_UpdateTranslation. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_UpdateTranslationProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_UUIDImportOptions. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ValidListIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_View. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ViewBulkIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ViewBulkResult. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ViewBulkResultMap. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ViewBulkSequenceIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ViewExpressionIntelliSenseElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VOclInfo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindAndTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindAnnoSimpleTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindAnnoTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindHistoryTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindLabelTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindNameTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindOrTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindPropertyTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindStereoPropTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindStereotypeTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
abstract void
ARG_XFindTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindTextSimpleTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindTextTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindTypesTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindViewTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindVOCLTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er with parameters of type SrvContext Modifier and Type Method Description static BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension Hierarchy Usage (OLAP 2) with stereotype and container with requirement.static BI2Cube
BI2CubeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with template and container.static BI2Cube
BI2CubeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with stereotype and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionTree
BI2DimensionTreeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with template and container.static BI2DimensionTree
BI2DimensionTreeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with stereotype and container.static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevel
BI2HierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevel
BI2HierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Measurement Time with template and container.static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Measurement Time with stereotype and container.static BIHierarchyAttribute
BIHierarchyAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchyAttribute
BIHierarchyAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with template and container.static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with stereotype and container.static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static BIHierarchySortAttribute
BIHierarchySortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Sorting Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchySortAttribute
BIHierarchySortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Sorting Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity Attribute with template and container.static ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity Attribute with stereotype and container.static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Check Constraint with template and container.static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Check Constraint with stereotype and container.static EREntity
EREntityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity with template and container.static EREntity
EREntityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity with stereotype and container.static ERForeignKey
ERForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with stereotype and container with requirement.
Innovator comfort: after creating the foreign key, the maintain method will be executed.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with stereotype from source to target element.
If the target element is an entity, a new generalization set will be created.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with stereotype from source to target element with requirement.
If the target element is an entity, a new generalization set will be created.static ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with template and container.static ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with stereotype and container.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKey
ERUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Unique Key with template and container.static ERUniqueKey
ERUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container.static ERViewAttribute
ERViewAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttribute
ERViewAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFrom
ERViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFrom
ERViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.static ERView
ERViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with template and container.static ERView
ERViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with stereotype and container.static ERViewSubselectFrom
ERViewSubselectFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewSubselectFrom
ERViewSubselectFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Entity-Relationship View) with stereotype and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension Hierarchy Usage (OLAP 2) with stereotype and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevel
BI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevel
BI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with stereotype and container with requirement.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with stereotype from source to target element.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with stereotype from source to target element with requirement.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKey
ERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Unique Key with template and container.static ERUniqueKey
ERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container.static ERViewAttribute
ERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttribute
ERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFrom
ERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFrom
ERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.static ERAttribute
ERAttributeHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)
Creates a foreign key attribute for a given unique key attribute.void
ARG_MinMaxCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2erdia
Methods in de.mid.innovator.srv2api.icw2erdia with parameters of type SrvContext Modifier and Type Method Description static ERDiaAll
ERDiaAllHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity-Relationship Diagram with template and container.static ERDiaAll
ERDiaAllHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity-Relationship Diagram with stereotype and container.void
ARG_XERDiaDimensionPrecedenceEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XERDiaEntityNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XERDiaGeneralizationSetNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XERDiaHierarchyLevelNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XERDiaLevelNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XERDiaRelshipEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XERDiaRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc with parameters of type SrvContext Modifier and Type Method Description static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with template from source to target element.static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with stereotype from source to target element.static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept with template and container.static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept with stereotype and container.static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with template from source to target element.static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with stereotype from source to target element.void
ARG_GCRealizingElements. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia with parameters of type SrvContext Modifier and Type Method Description static GCDiaConceptEdge
GCDiaConceptEdgeHelper. addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
Add aGCConceptConnection
asGCDiaConceptEdge
between the specified source and target element.static GCDia
GCDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept Diagram with template and container.static GCDia
GCDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept Diagram with stereotype and container.void
ARG_AddConceptEdge. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyNodesFromOtherDia. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GCDiaAddConceptConnectionList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GCDiaCreateAddConceptForRealizingElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GCDiaNodeWithPos. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SetNodeNotationAsIcon. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XGCDiaConceptEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XGCDiaConceptNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia with parameters of type SrvContext Modifier and Type Method Description static IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with template and container with requirement.static IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with stereotype and container with requirement.static IAAlt
IAAltHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Alternative with template and container.static IAAlt
IAAltHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Alternative with stereotype and container.static IAAssert
IAAssertHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Assertion with template and container.static IAAssert
IAAssertHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Assertion with stereotype and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with template and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with template and container with requirement.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with stereotype and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with stereotype and container with requirement.static IABreak
IABreakHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Break with template and container.static IABreak
IABreakHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Break with stereotype and container.static IACallMessage
IACallMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Call Message with template from source to target element with requirement.static IACallMessage
IACallMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Call Message with stereotype from source to target element with requirement.static IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Consider with template and container.static IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Consider with stereotype and container.static IAConstraint
IAConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interaction Constraint with template and container.static IAConstraint
IAConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interaction Constraint with stereotype and container.static IAContinuation
IAContinuationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Continuation with template and container.static IAContinuation
IAContinuationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Continuation with stereotype and container.static IACreateMessage
IACreateMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Create Message with template from source to target element with requirement.static IACreateMessage
IACreateMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Create Message with stereotype from source to target element with requirement.static IACritical
IACriticalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Critical Region with template and container.static IACritical
IACriticalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Critical Region with stereotype and container.static IADestructMessage
IADestructMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Destruction Message with template from source to target element with requirement.static IADestructMessage
IADestructMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Destruction Message with stereotype from source to target element with requirement.static IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Ignore with template and container.static IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Ignore with stereotype and container.static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interaction with template and container.static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interaction with stereotype and container.static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with template and container with requirement.static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with stereotype and container with requirement.static IALoop
IALoopHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Loop with template and container.static IALoop
IALoopHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Loop with stereotype and container.static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lost and Found with template and container.static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lost and Found with stereotype and container.static IANeg
IANegHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Negative with template and container.static IANeg
IANegHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Negative with stereotype and container.static IAOpt
IAOptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Option with template and container.static IAOpt
IAOptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Option with stereotype and container.static IAOrdering
IAOrderingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new General Ordering with template from source to target element.static IAOrdering
IAOrderingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new General Ordering with stereotype from source to target element.static IAPar
IAParHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parallel with template and container.static IAPar
IAParHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parallel with stereotype and container.static IAReplyMessage
IAReplyMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Reply Message with template and container.static IAReplyMessage
IAReplyMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Reply Message with stereotype and container.static IASeq
IASeqHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Weak Sequencing with template and container.static IASeq
IASeqHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Weak Sequencing with stereotype and container.static IASignalMessage
IASignalMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Signal Message with template from source to target element with requirement.static IASignalMessage
IASignalMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Signal Message with stereotype from source to target element with requirement.static IAStateInvariant
IAStateInvariantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State Invariant with template and container.static IAStateInvariant
IAStateInvariantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State Invariant with stereotype and container.static IAStrict
IAStrictHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Strict Sequencing with template and container.static IAStrict
IAStrictHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Strict Sequencing with stereotype and container.static IAUse
IAUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with template and container with requirement.static IAUse
IAUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with stereotype and container with requirement.static IAOperand
IAOperandHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt)
Inserts a newIAOperand
using a lane template.static void
IAInteractionHelper. layout(SrvContext srvCtx, java.util.List<? extends IAInteraction> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
Sets the layout information of theIAInteraction
.void
ARG_IAOperandInsertAtSelection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with parameters of type SrvContext Modifier and Type Method Description static void
IMViewHelper. addParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Put the views in parentheses.static IMCLDataType
IMCLDataTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Type with template and container.static IMCLDataType
IMCLDataTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Type with stereotype and container.static IMKeyRelationshipFeature
IMKeyRelationshipFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Key Relationship Feature with template and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship
(ERForeignKey
orDBForeignKey
) as owner Element 1:IMStructuralFeature
(ERAttribute
orDBTableColumn
) Element 2:IMUniqueKeyFeature
referenced by the newIMKeyRelationshipFeature
static IMKeyRelationshipFeature
IMKeyRelationshipFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Key Relationship Feature with stereotype and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship
(ERForeignKey
orDBForeignKey
) as owner Element 1:IMStructuralFeature
(ERAttribute
orDBTableColumn
) Element 2:IMUniqueKeyFeature
referenced by the newIMKeyRelationshipFeature
static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sequence Type with template and container.static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sequence Type with stereotype and container.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.static IMCLDataType
IMCLDataTypeHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aIMCLDataType
for the given data type (ER element) in the givenMEModel
(DB element).
This standard mapping creates aMEMappingDependency
with the given type as requirement element and with the newly created type as implementation element.static java.util.List<IMKeyRelationshipFeature>
IMKeyRelationshipFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates an analogIMKeyRelationshipFeature
for the given ER element in the givenDBForeignKey
(DB element).static IMSequence
IMSequenceHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aIMSequence
for the given sequence type.static java.util.List<IMUniqueKeyFeature>
IMUniqueKeyFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates an analogIMUniqueKeyFeature
for the given ER element in the givenDBUniqueKey
(DB element).static IMDataTypeDefinition
IMDataTypeDefinitionHelper. getOwnedTypeDefinitionByTypeSystem(SrvContext srvCtx, MEModelElement ohTypedElement, MMTypeSystem ohTypeSystem)
Gets theIMDataTypeDefinition
of the given element (IMSemanticDataType
orIMProperty
) in the scope of the givenMMTypeSystem
.static java.util.List<ELViewEntry>
IMFeatureHelper. propagateToViews(SrvContext srvCtx, java.util.List<? extends IMFeature> seqFeature, java.util.List<? extends ELView> seqView)
static void
IMViewHelper. removeParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Remove the corresponding parentheses.static void
IMDataTypeDefinitionHelper. typeMapping(SrvContext srvCtx, ELElement item)
void
ARG_CreateForeignProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FeaturesPropagateToViews. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IMSemanticDataTypeMerge. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IMStructuralFeatureMerge. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IMViewCombinedView. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IMViewCombinedViewFeature. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IMViewCombinedViewSubView. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_JoinExpressionFlowReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_OwnedTypeDefinitionByTypeSystemIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SetNull. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SetPrimary. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2imdia
Methods in de.mid.innovator.srv2api.icw2imdia with parameters of type SrvContext Modifier and Type Method Description void
ARG_IMAddEdgeList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XIMDiaCompartmentContentNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type SrvContext Modifier and Type Method Description static void
MMStereotypeAbleHelper. assignStereotypeDlg(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> sel, ELElement item)
Assigns a new stereotype to this element.static void
ADTranslationAbleHelper. cleanUpUnappropriatedTranslations(SrvContext srvCtx)
For eachELTranslatedValue
without connection the translated element is calculated and if found the missing connection is created.static void
ADChangeSetHelper. configChangeSetDlg(SrvContext srvCtx, boolean isActiveLog, boolean isActiveSet, boolean isAnonym, int maxDay, boolean withExport)
Modifies the configuration of change sets.static void
MMStereotypeAbleHelper. copyExtendedProperties(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> seqSource, java.util.List<? extends MMStereotypeAble> seqTarget, boolean copyProp, boolean copyLabel, boolean copyText)
Copies all values of stereotype properties, labels and text definitions from elements of the source list to elements of the target list.static ADApplicationConfiguration
ADApplicationConfigurationHelper. create(SrvContext srvCtx, java.lang.String strName, java.lang.String strPurpose, java.lang.String strConfig, int lOpMode)
Creates a namedADApplicationConfiguration
for a specified purpose.static ADChangeSet
ADChangeSetHelper. create(SrvContext srvCtx, java.lang.String strName, java.lang.String strNote, java.lang.String strLink, java.lang.String strId)
creates a change set assigned to the user of this login.static ADMdlUser
ADMdlUserHelper. create(SrvContext srvCtx, java.lang.String name)
Creates a new model user.static ADUsrRole
ADUsrRoleHelper. create(SrvContext srvCtx, java.lang.String name)
Creates a new user role.static MMCreateTemplate
MMCreateTemplateHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new create template.static MMEngineeringAction
MMEngineeringActionHelper. create(SrvContext srvCtx, ELElement item)
Creates a new engineering action.static MMFilter
MMFilterHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new filter.static java.util.List<MMFilterProperty>
MMFilterPropertyHelper. create(SrvContext srvCtx, MMFilter ohFilter, java.util.List<? extends MM2Property> seqProp)
Creates a list of new filter properties.static MMFontColor
MMFontColorHelper. create(SrvContext srvCtx, ELElement item)
Creates a new font color element within the specified profile.static MMFormatRule
MMFormatRuleHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)
Create a new format rule.static MMLabel
MMLabelHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Extents the basic function 'EntCreateOclCmd' for the elementMMLabel
by setting/modifying further attributes or elements.static java.util.List<MMPresEntry>
MMPresEntryHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<? extends MM2Presentation> seqPres)
Creates a new presentation entry.static MMStereotype
MMStereotypeHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new stereotype.static MMStereotypeProperty
MMStereotypePropertyHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a new stereotype property.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a newMMStereotypeTSOption
.static MMSyncSet
MMSyncSetHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a newMMSyncSet
.static MMSyncSetProperty
MMSyncSetPropertyHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMSyncSetProperty
owned by the specifiedMMSyncSet
.static MMText
MMTextHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, java.lang.String name, java.lang.String preset, boolean useInDocumentation, boolean isFlowDocument)
Creates a new text definition.static MMTSTypeClass
MMTSTypeClassHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMTSTypeClass
.static MMTSType
MMTSTypeHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMTSType
.static MMTypeSystem
MMTypeSystemHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMTypeSystem
.static MMVerify
MMVerifyHelper. create(SrvContext srvCtx, ELElement item)
Creates a new verify.static ADAnnotation
ADAnnotationHelper. createAnnotation(SrvContext srvCtx, ADClientAble ohContext, java.lang.String strText, java.util.List<? extends ADClientAble> seqElem)
Creates a new annotation.static ARG_CreateRepository
ADModelHelper. createBranch(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, boolean asSubBranch, boolean withCS)
Creates a branch.static ARG_CreateRepository
ADModelHelper. createBranchBackup(SrvContext srvCtx, ADModel adModel, java.lang.String backupName, java.lang.String note)
Creates a backup of the current branch.static ARG_ADModelInfo
ADModelHelper. createByFile(SrvContext srvCtx, ADLogin login, byte[] file, java.lang.String nameModel, java.lang.String password, java.lang.String passCopy)
Creates a new model using the given version file.static void
ADEventLogEntryHelper. createEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, java.lang.String strNote, java.lang.String strModelName, java.lang.String strRepName)
Creates a new event log entry or a specialization.static void
MMSyncSetPropertyHelper. createMatchingSyncSetProperty(SrvContext srvCtx, ELElement item)
Creates synchronization properties for each matchingMMSyncedProperty
of all synced stereotypes owned by the specifiedMMSyncSet
.static java.util.List<MMMenu>
MMMenuHelper. createMenu(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<? extends MM2Class> seqOh, boolean useDefaultMenu)
Creates a list of menus.static ARG_CreateRepository
ADModelHelper. createModelVersion(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, java.lang.String adModelUUID, java.lang.String parentBranchUUID, java.lang.String adModelName)
Creates a new model version.static MMProfile
MMProfileHelper. createProfile(SrvContext srvCtx)
Creates a profile.static MMSyncProfile
MMSyncProfileHelper. createSyncProfile(SrvContext srvCtx)
Creates aMMSyncProfile
.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. createWithTypeSystem(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType, MMTypeSystem ohTypeSystem, java.lang.String strName)
Creates a newMMStereotypeTSOption
withMMTypeSystem
.static void
ADChangeSetHelper. deleteChangeSets(SrvContext srvCtx)
Deletes all closed change sets.static void
ADEventLogEntryHelper. deleteEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, boolean repEvent, boolean thisModelEvent, boolean allModelEvent)
Delete event log entries or specializations of the specified kind (or all kinds) within this model, all models or the repository.static void
MMFormatAbleHelper. deleteFormat(SrvContext srvCtx, MMProfile ohProfile, java.util.List<? extends MMFormatAble> seqAble)
Deletes the specified formats.static <T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAbleHelper. filterByStereotype(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqItems, java.util.List<ARG_StereotypeFilterItem> seqFilter)
Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.static <T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAbleHelper. filterByStereotypeName(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.Class<? extends ELObject> voclM2Class, java.lang.String nameProfile, java.lang.String nameStereotype, boolean isExact, java.util.List<? extends ELElement> seqItems)
Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.static java.util.List<java.lang.String>
MMEngineeringActionHelper. getActionTags(SrvContext srvCtx)
Returns all tags specified for engineering actions.static java.util.List<java.lang.String>
ADAnnotationHelper. getAllUserNames(SrvContext srvCtx)
All names of users who created at least one annotation.static ARG_TreeArgNameAbleSelectDlgNode
ADM2AttrModifyAbleHelper. getAsTree(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, java.lang.String pattern, boolean ignoreCase, boolean lockOption, boolean addReferences)
Transforms the provided elements in a tree representation.static ARG_BranchesToXml
ADBranchHelper. getBranchesToXml(SrvContext srvCtx)
Provides information to all branches of this model in xml format.static java.lang.String
ADRepositoryHelper. getBusServerInfoAsJSON(SrvContext srvCtx)
returns the server info that is published to the bus.static ARG_ChangeSetOperationValues
ADCSInstanceHelper. getChangeSetInstanceProtocol(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod)
Returns the protocol of model changes for a set of elements.static ARG_ChangeSetList
ADChangeSetHelper. getChangeSetList(SrvContext srvCtx, boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd)
Returns a list of change sets with properties.static java.util.List<ARG_NameInChangeSetLog>
ADChangeSetHelper. getChangeSetNameOfValidElements(SrvContext srvCtx, java.util.List<ARG_VOclAndId> seqId)
returns the instance, name and the qualified owner's name of the specified elements.static ARG_ChangeSetOperationValues
ADChangeSetHelper. getChangeSetProtocol(SrvContext srvCtx, java.util.List<? extends ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod)
Returns the protocol of model changes during a set of change sets.static ARG_Ask
ADChangeSetHelper. getConfigChangeSetDlgCheck(SrvContext srvCtx, boolean isActiveLog, boolean isActiveSet, boolean isAnonym, int maxDay, boolean withExport)
Checks whether the modification of the change set configuration will reduce the number of closed change sets.static ARG_ConfigChangeSet
ADChangeSetHelper. getConfigChangeSetDlgInit(SrvContext srvCtx)
Fills the dialog for the configuration of change sets.static MMTypeSystem
MMTypeSystemHelper. getDefaultTypeSystem(SrvContext srvCtx)
Returns theMMTypeSystem
whose 'is model default' attribute is set to true.static java.util.List<ARG_EnumMembers>
MM2TypeEnumHelper. getEnumMemberNames(SrvContext srvCtx, java.util.List<K_ENUM> seqEnum, java.util.List<java.lang.Integer> seqMember)
Returns a list of enumerations each with a list of members with translated display name and value.static ARG_FilterOclReq
ADVersionAbleHelper. getFilter(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Without a selection, it returns allADVersionAble
elements.static ARG_FindDeletedElements
ADCSInstanceHelper. getFindDeletedElements(SrvContext srvCtx, java.lang.String name, boolean isSearchByPattern, java.lang.Class<? extends ELObject> kVOcl, java.util.Date lStartTime, java.util.Date lEndTime)
Searches in change log for deleted elements.static ELElement
ADModelHelper. getFindElementById(SrvContext srvCtx, java.lang.Class<? extends ELObject> kVOcl, int id)
If it exists, returns the model element described by the ARG_FindElementByIdOclReq structure.static ARG_FindHistoryDlgOclReqOut
ADHistoryAbleHelper. getFindHistoryDlg(SrvContext srvCtx, K_FINDMODE mode, java.util.List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, java.lang.String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig)
Internal funktion for finding elements by history properties.static ARG_FindSqlIntelliSense
ADFindAbleHelper. getFindSqlIntelliSense(SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)
Returns an inforamtion structure for providing intelliSense to build an Innovator Find SQL statement.static ARG_CreationDate
ADModelHelper. getFirstCreationDate(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqRoot, java.util.List<? extends ELElement> seqFlat)
examines the transitive content of the elements in seqRoot and returns the oldest creation date of these elements.static ARG_GetInfoPropertiesForImpactAnalysisOut
MM2ClassificationHelper. getInfoPropertiesForImpactAnalysis(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem)
Returns a list of info properties which may be used by the impact analysis of the specified elements or meta classifications.static ARG_ADListLoginOut
ADModelHelper. getListLogin(SrvContext srvCtx, java.lang.String nameModel, K_ADMODEL methModel, java.lang.String patternUser)
Returns information about the login user list.static ARG_ADModelConfig
ADModelHelper. getListModelConfig(SrvContext srvCtx, K_ADMODEL item)
Returns the names of available model configurations.static ARG_ADUserConfig
ADModelHelper. getListUserConfig(SrvContext srvCtx)
Returns the names of available user configurations.static ARG_ModifyChangeableFontDlgInitOut
MMTextHelper. getModifyChangeableFontDlgInit(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Fills the dialog to modify the font and the changeable flag for a list of text definitions or stereotypes.static ARG_ModifyInactivity
ADRepositoryHelper. getModifyInactivity(SrvContext srvCtx)
Returns the inactivity information.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTranslatableValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available typed elements which may be translated.static ARG_Ask
ADTranslationAbleHelper. getModifyTranslationLocaleCheck(SrvContext srvCtx, java.util.List<K_LOCALE> seq)
Checks whether the modification of translation languages deletes translations.static java.util.List<K_LOCALE>
ADTranslationAbleHelper. getModifyTranslationLocaleInit(SrvContext srvCtx)
Returns the list ofMM2Locale
values which are allowed as translation language.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTSOptionValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available type sytem options.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTypedElementValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available typed elements.static ARG_ModifyUpdate
ADRepositoryHelper. getModifyUpdate(SrvContext srvCtx)
Returns the update information.static ARG_MoveStereotypeWithAttachmentDlgInitOut
MMStereotypeHelper. getMoveStereotypeWithAttachmentDlgInit(SrvContext srvCtx, java.util.List<? extends MMStereotype> seqStereo, MMProfile ohProfile)
Fills the dialog to move all selected stereotypes with attachments to a new owning profile.static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. getPossiblePairsForImpactAnalysis(SrvContext srvCtx)
Returns a list of element types which are typically represented as node but may be used as edge within the impact analysis.static ARG_GetProfileTranslationDlgInitOut
MMProfileTranslationHelper. getProfileTranslationDlgInit(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, boolean isName)
Fills the translation dialog.static ARG_GetPropertyTranslations
ADTranslationAbleHelper. getPropertyTranslations(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqElem, java.util.List<? extends MM2Locale> seqLang)
Calculates all properties for the selected elements and all existing translations.static <T extends ADClientAble>
java.util.List<T>ADClientAbleHelper. getReferences(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, java.util.List<ARG_IRefViewSpecification> seqViewSpec)
Internal request used by de.mid.innovator.ref.ReferencesCollector.static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. getRelationPairsForImpactAnalysis(SrvContext srvCtx)
Returns a list of element types which may be typically used as edge within the impact analysis.static MMStereotype
MMStereotypeAbleHelper. getRootStereotypeByVOcl(SrvContext srvCtx, int item)
The root stereotype for elements of the specified type.static ADRepository
ADRepositoryHelper. getSelf(SrvContext srvCtx)
Returns the repository itself.static ARG_Ask
ADTranslationAbleHelper. getSetNotToTranslateAttributeCheck(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)
Checks whether existing translations are deleted, if the specified attributes are marked as not necessary for translation.static ARG_ShutdownInfo
ADRepositoryHelper. getShutdown(SrvContext srvCtx)
Returns the shutdown information.static <T extends ADVersionAble>
java.util.List<T>ADVersionAbleHelper. getSortByExistenceDependency(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Sorts the provided version objects by their existence dependencies.static java.util.List<MMStereotype>
MMStereotypeHelper. getStereotypeByVOcl(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)
All not abstract stereotypes of the specified meta class.static ARG_StereotypeList
MMStereotypeHelper. getStereotypeList(SrvContext srvCtx)
Returns a list of all stereotypes which may be used by aMMStereotypeAble
.static java.util.List<ARG_TabElement>
ADM2AttrModifyAbleHelper. getTabElementList(SrvContext srvCtx, java.util.List<? extends ADClientAble> seq, boolean wantColor, java.lang.String strColorLabel, boolean wantText)
Returns a list of all properties for the specified element list.static java.util.List<MMEngineeringAction>
MMEngineeringActionHelper. getTaggedAction(SrvContext srvCtx, java.util.List<java.lang.String> seq)
Returns all engineering actions which are tagged with all given tags in string sequence.static ARG_TranslationMatrix
ADTranslationAbleHelper. getTranslations(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends ADTranslationAble> seqLang, boolean isExport)
Returns a list of translatable elements with properties and translations for each specified language.static ARG_TypeCheckOut
MMTSTypeHelper. getTypeCheck(SrvContext srvCtx, java.lang.String nameTypeSystem, java.lang.String nameConcreteType)
Searches a type with concrete parameters within anMMTypeSystem
- both given as string values.static java.util.List<MMTypeSystem>
MMTypeSystemHelper. getTypeSystems(SrvContext srvCtx)
Returns all type systems of the modelstatic java.util.List<java.lang.String>
MMTypeSystemHelper. getTypeSystemStrings(SrvContext srvCtx, java.util.List<java.lang.String> seq)
Returns a name list of all available type systems.static java.util.List<ARG_VerifyElementMessageList>
MMProfileHelper. getVerifyProfileElementMessageList(SrvContext srvCtx, java.util.List<? extends MMProfile> seqProfile, java.util.List<K_CTREE> seqCTree, MMVerify ohVerify)
static byte[]
ADModelHelper. getVersionFile(SrvContext srvCtx, ADLogin login, K_ADMODEL method, java.lang.String name)
Returns the complete version ASCII representation of the model.static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. getViewAttributesForImpactAnalysis(SrvContext srvCtx, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl)
Returns a list of view attributes which may be used by the impact analysis of the specified element types.static void
ADModelHelper. guestAllow(SrvContext srvCtx, ADModel model, boolean allowLogin, java.lang.String text)
Allow and forbid for the guest logins.static void
ADLockAbleHelper. lock(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)
Creates a lock for the current object.static void
ADModelHelper. modifyBranchProperties(SrvContext srvCtx, ADModel adModel, java.lang.String name, java.lang.String note)
Updates the properties of this branch.static void
MMTextHelper. modifyChangeableFontDlg(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqElem, java.lang.String strFont, boolean isChangeable)
Modify the font and changeable flag for a list of text definitions or stereotypes.static void
ADRepositoryHelper. modifyInactivity(SrvContext srvCtx, boolean deleteAuto, int timeUser, int timeRepository)
Use to change the inactivity behavior.static void
ADRepositoryHelper. modifySingleSignOn(SrvContext srvCtx, boolean item)
Use to change the single sign-on flag.static void
MMStereotypeAbleHelper. modifyStereotypeAblePropertiesDlg(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqCont, java.util.List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr)
Sets list of stereotype property values of an element.static void
MMStereotypeAbleHelper. modifyStereotypeAbleTSOptionsDlg(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqCont, java.util.List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr)
Sets list of type system option values of an element.static void
MM2ClassificationHelper. modifyTranslatableValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid typed elements which may be translated for a list of meta classifications.static void
ADTranslationAbleHelper. modifyTranslationLocale(SrvContext srvCtx, java.util.List<K_LOCALE> seq)
Modify the list of translation languages.static void
MM2ClassificationHelper. modifyTSOptionValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid type system options for a list of meta classifications.static void
MM2ClassificationHelper. modifyTypedElementValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid typed elements for a list of meta classifications.static void
ADRepositoryHelper. modifyUpdate(SrvContext srvCtx, int interval, java.util.List<java.lang.String> seqTime)
Use to change the update behavior.static void
MM2TypedElementHelper. modifyValueConstraintDlg(SrvContext srvCtx, java.util.List<? extends MM2TypedElement> sel, boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, java.lang.String strRegExp)
Modify the value constraint for this typed element.static void
ADModelHelper. modifyVersionAlias(SrvContext srvCtx, ADModel adModel, java.util.List<ARG_Alias> seqAlias)
Replaces the model versions alias list.static void
MMStereotypeHelper. moveStereotypeWithAttachmentDlg(SrvContext srvCtx, java.util.List<? extends MMStereotype> seqStereo, MMProfile ohProfile, boolean moveAll, java.util.List<? extends ADClientAble> seqElem)
Moves the selected stereotypes with the specified attachments to the new owning profile.static void
ADModelHelper. nameConstraintsUpdate(SrvContext srvCtx, ADModel adModel, java.lang.String expressionForVersionName, java.lang.String expressionForBackupName)
Updates the regular expressions constraining the name of a model version and a model backup.static ARG_OccupiedResources
ADRepositoryHelper. occupiedResources(SrvContext srvCtx)
Calculates the occupied resources of this repository.static void
ADModelHelper. reassignBranch(SrvContext srvCtx, ADModel adModel, java.lang.String parentBranchUUID)
assigns this branch to a new parent branch.static void
ADTranslationAbleHelper. resetNotToTranslateAttribute(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)
static void
ADTranslationAbleHelper. setNotToTranslateAttribute(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)
static void
MMProfileTranslationHelper. setProfileTranslationDlg(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, boolean isName, java.util.List<ARG_UpdateTranslation> seqTrans)
Updates the translation of property values for the specified elements.static void
ADM2AttrModifyAbleHelper. setToDefaultByM2TypedElement(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> seqSel, MM2TypedElement ohMM2TypedElement)
Deletes the values for the property specified by parameter "property" of the provided elements.static ADChangeSet
ADChangeSetHelper. splitChangeSet(SrvContext srvCtx, java.util.List<? extends ADCSOperation> seqOp, boolean createNewChangeSet)
Splits the change set content and moves the specified operations to another change set.static void
MMSyncSetPropertyHelper. synchronizeProperty(SrvContext srvCtx, MMStereotypeAble targetItem, MM2TypedElement targetProperty, MMStereotypeAble sourceItem, MM2TypedElement sourceProperty)
Synchronize theMM2TypedElement
of aMMStereotypeAble
.static void
ADLockAbleHelper. unlock(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)
Deletes the lock for the current object.static void
MMProfileHelper. unlockProfiles(SrvContext srvCtx)
Unlocks all profiles locked by the user.void
ARG_ADAssignExecuteAble. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddNodes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADListLoginIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADListLoginOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADMdlUserCreateIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADModelByFile. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADModelConfig. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADModelInfo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADUserConfig. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADUsrRoleCreateIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ADUsrRoleInfo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Alias. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Aliases. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AssignRoleCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AsTreeIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AvailableMappingTypes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BranchDetails. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BranchesToXml. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BranchModifyPropertiesIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BranchReassignIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetCreateIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetDetails. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetInstanceOverview. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetInstanceProtocolIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetListIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetNameOfValidElementsIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetOperationValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetOperationValues. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetOverview. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetPeriod. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetProperties. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ChangeSetProtocolIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ClassViewAttrs. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ConfigChangeSet. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Copy. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyConstraintDlgCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyExtendedProperties. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyFormatDlgCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyFormatRule. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyMenuDlgCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyProfileContentDlgInitIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyProfileContentDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyRoleExecutionDlgCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CopyRoleExecutionDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateAnnotation. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateApplicationConfiguration. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateBranchBackupIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateBranchIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateEventLogEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateModelVersionIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateRepository. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreationDate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DeleteEventLogEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DeleteFormat. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Diff. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DiffNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DiffNodeProp. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DiffNodeRsIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DiffNodeRsOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DiffRelationshipsAndPropertiesIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DucInCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DUCInstanceMsg. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DUCInstanceResultRef. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DucInstancesResult. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DuplicateStereotypeWithAttachmentDlg. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ElemInfoProps. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ElemProp. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ElemPropList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_EnumMemberName. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_EnumMembers. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_EvaluateRelationshipTemplate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_EvaluateRelationshipTemplateOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_EvaluateRelationshipTemplateWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FilterByStereotype. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FilterOclReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FilterTranslationState. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FilterTranslationStateIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindDeletedElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindDeletedElements. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindDeletedElementsIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindHistoryDlgOclReqIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindHistoryDlgOclReqOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FindSqlIntelliSense. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_FirstCreationDateIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetConcreteMappedType. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetConcreteMappedTypeOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetEnumMemberNamesIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetInfoPropertiesForImpactAnalysisIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetInfoPropertiesForImpactAnalysisOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetLoginList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetProfileTranslationDlgInit. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetProfileTranslationDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetPropertyTranslations. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetPropertyTranslationsIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetStereotype. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetTemplate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetTextTranslation. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetTranslationsIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetViewAttributesForImpactAnalysisIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetViewAttributesForImpactAnalysisOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GuestAllow. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ImportVersion. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ImportVersionFile. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InfoProp. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InnovatorComponent. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InnovatorComponentDlgInit. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InstNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InstNodeProp. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InstNodeRsIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_InstNodeRsOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IRef. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IRefM2ClassificationSpecification. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IRefM2ClassSpecification. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IRefRestriction. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IRefStereotypeSpecification. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_IRefViewSpecification. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LangProp. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LangPropList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LoadConfig. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LoadUserConfig. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LockRecursiveEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LockRecursiveIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LoginAllow. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LoginCache. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_M2LocaleDetails. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Map. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MenuAbleTime. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MergeChangeSet. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MM2TypedElementCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MM2TypedElementModifyProperties. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMAssignClassification. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMAssignMenuItem. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMCreateMenu. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMDynamicMenu. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMEvalAction. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMEvalSequence. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMExecuteItem. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMFilterPropertyCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMFormatRuleCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMGetMenuItem. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMMenuItemList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMMenuItemOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMMenuOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMPresEntryCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMProfileElementVOclSeq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMProfileStereotype. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMStereotypeModifyProperties. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMStereotypeTSOptionCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMTextCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMTextValueList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMTypedElementValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMTypedElementValueList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMVerifyElementList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MMVerifyMessageList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyAccess. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyAliasIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyByM2AttrOhValueListOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyChangeableFontDlg. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyChangeableFontDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyChangeSetLink. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyChangeSetProperties. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyFilterDlg. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyFilterEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyFlowDocuments. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyFlowDocumentsReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyHistoryCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyInactivity. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyModelNameBitmap. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyModelNameBitmapDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyOptionDlgCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyRead. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifySyncSetPropItems. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifySyncSetPropItemsInit. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTextValuesDlgInit. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementOrderDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementValidListDlgInit. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementValidListDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementValueList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyTypedElementValuesByName. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyUpdate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MoveStereotypeWithAttachmentDlgCmdIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MoveStereotypeWithAttachmentDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MoveStereotypeWithAttachmentDlgReqIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MultiVersion. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NameAbleSelectDlgNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NameConstraintsUpdate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NameInChangeSetLog. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NameValueDefault. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndContainer. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndContainerSequence. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndContainerSequenceWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndContainerWithContAsgn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndContainerWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndSequence. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndSequenceWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndSourceTarget. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByStereotypeAndSourceTargetWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndContainer. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndContainerSequence. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndContainerSequenceWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndContainerWithContAsgn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndContainerWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndSequence. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndSequenceWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndSourceTarget. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NewByTemplateAndSourceTargetWithRequirement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_NotToTranslate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PasswordModify. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Paste. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PasteFromFile. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PasteFromFilePRContext. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PastePRContext. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Reconnect. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ReplaceUsedStereotypeDlgCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ReplaceUsedStereotypeDlgInitOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_RoleModify. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SaveConfig. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SetProfileTranslationDlg. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SetTextTranslation. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SetToDefaultByM2TypedElementOclCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SingleMMAttachmentAble. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SplitChangeSet. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_StereoRel. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_StereotypeFilterItem. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_StereotypeInfo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_StereotypeList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_StereotypeRelationsOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_StringListInitDlg. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SynchronizeProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SyncSetPropItem. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabAbleClassification. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabAbleClassificationIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabCell. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabCellModify. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabCellObjectIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabCellObjectList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabColor. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabCreate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabCreateObjectIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabCreateTemplate. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabElementIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabElementListIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabElementModify. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabElementRowList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabRow. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabRowList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TabType. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TransformInitIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TreeArgNameAbleSelectDlgNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TypeCheck. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TypeCheckOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TypeElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TypeModelProfile. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TypeNamespace. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TypeStereotype. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_Undo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_UndoIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_UndoRedoAbleOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VAttrStereoRel. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VAttrStringValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VerifyElementMessageList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VerifyManagerElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VerifyManagerListIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VerifyManagerMessage. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VerifyProfileElementMessageListIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VersionFile. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VersionFileOclReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ViewAttr. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VisibleDiagram. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VisibleTypes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_VOclAndId. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBrowserNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XBrowserOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XColorKindRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XColorRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindLabelByMMLabelTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseClassifier. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseElement. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseMetaClass. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseMetaProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseMetaValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseProfile. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseProfileProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseProfileValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseStereotype. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseTypeSystem. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindSqlIntelliSenseView. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindStereoOptionByMMStereotypeTSOptionTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindStereoPropByMMStereotypePropertyTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindTextByMMTextTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindTextOperatorByMMTextTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFindTextSimpleByMMTextTerm. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XFontRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XImageRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XTextRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with parameters of type SrvContext Modifier and Type Method Description static void
MESectionHelper. assignSectionLoginAble(SrvContext srvCtx, ELElement item)
Assigns thisMESection
to theADLoginAble
as login able section.static MEAbstraction
MEAbstractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Abstraction with template from source to target element.static MEAbstraction
MEAbstractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Abstraction with stereotype from source to target element.static MEAttachment
MEAttachmentHelper. create(SrvContext srvCtx, MMAttachmentAble ohElement, ARG_File valFile)
Attaches a file to an element.static MEComment
MECommentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Comment with template and container.static MEComment
MECommentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Comment with stereotype and container.static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Configuration Base Package with template and container.static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Configuration Base Package with stereotype and container.static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint with template and container.static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint with stereotype and container.static MECopy
MECopyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with template from source to target element.static MECopy
MECopyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with stereotype from source to target element.static MECreateRedirect
MECreateRedirectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Create Default with template from source to target element with requirement.static MECreateRedirect
MECreateRedirectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Create Default with stereotype from source to target element with requirement.static MEDependency
MEDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dependency with template from source to target element.static MEDependency
MEDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dependency with stereotype from source to target element.static MEElementImport
MEElementImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Element Import with template from source to target element.static MEElementImport
MEElementImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Element Import with stereotype from source to target element.static MEMappingConfigurationPackageForward
MEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with template and container.static MEMappingConfigurationPackageForward
MEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with stereotype and container.static MEMappingConfigurationPackageReverse
MEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with template and container.static MEMappingConfigurationPackageReverse
MEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with stereotype and container.static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with template from source to target element.static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with stereotype from source to target element.static MEMappingPackageContent
MEMappingPackageContentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Content Package with template and container.static MEMappingPackageContent
MEMappingPackageContentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Content Package with stereotype and container.static MEMappingPackageTypeForward
MEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with template and container.static MEMappingPackageTypeForward
MEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with stereotype and container.static MEMappingPackageTypeReverse
MEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with template and container.static MEMappingPackageTypeReverse
MEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with stereotype and container.static MEModel
MEModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Model with template and container.static MEModel
MEModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Model with stereotype and container.static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Package with template and container.static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Package with stereotype and container.static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with template from source to target element.static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with stereotype from source to target element.static MEProxyAssignment
MEProxyAssignmentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Proxy Assignment with template from source to target element.static MEProxyAssignment
MEProxyAssignmentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Proxy Assignment with stereotype from source to target element.static MEProxyExternal
MEProxyExternalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Proxy (External) with template and container.static MEProxyExternal
MEProxyExternalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Proxy (External) with stereotype and container.static MEProxyInnovator
MEProxyInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Proxy with template and container.static MEProxyInnovator
MEProxyInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Proxy with stereotype and container.static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with template from source to target element.static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with stereotype from source to target element.static MERequirement
MERequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Requirement with template and container.static MERequirement
MERequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Requirement with stereotype and container.static MESection
MESectionHelper. create(SrvContext srvCtx, MESection ohSection, java.lang.String strName)
Create a new section.static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with template and container.static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with stereotype and container.static MEStubPackageBase
MEStubPackageBaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Base Package with template and container.static MEStubPackageBase
MEStubPackageBaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Base Package with stereotype and container.static MEStubPackageExternalModel
MEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stub Package (External Model) with template and container.static MEStubPackageExternalModel
MEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stub Package (External Model) with stereotype and container.static MEStubPackageInnovator
MEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with template and container.static MEStubPackageInnovator
MEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with stereotype and container.static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new System Model with template and container.static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new System Model with stereotype and container.static MESystemModelManagement
MESystemModelManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new System Model Management with template and container.static MESystemModelManagement
MESystemModelManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new System Model Management with stereotype and container.static MEUsage
MEUsageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usage with template from source to target element.static MEUsage
MEUsageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usage with stereotype from source to target element.static ARG_DependencySourceTargetListOut
MEDependencyHelper. getDependencySourceTargetList(SrvContext srvCtx, java.lang.Class<? extends ELObject> kVOclDependency, boolean isExactDependency, MMStereotype ohStereoDependency, java.lang.Class<? extends ELObject> kVOclSource, boolean isExactSource, java.lang.Class<? extends ELObject> kVOclTarget, boolean isExactTarget, boolean onlyExisting, java.util.List<? extends ADClientAble> seqSource, java.util.List<? extends ADClientAble> seqTarget)
Returns a list of all dependencies of the specified meta class.static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefData(java.lang.Class<T> returnType, SrvContext srvCtx, int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemHREF, MEPackage ohTransitiveOwner)
Returns a list of Proxies referencing the element with the specified data.static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefUUID(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sUUID, MEPackage ohTransitiveOwner)
Returns a list of Proxy referencing the specified UUID.static java.util.List<ARG_MEMappingEnvironment>
MEMappingConfigurationPackageHelper. getMappingConfiguration(SrvContext srvCtx, MEModelElement ohStartElement, java.lang.String mappingName, boolean ignoreForward, boolean ignoreReverse, boolean ignoreInnovatorConfiguration, boolean ignoreExternalConfiguration, ARG_MappingEnvironmentInnovatorModel valInnovatorModelData, ARG_MappingEnvironmentExternalModel valExternalModelData)
Determines existing mapping environments (i.e. system model, mapping type package and virtual system models) located below the system model, which are determined by the object in the argument.static java.util.List<ARG_MEDependencyAssignmentInfo>
MEDependencyHelper. getMEDependencyAssignmentInfo(SrvContext srvCtx, java.util.List<? extends ELElement> seqSource, java.util.List<? extends ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)
Calculates for a quantity of elements its dependency assignments.static <T extends ELContainerAble>
java.util.List<T>MEStereotypeAbleHelper. getPossibleContainer(java.lang.Class<T> returnType, SrvContext srvCtx, MMStereotype ohStereo, java.lang.Class<? extends ELObject> kVOcl, boolean onlyHierAble)
static java.util.List<ARG_SectionEntry>
MESectionHelper. getSectionsList(SrvContext srvCtx, boolean item)
Returns all sections as list.static ARG_TreeArgNameAbleSelectDlgNode
MEStereotypeAbleHelper. getTransformDlgInit(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> seqSel)
Initialization of the transformation rules dialog.static java.util.List<ARG_TransformPreView>
MEStereotypeAbleHelper. getTransformPreView(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)
Calculates the all elements which will be deleted or modified by the transformation of the specified elements.static void
MEReferenceContainerAbleHelper. subtractReferences(SrvContext srvCtx, java.util.List<ARG_RefContainerElementList> seq)
Subtracts the references to the specified list of referenceable elements from the list of reference containers.static java.util.List<MMStereotypeAble>
MEStereotypeAbleHelper. transformInstance(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)
Applies the transformation rules to the provided instances.void
ARG_AssignSection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AttachmentContent. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AttachmentFile. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_BuildProxyConnectionCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateByER. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateSection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DependencySourceTarget. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DependencySourceTargetListIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DependencySourceTargetListOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DependencyStereotype. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DependencyStereotypeModel. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetPossibleDependency. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_LoadAddOn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MappingConfigurationReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MappingEnvironmentExternalModel. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MappingEnvironmentInnovatorModel. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEDependencyAssignmentInfo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEDependencyAssignmentInfoInput. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEMappingConfiguration. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEMappingEnvironment. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEProxyFindByRefData. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEProxyFindByRefUUID. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEProxyProperty. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEProxyPropertyEnvironment. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEProxyPropertyMode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEProxyPropertyStubInfo. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_MEStubPackageInnovator. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyProxyInnovatorCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyRequirementCmd. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_ModifyRequirementReq. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PossibleContainer. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PRPresContextLayout. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_RefContainerElementList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SectionClientExpandIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SectionClientExpandOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_SectionEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_TransformInstanceIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres with parameters of type SrvContext Modifier and Type Method Description static java.util.List<PRDiaAttachmentNode>
PRDiaAttachmentNodeHelper. addAttachmentNode(SrvContext srvCtx, PRDia ohDia, java.util.List<? extends MEAttachment> seqAttachment, java.awt.Point ptPos)
Adds attachments as nodes.static java.util.List<PRDiaCalloutNode>
PRDiaCalloutNodeHelper. addCalloutNodes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Adds callout nodes to the specified presentation contents.static void
PRDiaNodeHelper. collapse(SrvContext srvCtx, java.util.List<? extends PRDiaNode> sel)
Collapses a node which is currently expanded.static PRAnalysisDia
PRAnalysisDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Analysis Diagram with template and container.static PRAnalysisDia
PRAnalysisDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Analysis Diagram with stereotype and container.static PRDiaFrameNode
PRDiaFrameNodeHelper. create(SrvContext srvCtx, ADClientAble ohContainer, java.awt.Point ptPosition, java.awt.Point ptSize)
Creates a new frame node within the specified container.static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with template and container.static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with stereotype and container.static PRAnalysisDia
PRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Analysis Diagram with template and container.static PRAnalysisDia
PRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Analysis Diagram with stereotype and container.static ADClientAble
PRDiaAttachmentNodeHelper. createAttachmentWithNode(SrvContext srvCtx, PRPresElement ohSel, ARG_File valFile, java.awt.Point position)
Attaches a file to the element represented by the presentation element.static java.util.List<PRDiaSegEdge>
PRDiaEdgeHelper. createEdgeSegs(SrvContext srvCtx, java.util.List<? extends PRDiaEdge> seqOhEdge)
Creates two edge segments to replace thePRDiaEdge
.static java.util.List<PRPresContent>
PRPresElementHelper. diaDrop(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, PRPresElement dropTarget, java.awt.Point position, java.awt.Point size, java.awt.Point offset, java.lang.Class<? extends ELObject> kVOclPres)
Drop elements as presentation content to the specified drop target.static void
PRDiaNodeHelper. expand(SrvContext srvCtx, java.util.List<? extends PRDiaNode> sel)
Expands a node which is expandable but currently collapsed.static <T extends PRDia>
java.util.List<T>PRDiaHelper. getFindDiagramsWithAnnotations(java.lang.Class<T> returnType, SrvContext srvCtx)
Find all diagrams which contain elements with assigned annotation.static java.util.List<ARG_MEProxyProperty>
PRPresElementHelper. getReferencesModelExtern(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Determines the element's jump reference data to external models.static void
PRPresContextHelper. layout(SrvContext srvCtx, java.util.List<? extends PRPresContext> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
Sets the layout values (format,orientation,margins,pagecount) of the given context.static void
PRBDiaHelper. lock(SrvContext srvCtx, java.util.List<? extends PRBDia> sel)
Locks the corresponding behavior of the current object.static void
PRBDiaHelper. unlock(SrvContext srvCtx, java.util.List<? extends PRBDia> sel)
Unlocks the correponding behavior of the current object.void
ARG_AddAbleEdgeEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddAbleEdgeListType. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddAttachmentNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddEdgeAndTargetNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddEdgeAndTargetNodeList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_AddEdgesAndTargetNodes. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CompartmentVisibility. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CompartmentVisibilityList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CompartmentVisibilityNodeList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CompartmentVisibilityOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateAttachmentWithNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_CreateFrameNode. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_DiaDrop. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_GetAnalysisDiaProperties. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PageViewContext. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PageViewTextLine. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PRAddAbleEdgeEntry. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PRAddAbleEdgeList. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PRDiaFilterCriteria. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_PREdges. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XClientHashIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XClientHashOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XClientIn. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XClientOut. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaCalloutNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaFrameNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaSegNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaTextNodeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPRDiaWhiteboardEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPresContentRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPresContextRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_XPresElementRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm with parameters of type SrvContext Modifier and Type Method Description static SMChoice
SMChoiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Choice - Pseudostate with template and container.static SMChoice
SMChoiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Choice - Pseudostate with stereotype and container.static SMDeepHistory
SMDeepHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with template and container.static SMDeepHistory
SMDeepHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with stereotype and container.static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entry Point with template and container.static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entry Point with stereotype and container.static SMExitPoint
SMExitPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Exit Point with template and container.static SMExitPoint
SMExitPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Exit Point with stereotype and container.static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Final State with template and container.static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Final State with stereotype and container.static SMInit
SMInitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Initial State with template and container.static SMInit
SMInitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Initial State with stereotype and container.static SMJoinFork
SMJoinForkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with template and container.static SMJoinFork
SMJoinForkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with stereotype and container.static SMJunction
SMJunctionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Junction - Pseudostate with template and container.static SMJunction
SMJunctionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Junction - Pseudostate with stereotype and container.static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Protocol State Machine with template and container.static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Protocol State Machine with stereotype and container.static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Region with template and container.static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Region with stereotype and container.static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State with template and container.static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State with stereotype and container.static SMShallowHistory
SMShallowHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with template and container.static SMShallowHistory
SMShallowHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with stereotype and container.static SMStateMachine
SMStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State Machine with template and container.static SMStateMachine
SMStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State Machine with stereotype and container.static SMTerminator
SMTerminatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with template and container.static SMTerminator
SMTerminatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with stereotype and container.static SMTransExt
SMTransExtHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Transition with template from source to target element.static SMTransExt
SMTransExtHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Transition with stereotype from source to target element.static SMRegion
SMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
Inserts a newSMRegion
using a region template.static void
SMStateMachineHelper. layout(SrvContext srvCtx, java.util.List<? extends SMStateMachine> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
Sets the layout information of theSMStateMachine
.void
ARG_SMRegionInsertAtSelection. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2sqdia
Methods in de.mid.innovator.srv2api.icw2sqdia with parameters of type SrvContext Modifier and Type Method Description void
ARG_XSQDiaMessageEdgeRep. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.srv2api.icw2util
Methods in de.mid.innovator.srv2api.icw2util with parameters of type SrvContext Modifier and Type Method Description void
ARG_InstPropValue. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
void
ARG_OccupiedResources. unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Uses of SrvContext in de.mid.innovator.util
Methods in de.mid.innovator.util with parameters of type SrvContext Modifier and Type Method Description ELElement
InnoRef. getElement(SrvContext srvCtx)
static java.util.List<InnoRef>
InnoRef. parse(SrvContext srvCtx, java.lang.String sValue)
-