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

All Superinterfaces:
DeployedModelDescription, Model, ModelElement, Serializable

public interface DeployedModel
extends DeployedModelDescription, Model

A client view of a Model, which includes deployment information.

Version:
$Revision$
Author:
ubirkemeyer

Method Summary
 boolean isAlive()
          Gets whether the model is alive.
 
Methods inherited from interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
getConsumerModels, getDeploymentComment, getDeploymentTime, getImplementationProcesses, getProviderModels, getRevision, getValidFrom, getVersion, isActive
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.Model
getAllData, getAllOrganizations, getAllParticipants, getAllProcessDefinitions, getAllQualityAssuranceCodes, getAllRoles, getAllTopLevelOrganizations, getAllTopLevelRoles, getAllTypeDeclarations, getData, getExternalPackages, getOrganization, getParticipant, getProcessDefinition, getResolvedModelOid, getRole, getTypeDeclaration, getTypeDeclaration
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId
 

Method Detail

isAlive

boolean isAlive()
Gets whether the model is alive. A model is alive if it is the active model, or if it has active process instances.

Returns:
true if this model is alive.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.