public interface DeployedModelDescription extends ModelElement
DeployedModelDescription class provides deployment information for a
workflow model.| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getConsumerModels()
Gets the Model OIDs of all linked Consumers (Models which are using the deployed model)
|
String |
getDeploymentComment()
Gets the comment of the last deployment.
|
Date |
getDeploymentTime()
Gets the time when this model was deployed.
|
Map<String,List<ImplementationDescription>> |
getImplementationProcesses()
Gets a map which, per Process Interface ID, describes all available Implementation Alternatives
and indicates which one is the Primary Implementation.
|
List<Long> |
getProviderModels()
Gets the Model OIDs of all linked Providers (Models which are used by the deployed model)
|
int |
getRevision()
Gets the revision of the model.
|
Date |
getValidFrom()
Gets the validity start time for this model.
|
String |
getVersion()
Gets the version of the model.
|
boolean |
isActive()
Gets whether the model is the active model.
|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedIdboolean isActive()
Date getValidFrom()
Date getDeploymentTime()
String getDeploymentComment()
String getVersion()
int getRevision()
List<Long> getProviderModels()
List<Long> getConsumerModels()
Map<String,List<ImplementationDescription>> getImplementationProcesses()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.