public interface DeployedRuntimeArtifact extends Serializable
RuntimeArtifact.
The RuntimeArtifact including the content can be retrieved by oid
using other service methods.
AdministrationService.getRuntimeArtifact(long),
QueryService.getRuntimeArtifact(long)| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getArtifactName() |
String |
getArtifactTypeId() |
long |
getOid() |
Date |
getValidFrom() |
long getOid()
String getArtifactTypeId()
ArtifactType.ArtifactType.getId()String getArtifactId()
String getArtifactName()
Date getValidFrom()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.