pt.digitalis.dif.dem.interfaces
Interface IService

All Superinterfaces:
IEntity, IMessage, IRegistrable
All Known Implementing Classes:
ServiceCGTemplate

public interface IService
extends IEntity, IRegistrable, IMessage

This interface represents a Service entity on the DEM. A Service is a set of Stages and is related to an Application.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt, pviegas
Created on:
2007/04/24

Method Summary
 IApplication getApplication()
          Returns the Service application.
 Map<String,IStage> getStages()
          Returns the list of Service stages.
 
Methods inherited from interface pt.digitalis.dif.dem.interfaces.IEntity
getID, getName, getOriginalClassName, getUID
 
Methods inherited from interface pt.digitalis.dif.dem.interfaces.IRegistrable
getLicenseEdition, isRegistered, isRegistrable, register, unregister
 
Methods inherited from interface pt.digitalis.dif.dem.interfaces.IMessage
getMessage, getMessages
 

Method Detail

getApplication

IApplication getApplication()
Returns the Service application.

Returns:
the Service application

getStages

Map<String,IStage> getStages()
Returns the list of Service stages.

Returns:
the list of the Service stages


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.