Uses of Interface
de.mid.innovator.srv2api.icw2class.CLDeployment
-
Packages that use CLDeployment Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of CLDeployment in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLDeployment Modifier and Type Method Description 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.CLDeployment
CLDeploymentSpec. getDeployment()
The deployment which the deployment specification is associated with.CLDeployment
CLInstanceSpecification. getOwningDeployment()
The deployment owning this instance as deployment descriptor.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLDeployment Modifier and Type Method Description java.util.List<CLDeployment>
CLDeployedArtifact. getDeployedArtifact(K_CONTROL_OPTION... behaviourFlags)
All deployments owned by this deployed artifact.java.util.List<CLDeployment>
CLDeploymentTarget. getDeployment(K_CONTROL_OPTION... behaviourFlags)
The set of deployments for a deployment target.
-