|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a service.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
Collection |
getAllRoles()
All roles associated with the service, this includes both roles that have access to the entire service, and any roles that have access to a single operation. |
Collection |
getAllServiceReferences()
Returns a collection of all services this service and its ancestors have a relation to. |
Collection |
getEntityReferences()
References to all entities to which this service has a dependency. |
Collection |
getRoles()
The roles of the service, these are the actor's that can access this service. |
Collection |
getServiceReferences()
References to all services to which this service has a dependency. |
boolean |
isServiceMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.GeneralizableElementFacade |
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType |
| Method Detail |
public boolean isServiceMetaType()
truepublic Collection getAllRoles()
All roles associated with the service, this includes both roles that have access to the entire service, and any roles that have access to a single operation.
public Collection getAllServiceReferences()
Returns a collection of all services this service and its ancestors have a relation to.
public Collection getEntityReferences()
References to all entities to which this service has a dependency.
public Collection getRoles()
The roles of the service, these are the actor's that can access this service.
public Collection getServiceReferences()
References to all services to which this service has a dependency.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||