|
|||||||||
| 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 | |
|---|---|
java.util.List<java.lang.Long> |
getConsumerModels()
Gets the Model OIDs of all linked Consumers (Models which are using the deployed model) |
java.lang.String |
getDeploymentComment()
Gets the comment of the last deployment. |
java.util.Date |
getDeploymentTime()
Gets the time when this model was deployed. |
java.util.Map<java.lang.String,java.util.List<ImplementationDescription>> |
getImplementationProcesses()
Gets a map which, per Process Interface ID, describes all available Implementation Alternatives and indicates which one is the Primary Implementation. |
java.util.List<java.lang.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. |
java.util.Date |
getValidFrom()
Gets the validity start time for this model. |
java.lang.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()
java.util.Date getValidFrom()
java.util.Date getDeploymentTime()
java.lang.String getDeploymentComment()
java.lang.String getVersion()
int getRevision()
java.util.List<java.lang.Long> getProviderModels()
java.util.List<java.lang.Long> getConsumerModels()
java.util.Map<java.lang.String,java.util.List<ImplementationDescription>> getImplementationProcesses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||