Uses of Interface
de.mid.innovator.srv2api.icw2class.CLDeploymentSpec
-
Packages that use CLDeploymentSpec 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 CLDeploymentSpec in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLDeploymentSpec Modifier and Type Method Description 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.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLDeploymentSpec Modifier and Type Method Description java.util.List<CLDeploymentSpec>
CLDeployment. getConfiguration(K_CONTROL_OPTION... behaviourFlags)
The specification of properties that parameterize the deployment and execution of one or more artifacts.
-