Uses of Interface
de.mid.innovator.srv2api.icw2class.CLArtifact
-
Packages that use CLArtifact 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 CLArtifact in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLArtifact in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLDeploymentSpec
A 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 CLArtifact Modifier and Type Field Description CLArtifact
ARG_CheckInOutDlgInitOclReq. ohArtifact
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type CLArtifact Modifier and Type Method Description <T extends CLArtifact>
java.util.List<T>CLArtifact. getNestedArtifact(java.lang.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 CLArtifact Modifier and Type Method Description 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.CLArtifact
CLArtifact. getArtifact()
The artifact owning this artifact.CLArtifact
CLManifestation. getArtifact()
The artifact owning this manifestation.CLArtifact
CLOperation. getArtifact()
CLArtifact
CLProperty. getArtifact()
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLArtifact Modifier and Type Method Description 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.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLArtifact Constructor Description ARG_CheckInOutDlgInitOclReq(CLArtifact ohArtifact, java.lang.String name, java.lang.String namespaceName, java.lang.String pathOfArtifact, int versionCurrent, int versionAtCheckOut, java.util.Date fileModificationTimeAtCheckOut, boolean isOwnLocked, int fileSize, java.util.Date fileModificationTimeVersionCurrent, boolean templateAvailable, int lMaxFileSize)
-