org.andromda.metafacades.uml
Interface EntityQueryOperation

All Superinterfaces:
ModelElementFacade, OperationFacade

public interface EntityQueryOperation
extends OperationFacade

Represents a persistent entity finder method.

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 String getQuery(String translation)
           The query string for this EntityFinderMethod.
 boolean isEntityQueryOperationMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.OperationFacade
findParameter, findTaggedValue, getArgumentNames, getArguments, getArgumentTypeNames, getCall, getConcurrency, getExceptionList, getExceptionList, getExceptions, getLower, getOverriddenOperation, getOwner, getParameters, getPostconditionName, getPostconditions, getPreconditionCall, getPreconditionName, getPreconditions, getPreconditionSignature, getReturnParameter, getReturnType, getSignature, getSignature, getSignature, getTypedArgumentList, getTypedArgumentList, getUpper, isAbstract, isExceptionsPresent, isOperationFacadeMetaType, isOverriding, isPostconditionsPresent, isPreconditionsPresent, isQuery, isReturnTypePresent, isStatic
 
Methods inherited from interface org.andromda.metafacades.uml.ModelElementFacade
copyTaggedValues, findTaggedValue, findTaggedValues, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isModelElementFacadeMetaType, isTemplateParametersPresent, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 

Method Detail

isEntityQueryOperationMetaType

public boolean isEntityQueryOperationMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

getQuery

public String getQuery(String translation)

The query string for this EntityFinderMethod. The query returned is based on the 'translation' passed in. The translation must be one available to AndroMDA found with a translation-library.



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.