Uses of Interface
com.e1c.g5.dt.applications.IApplicationArtifact
-
Packages that use IApplicationArtifact Package Description com.e1c.g5.dt.applications com.e1c.g5.dt.applications.contributors com.e1c.g5.dt.applications.wst -
-
Uses of IApplicationArtifact in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return types with arguments of type IApplicationArtifact Modifier and Type Method Description List<IApplicationArtifact>
IApplicationManager. getApplicationArtifacts(Object object)
Returns a list of all found application artifacts for the provided application or application artifact.List<IApplicationArtifact>
IApplication. getArtifacts()
Returns a list of application artifacts.Optional<IApplicationArtifact>
IApplicationEvent. getContextArtifact()
Returns the context application artifact the event occurred with. -
Uses of IApplicationArtifact in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return types with arguments of type IApplicationArtifact Modifier and Type Method Description List<IApplicationArtifact>
IApplicationArtifactProvider. getArtifacts(Object object)
Returns a list of all found application artifacts for the provided application or application artifact. -
Uses of IApplicationArtifact in com.e1c.g5.dt.applications.wst
Subinterfaces of IApplicationArtifact in com.e1c.g5.dt.applications.wst Modifier and Type Interface Description interface
IServerArtifact
The WST server lifecycle aware artifact.
-