Uses of Interface
de.mid.innovator.srv2api.icw2class.CLArtifact
Packages that use CLArtifact
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
-
Uses of CLArtifact in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLArtifact in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.Fields in de.mid.innovator.srv2api.icw2class declared as CLArtifactMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLArtifactModifier and TypeMethodDescription<T extends CLArtifact>
List<T> CLArtifact.getNestedArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The artifacts that are defined (nested) within the artifact.Methods in de.mid.innovator.srv2api.icw2class that return CLArtifactModifier and TypeMethodDescriptionstatic CLArtifactCLArtifactHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Artifact with template and container.static CLArtifactCLArtifactHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Artifact with stereotype and container.CLArtifact.getArtifact()The artifact owning this artifact.CLManifestation.getArtifact()The artifact owning this manifestation.CLOperation.getArtifact()CLProperty.getArtifact()Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLArtifactModifier and TypeMethodDescriptionstatic List<CLArtifact> CLArtifactHelper.createByWorkingDirectory(SrvContext srvCtx, MEHierarchyAble root, List<ARG_ExtensionStereotypeMap> seqExtStereoMap, List<String> seqFile) Creates artifacts if they do not already exist.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLArtifactModifierConstructorDescriptionARG_CheckInOutDlgInitOclReq(CLArtifact ohArtifact, String name, String namespaceName, String pathOfArtifact, int versionCurrent, int versionAtCheckOut, Date fileModificationTimeAtCheckOut, boolean isOwnLocked, int fileSize, Date fileModificationTimeVersionCurrent, boolean templateAvailable, int lMaxFileSize)