|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DeployedModelDescription
The DeployedModelDescription class provides deployment information for a
workflow model.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement |
|---|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId |
| Method Detail |
|---|
boolean isActive()
Date getValidFrom()
Date getDeploymentTime()
String getDeploymentComment()
String getVersion()
int getRevision()
List<Long> getProviderModels()
List<Long> getConsumerModels()
Map<String,List<ImplementationDescription>> getImplementationProcesses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||