public interface Service extends ClassifierFacade
Modifier and Type | Method and Description |
---|---|
Collection<DependencyFacade> |
getAllEntityReferences()
Returns a collection of all entities this service and its ancestors have a relation to.
|
Collection<Destination> |
getAllMessagingDestinations()
All messaging destinations that belong to this service and all decendent services.
|
Collection<Role> |
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<DependencyFacade> |
getAllServiceReferences()
Returns a collection of all services this service and its ancestors have a relation to.
|
Collection<DependencyFacade> |
getEntityReferences()
References to all entities to which this service has a dependency.
|
Collection<Destination> |
getMessagingDestinations()
All messaging destinations available to this service.
|
Collection<Role> |
getRoles()
The roles of the service, these are the actor's that can access this service.
|
Collection<DependencyFacade> |
getServiceReferences()
References to all services to which this service has a dependency.
|
boolean |
isServiceMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
findAttribute, getAbstractions, getAllAssociatedClasses, getAllProperties, getAllRequiredConstructorParameters, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getFullyQualifiedArrayName, getImplementationOperations, getImplementedInterfaceList, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getOperationCallFromAttributes, getOperations, getProperties, getProperties, getRequiredConstructorParameters, getSerialVersionUID, getStaticAttributes, getStaticOperations, getSuperClass, getWrapperName, isAbstract, isArrayType, isAssociationClass, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isDataType, isDateType, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isIntegerType, isInterface, isLeaf, isListType, isLongType, isMapType, isPrimitive, isSetType, isStringType, isTimeType, isWrappedPrimitive
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isServiceMetaType()
true
Collection<DependencyFacade> getAllEntityReferences()
Collection<Destination> getAllMessagingDestinations()
Collection<Role> getAllRoles()
Collection<DependencyFacade> getAllServiceReferences()
Collection<DependencyFacade> getEntityReferences()
Collection<Destination> getMessagingDestinations()
Collection<Role> getRoles()
Collection<DependencyFacade> getServiceReferences()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.