public class RuntimeArtifact extends RuntimeArtifactInfo
Each runtime artifact consists of:
artifactTypeId - Identifies the ArtifactType.
artifactId - Identifies the runtime artifact.
artifactName - A human readable name or description.
validFrom - Specifies the point in time the artifact should start to be valid and therefore become active.
content - The binary content of the runtime artifact.
To find out which runtime artifact is active at a certain date the
DeployedRuntimeArtifactQuery can be used on the QueryService.
| Constructor and Description |
|---|
RuntimeArtifact() |
RuntimeArtifact(String artifactTypeId,
String artifactId,
String artifactName,
byte[] content,
Date validFrom) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
void |
setContent(byte[] content) |
getArtifactId, getArtifactName, getArtifactTypeId, getValidFrompublic RuntimeArtifact()
public RuntimeArtifact(String artifactTypeId, String artifactId, String artifactName, byte[] content, Date validFrom)
artifactTypeId - Identifies the ArtifactType.artifactId - Identifies the runtime artifact.artifactName - A human readable name or description.validFrom - Specifies the point in time the artifact should start to be valid and therefore become active.content - The binary content of the runtime artifact.Copyright © 2016 Eclipse Stardust. All Rights Reserved.