org.eclipse.stardust.engine.api.runtime
Interface DeployedRuntimeArtifact

All Superinterfaces:
Serializable

public interface DeployedRuntimeArtifact
extends Serializable

A deployed runtime artifact is including a unique oid.
It does not contain binary content like the RuntimeArtifact.

The RuntimeArtifact including the content can be retrieved by oid using other service methods.

Author:
Roland.Stamm
See Also:
AdministrationService.getRuntimeArtifact(long), QueryService.getRuntimeArtifact(long)

Method Summary
 String getArtifactId()
           
 String getArtifactName()
           
 String getArtifactTypeId()
           
 long getOid()
           
 Date getValidFrom()
           
 

Method Detail

getOid

long getOid()
Returns:
A unique identifier for a deployed runtime artifact.

getArtifactTypeId

String getArtifactTypeId()
Returns:
Identifies the ArtifactType.
See Also:
ArtifactType.getId()

getArtifactId

String getArtifactId()
Returns:
Identifies the artifact.

getArtifactName

String getArtifactName()
Returns:
A human readable name for the artifact.

getValidFrom

Date getValidFrom()
Returns:
Specifies the point in time the artifact should start to be valid and therefore become active.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.