public abstract class EJB3SessionFacadeLogic extends MetafacadeBase implements EJB3SessionFacade
EJB3SessionFacade,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot| Modifier | Constructor and Description |
|---|---|
protected |
EJB3SessionFacadeLogic(Object metaObjectIn,
String context)
Create Metafacade implementation instance using the MetafacadeFactory from the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyTaggedValues(ModelElementFacade element)
Copies all tagged values from the given ModelElementFacade to this model element facade.
|
Collection |
filterSeamAttributes(Collection attributes)
Filter out seam component attributes
|
AttributeFacade |
findAttribute(String name)
Return the attribute which name matches the parameter
|
Object |
findTaggedValue(String tagName)
Finds the tagged value with the specified 'tagName'.
|
Object |
findTaggedValue(String tagName,
boolean follow)
Finds the tagged value optional searching the entire inheritance hierarchy if 'follow' is set
to true.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
Collection<ClassifierFacade> |
getAbstractions()
Those abstraction dependencies for which this classifier is the client.
|
Collection<ClassifierFacade> |
getAllAssociatedClasses()
Lists all classes associated to this one and any ancestor classes (through generalization).
|
Collection<DependencyFacade> |
getAllEntityReferences()
Returns a collection of all entities this service and its ancestors have a relation to.
|
Collection<GeneralizableElementFacade> |
getAllGeneralizations()
All generalizations for this generalizable element, goes up the inheritance tree.
|
List |
getAllInstanceAttributes()
All instanceAttributes for this session EJB.
|
Collection<Destination> |
getAllMessagingDestinations()
All messaging destinations that belong to this service and all decendent services.
|
Collection<ModelElementFacade> |
getAllProperties()
A collection containing all 'properties' of the classifier and its ancestors.
|
Collection<ModelElementFacade> |
getAllRequiredConstructorParameters()
A collection containing all required and/or read-only 'properties' of the classifier and its
ancestors.
|
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<GeneralizableElementFacade> |
getAllSpecializations()
All specializations (travels down the inheritance hierarchy).
|
ClassifierFacade |
getArray()
Gets the array type for this classifier.
|
String |
getArrayName()
The name of the classifier as an array.
|
Collection<ClassifierFacade> |
getAssociatedClasses()
Lists the classes associated to this one, there is no repitition of classes.
|
List<AssociationEndFacade> |
getAssociationEnds()
Gets the association ends belonging to a classifier.
|
List<AttributeFacade> |
getAttributes()
Gets the attributes that belong to the classifier.
|
List<AttributeFacade> |
getAttributes(boolean follow)
Gets all attributes for the classifier and if 'follow' is true goes up the inheritance
hierarchy and gets the attributes from the super classes as well.
|
String |
getAttributesAsList(Collection attributes,
boolean includeTypes,
boolean includeNames)
Returns the comma separated list of attributes.This method can be used to generate
argument lists for constructors and method calls.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
Collection |
getBusinessOperations()
All "business" operations for this Session EJB.
|
Collection |
getConstants(boolean follow)
Gets all constants for this session EJB.
|
Collection<ConstraintFacade> |
getConstraints()
Gets all constraints belonging to the model element.
|
Collection<ConstraintFacade> |
getConstraints(String kind)
Returns the constraints of the argument kind that have been placed onto this model.
|
Collection |
getCreateMethods(boolean follow)
Gets create methods for this session EJB.
|
String |
getDefaultExceptionName()
The name of the default exception to be generated for this service.
|
String |
getDocumentation(String indent)
Gets the documentation for the model element, The indent argument is prefixed to each line.
|
String |
getDocumentation(String indent,
int lineLength)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
String |
getDocumentation(String indent,
int lineLength,
boolean htmlStyle)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
Collection<DependencyFacade> |
getEntityReferences()
References to all entities to which this service has a dependency.
|
Collection |
getEnvironmentEntries(boolean follow)
Gets all env-entries for the specified session EJB.
|
String |
getFullyQualifiedArrayName()
The fully qualified name of the classifier as an array.
|
String |
getFullyQualifiedDefaultExceptionName()
The fully qualified class name of the default exception.
|
String |
getFullyQualifiedName()
The fully qualified name of this model element.
|
String |
getFullyQualifiedName(boolean modelName)
Returns the fully qualified name of the model element.
|
String |
getFullyQualifiedNamePath()
Returns the fully qualified name as a path, the returned value always starts with out a slash
'/'.
|
String |
getFullyQualifiedServiceBaseName()
Returns the fully qualified service base name.
|
String |
getFullyQualifiedServiceDelegateName()
Returns the fully qualified service bean delegate class name.
|
String |
getFullyQualifiedServiceImplementationName()
Returns the fully qualified service bean implementation name.
|
String |
getFullyQualifiedServiceInterfaceName()
The fully qualified parent business interface name for this session bean.
|
String |
getFullyQualifiedServiceListenerName()
Returns the fully qualified service bean listener name.
|
String |
getFullyQualifiedServiceLocalInterfaceName()
Returns the fully qualified service bean local interface name.
|
String |
getFullyQualifiedServiceName()
Returns the fully qualified service bean name.
|
String |
getFullyQualifiedServiceRemoteInterfaceName()
Returns the fully qualified service bean remote interface name.
|
String |
getFullyQualifiedServiceTestName()
Returns the fully qualified service test class name
|
GeneralizableElementFacade |
getGeneralization()
Gets the direct generalization for this generalizable element.
|
Collection<GeneralizationFacade> |
getGeneralizationLinks()
Gets the actual links that this generalization element is part of (it plays either the
specialization or generalization).
|
String |
getGeneralizationList()
A comma separated list of the fully qualified names of all generalizations.
|
GeneralizableElementFacade |
getGeneralizationRoot()
The element found when you recursively follow the generalization path up to the root.
|
Collection<GeneralizableElementFacade> |
getGeneralizations()
Return all generalizations (ancestors) from this generalizable element.
|
String |
getHomeInterfaceName()
A String representing the name of a home interface for this entity EJB.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
Collection<OperationFacade> |
getImplementationOperations()
Returns all those operations that could be implemented at this classifier's level.
|
String |
getImplementedInterfaceList()
A comma separated list of the fully qualified names of all implemented interfaces.
|
List |
getInheritedInstanceAttributes()
Alll inherited instanceAttributes this session EJB.
|
Collection<AttributeFacade> |
getInstanceAttributes()
Those attributes that are scoped to an instance of this class.
|
List<OperationFacade> |
getInstanceOperations()
Those operations that are scoped to an instance of this class.
|
Collection |
getInterceptorReferences()
Returns the Collection of target elements from the service bean class where the target class
has a stereotype of Interceptor.
|
Collection<ClassifierFacade> |
getInterfaceAbstractions()
Those interfaces that are abstractions of this classifier, this basically means this
classifier realizes them.
|
String |
getJavaNewString()
A String representing a new Constructor declaration for this classifier type to be used in a
Java environment.
|
String |
getJavaNullString()
A String representing the null-value for this classifier type to be used in a Java
environment.
|
String |
getJndiNameLocal()
The JNDI name to which this session EJB local interface is bound.
|
String |
getJndiNamePrefix()
Returns the JNDI name prefix for this session bean.
|
String |
getJndiNameRemote()
The JNDI name to which this session EJB remote interface is bound.
|
Collection<String> |
getKeywords()
UML2: Retrieves the keywords for this element.
|
String |
getLabel()
UML2: Retrieves a localized label for this named element.
|
TypeMappings |
getLanguageMappings()
The language mappings that have been set for this model element.
|
Collection |
getMessageDrivenReferences()
Returns the Collection of dependencies from the service bean class where the target class has
a stereotype of MessageDriven.
|
Collection<Destination> |
getMessagingDestinations()
All messaging destinations available to this service.
|
ModelFacade |
getModel()
Return the model containing this model element (multiple models may be loaded and processed
at the same time).
|
String |
getName()
The name of the model element.
|
Collection<AssociationEndFacade> |
getNavigableConnectingEnds()
The other ends of this classifier's association ends which are navigable.
|
List<AssociationEndFacade> |
getNavigableConnectingEnds(boolean follow)
Get the other ends of this classifier's association ends which are navigable and if 'follow'
is true goes up the inheritance hierarchy and gets the super association ends as well.
|
ClassifierFacade |
getNonArray()
Assuming that the classifier is an array, this will return the non array type of the
classifier from
the model.
|
Collection<Role> |
getNonRunAsRoles()
Represents a Session EJB.
|
String |
getOperationCallFromAttributes()
The attributes from this classifier in the form of an operation call (this example would be
in Java): '(String attributeOne, String attributeTwo).
|
List<OperationFacade> |
getOperations()
The operations owned by this classifier.
|
ModelElementFacade |
getPackage()
Gets the package to which this model element belongs.
|
String |
getPackageName()
The name of this model element's package.
|
String |
getPackageName(boolean modelName)
Gets the package name (optionally providing the ability to retrieve the model name and not
the mapped name).
|
String |
getPackagePath()
Returns the package as a path, the returned value always starts with out a slash '/'.
|
String |
getPersistenceContainer()
Returns the EJB3 container engine (jboss, weblogic).
|
Collection |
getPersistenceContextReferences()
Returns the Collection of target objects from the service bean class that have a stereotype
of PersistenceContext.
|
String |
getPersistenceContextType()
Specifies whether the persistence context for this EntityManager is transaction scoped or
extended.
|
String |
getPersistenceContextUnitName()
Returns the persistence context unit name for the injected EntityManger.
|
List<ModelElementFacade> |
getProperties()
A collection containing all 'properties' of the classifier.
|
List |
getProperties(boolean follow)
Gets all properties (attributes and navigable association ends) for the classifier and if
'follow' is true goes up the inheritance hierarchy and gets the properties from the super
classes as well.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
Collection<ModelElementFacade> |
getRequiredConstructorParameters()
A collection containing all required and/or read-only 'properties' of the classifier.
|
Collection |
getResourceDataSourceReferences()
Returns the Collection of dependencies from the service bean that have stereotype of
ResourceRef and the target has a stereotype of DataSource.
|
Collection |
getResourceUserTransactionReferences()
Returns the Collection of dependencies from the service bean that have stereotype of
ResourceRef and the target has a stereotype of UserTransaction.
|
Collection<Role> |
getRoles()
The roles of the service, these are the actor's that can access this service.
|
String |
getRolesAllowed()
Returns the comma separated list of roles allowd to execute all operations in this session
bean.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
String |
getRunAs()
Returns the run-as identity for the session bean which is used to establish the identity the
bean will use when making calls.
|
String |
getSeamComponentConversionalIfNotBegunOutcome()
Tagged value andromda.seam.component.conversional.ifnotbegunoutcome.
|
String |
getSeamComponentIntercept()
Tagged value andromda.seam.component.intercept.
|
String |
getSeamComponentJndiName()
Tagged value andromda.seam.component.jndiname.
|
String |
getSeamComponentName()
Returns the Seam component name for the class.
|
Collection |
getSeamComponentRoleNames()
Tagged value andromda.seam.component.role.name.
|
Collection |
getSeamComponentRoleScopeTypes()
If multiple roles are specified (since a seam component can be bound to multiple context
variables), then multiple roles are specified in the order the role names are specified.
|
String |
getSeamComponentScopeType()
Tagged value andromda.seam.component.scope.
|
String |
getSeamComponentStartupParameters()
Returns a string with parameters for the Startup annotation.
|
String |
getSeamComponentSynchronizedTimeout()
Tagged value andromda.seam.component.synchronized.timeout.
|
String |
getSecurityRealm()
Returns the security domain value.
|
long |
getSerialVersionUID()
Returns the serial version UID of the underlying model element.
|
String |
getServiceBaseName()
Returns the service bean base name.
|
String |
getServiceDelegateName()
Return the service bean delegate class name.
|
String |
getServiceImplementationName()
Returns the service bean implementation name.
|
String |
getServiceInterfaceName()
The parent business interface name for this session bean.
|
String |
getServiceListenerName()
Returns the service bean callback listener name.
|
String |
getServiceLocalInterfaceName()
Returns the service bean local interface name.
|
String |
getServiceName()
Returns service bean name.
|
Collection<DependencyFacade> |
getServiceReferences()
References to all services to which this service has a dependency.
|
String |
getServiceRemoteInterfaceName()
Returns the service bean remote interface name.
|
String |
getServiceTestName()
Returns the service bean test class name
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
Collection<GeneralizableElementFacade> |
getSpecializations()
Gets the direct specializations (i.e.
|
StateMachineFacade |
getStateMachineContext()
If this model element is the context of an activity graph, this represents that activity
graph.
|
Collection<AttributeFacade> |
getStaticAttributes()
Those attributes that are scoped to the definition of this class.
|
List<OperationFacade> |
getStaticOperations()
Those operations that are scoped to the definition of this class.
|
Collection<String> |
getStereotypeNames()
The collection of ALL stereotype names for this model element.
|
Collection<StereotypeFacade> |
getStereotypes()
Gets all stereotypes for this model element.
|
ClassifierFacade |
getSuperClass()
This class' superclass, returns the generalization if it is a ClassifierFacade, null
otherwise.
|
Collection<TaggedValueFacade> |
getTaggedValues()
Return the TaggedValues associated with this model element, under all stereotypes.
|
Collection<DependencyFacade> |
getTargetDependencies()
Gets the dependencies for which this model element is the target.
|
Object |
getTemplateParameter(String parameterName)
Get the template parameter for this model element having the parameterName
|
Collection<TemplateParameterFacade> |
getTemplateParameters()
Get the template parameters for this model element
|
String |
getTestPackageName()
Returns the service test package name.
|
String |
getTransactionManagement()
Returns the transaction demarcation strategy for this bean.
|
String |
getTransactionType()
Gets the transaction type for this service (i.e.
|
String |
getType()
Returns the name of the type of this Session EJB, either Stateless or Stateful.
|
String |
getValidationName() |
Object |
getValidationOwner() |
String |
getViewType()
A string indicating whether the Bean is a local or remotely accessable bean.
|
String |
getVisibility()
The visibility (i.e.
|
String |
getWrapperName()
The wrapper name for this classifier if a mapped type has a defined wrapper class (ie.
|
protected abstract Collection |
handleFilterSeamAttributes(Collection attributes)
Method to be implemented in descendants
Filter out seam component attributes
|
protected abstract List |
handleGetAllInstanceAttributes() |
protected abstract String |
handleGetAttributesAsList(Collection attributes,
boolean includeTypes,
boolean includeNames)
Method to be implemented in descendants
Returns the comma separated list of attributes.This method can be used to generate
argument lists for constructors and method calls.
|
protected abstract Collection |
handleGetBusinessOperations() |
protected abstract Collection |
handleGetConstants(boolean follow)
Method to be implemented in descendants
Gets all constants for this session EJB.
|
protected abstract Collection |
handleGetCreateMethods(boolean follow)
Method to be implemented in descendants
Gets create methods for this session EJB.
|
protected abstract String |
handleGetDefaultExceptionName() |
protected abstract Collection |
handleGetEnvironmentEntries(boolean follow)
Method to be implemented in descendants
Gets all env-entries for the specified session EJB.
|
protected abstract String |
handleGetFullyQualifiedDefaultExceptionName() |
protected abstract String |
handleGetFullyQualifiedServiceBaseName() |
protected abstract String |
handleGetFullyQualifiedServiceDelegateName() |
protected abstract String |
handleGetFullyQualifiedServiceImplementationName() |
protected abstract String |
handleGetFullyQualifiedServiceInterfaceName() |
protected abstract String |
handleGetFullyQualifiedServiceListenerName() |
protected abstract String |
handleGetFullyQualifiedServiceLocalInterfaceName() |
protected abstract String |
handleGetFullyQualifiedServiceName() |
protected abstract String |
handleGetFullyQualifiedServiceRemoteInterfaceName() |
protected abstract String |
handleGetFullyQualifiedServiceTestName() |
protected abstract String |
handleGetHomeInterfaceName() |
protected abstract List |
handleGetInheritedInstanceAttributes() |
protected abstract Collection |
handleGetInterceptorReferences() |
protected abstract String |
handleGetJndiNameLocal() |
protected abstract String |
handleGetJndiNamePrefix() |
protected abstract String |
handleGetJndiNameRemote() |
protected abstract Collection |
handleGetMessageDrivenReferences() |
protected abstract Collection |
handleGetNonRunAsRoles()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetPersistenceContainer() |
protected abstract Collection |
handleGetPersistenceContextReferences() |
protected abstract String |
handleGetPersistenceContextType() |
protected abstract String |
handleGetPersistenceContextUnitName() |
protected abstract Collection |
handleGetResourceDataSourceReferences() |
protected abstract Collection |
handleGetResourceUserTransactionReferences() |
protected abstract String |
handleGetRolesAllowed() |
protected abstract String |
handleGetRunAs() |
protected abstract String |
handleGetSeamComponentConversionalIfNotBegunOutcome() |
protected abstract String |
handleGetSeamComponentIntercept() |
protected abstract String |
handleGetSeamComponentJndiName() |
protected abstract String |
handleGetSeamComponentName() |
protected abstract Collection |
handleGetSeamComponentRoleNames() |
protected abstract Collection |
handleGetSeamComponentRoleScopeTypes() |
protected abstract String |
handleGetSeamComponentScopeType() |
protected abstract String |
handleGetSeamComponentStartupParameters() |
protected abstract String |
handleGetSeamComponentSynchronizedTimeout() |
protected abstract String |
handleGetSecurityRealm() |
protected abstract String |
handleGetServiceBaseName() |
protected abstract String |
handleGetServiceDelegateName() |
protected abstract String |
handleGetServiceImplementationName() |
protected abstract String |
handleGetServiceInterfaceName() |
protected abstract String |
handleGetServiceListenerName() |
protected abstract String |
handleGetServiceLocalInterfaceName() |
protected abstract String |
handleGetServiceName() |
protected abstract String |
handleGetServiceRemoteInterfaceName() |
protected abstract String |
handleGetServiceTestName() |
protected abstract String |
handleGetTestPackageName() |
protected abstract String |
handleGetTransactionManagement() |
protected abstract String |
handleGetTransactionType() |
protected abstract String |
handleGetType() |
protected abstract String |
handleGetViewType() |
protected abstract boolean |
handleIsAllowDefaultServiceException() |
protected abstract boolean |
handleIsClusteringEnabled() |
protected abstract boolean |
handleIsDenyAll() |
protected abstract boolean |
handleIsExcludeDefaultInterceptors() |
protected abstract boolean |
handleIsListenerEnabled() |
protected abstract boolean |
handleIsPermitAll() |
protected abstract boolean |
handleIsPersistenceContainerJboss() |
protected abstract boolean |
handleIsPersistenceContainerWeblogic() |
protected abstract boolean |
handleIsSeamComponent() |
protected abstract boolean |
handleIsSeamComponentReadonly() |
protected abstract boolean |
handleIsSeamComponentStartup() |
protected abstract boolean |
handleIsSeamComponentTransactional() |
protected abstract boolean |
handleIsSecurityEnabled() |
protected abstract boolean |
handleIsStateful() |
protected abstract boolean |
handleIsStateless() |
protected abstract boolean |
handleIsSyntheticCreateMethodAllowed() |
protected abstract boolean |
handleIsTransactionManagementBean() |
protected abstract boolean |
handleIsViewTypeBoth() |
protected abstract boolean |
handleIsViewTypeLocal() |
protected abstract boolean |
handleIsViewTypeRemote() |
protected abstract boolean |
handleIsViewTypeStrictlyBoth() |
protected abstract boolean |
handleIsViewTypeStrictlyLocal() |
protected abstract boolean |
handleIsViewTypeStrictlyRemote() |
protected abstract boolean |
handleIsWebServiceEnabled() |
protected abstract boolean |
handleIsWebServiceOperationExists() |
boolean |
hasExactStereotype(String stereotypeName)
Returns true if the model element has the exact stereotype (meaning no stereotype inheritance
is taken into account when searching for the stereotype), false otherwise.
|
boolean |
hasKeyword(String keywordName)
Does the UML Element contain the named Keyword? Keywords can be separated by space, comma,
pipe, semicolon, or << >>
|
boolean |
hasStereotype(String stereotypeName)
Returns true if the model element has the specified stereotype.
|
void |
initialize() |
boolean |
isAbstract()
Indicates if this classifier is 'abstract'.
|
boolean |
isAllowDefaultServiceException()
Indicates whether or not a default service exception should be allowed.
|
boolean |
isArrayType()
True if this classifier represents an array type.
|
boolean |
isAssociationClass()
True if the ClassifierFacade is an AssociationClass.
|
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isBlobType()
Returns true if this type represents a Blob type.
|
boolean |
isBooleanType()
Indicates if this type represents a boolean type or not.
|
boolean |
isCharacterType()
Indicates if this type represents a char, Character, or java.lang.Character type or not.
|
boolean |
isClassifierFacadeMetaType() |
boolean |
isClobType()
Returns true if this type represents a Clob type.
|
boolean |
isClusteringEnabled()
Determine whether clustering has been enabled.
|
boolean |
isCollectionType()
True if this classifier represents a collection type.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isDataType()
True/false depending on whether or not this classifier represents a datatype.
|
boolean |
isDateType()
True when this classifier is a date type.
|
boolean |
isDenyAll()
Returns true if NO roles are permitted to execute operations in this bean.
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isDoubleType()
Indicates if this type represents a Double type or not.
|
boolean |
isEJB3SessionFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isEmbeddedValue()
Indicates whether or not this classifier represents an "EmbeddedValue'.
|
boolean |
isEnumeration()
True if this classifier is in fact marked as an enumeration.
|
boolean |
isExcludeDefaultInterceptors()
Determines whether to exclude the invocation of the default interceptors for all business
method in the bean.
|
boolean |
isFileType()
Returns true if this type represents a 'file' type.
|
boolean |
isFloatType()
Indicates if this type represents a Float type or not.
|
boolean |
isGeneralizableElementFacadeMetaType() |
boolean |
isIntegerType()
Indicates if this type represents an int or Integer or java.lang.Integer type or not.
|
boolean |
isInterface()
True/false depending on whether or not this Classifier represents an interface.
|
boolean |
isLeaf()
True if this classifier cannot be extended and represent a leaf in the inheritance tree.
|
boolean |
isListenerEnabled()
Returns true if this session bean has the stereotype Listener.
|
boolean |
isListType()
True if this classifier represents a list type.
|
boolean |
isLongType()
Indicates if this type represents a Long type or not.
|
boolean |
isMapType()
Indicates whether or not this classifier represents a Map type.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isPermitAll()
Returns true if all roles are permitted to execute all operations in this session bean.
|
boolean |
isPersistenceContainerJboss()
Returns true if the persistence container is the JBoss engine.
|
boolean |
isPersistenceContainerWeblogic()
Returns true if the persistence container is the Weblogic engine.
|
boolean |
isPrimitive()
Indicates whether or not this classifier represents a primitive type.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isSeamComponent()
Returns true if this session bean has the <
|
boolean |
isSeamComponentReadonly()
Tagged value andromda.seam.component.readonly.
|
boolean |
isSeamComponentStartup()
Returns true if stereotype <
|
boolean |
isSeamComponentTransactional()
Returns true if stereotype <
|
boolean |
isSecurityEnabled()
Returns true if the security realm is specified indicating to generate the security
infrastructure files.
|
boolean |
isServiceMetaType() |
boolean |
isSetType()
True if this classifier represents a set type.
|
boolean |
isStateful()
True/false depending on whether or not this Session EJB is stateful or not.
|
boolean |
isStateless()
True/false depending on whether or not this Session EJB is stateless or not.
|
boolean |
isStringType()
Indicates whether or not this classifier represents a string type.
|
boolean |
isSyntheticCreateMethodAllowed()
Whether or not to allow a synthetic (auto generated) create method.
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isTimeType()
Indicates whether or not this classifier represents a time type.
|
boolean |
isTransactionManagementBean()
Returns true if the transaction demarcation strategy is bean managedfor this bean.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
boolean |
isViewTypeBoth()
Return true if the view type accessability for this bean is both.
|
boolean |
isViewTypeLocal()
Return true if the view type accessability for this bean is local or both.
|
boolean |
isViewTypeRemote()
Return true if the view type accessability for this bean is remote or both.
|
boolean |
isViewTypeStrictlyBoth()
Returns true if the bean view type was explicitly set to both view using tagged value or set
as the app wide default.
|
boolean |
isViewTypeStrictlyLocal()
Returns true if the bean view type was explicitly set to local view using tagged value or set
as the app wide default.
|
boolean |
isViewTypeStrictlyRemote()
Returns true if the bean view type was explicitly set to remote view using tagged value or
set as the app wide default.
|
boolean |
isWebServiceEnabled()
Returns true if the session bean has either one of the following:
1.
|
boolean |
isWebServiceOperationExists()
Returns true if at least one of the session bean operations is marked with the
WebServiceOperation stereotype.
|
boolean |
isWrappedPrimitive()
Returns true if this type is a wrapped primitive type.
|
void |
resetMetafacadeContext(String context)
Reset context only for non-root metafacades
|
String |
toString() |
String |
translateConstraint(String name,
String translation)
Searches for the constraint with the specified 'name' on this model element, and if found
translates it using the specified 'translation' from a translation library discovered by the
framework.
|
String[] |
translateConstraints(String translation)
Translates all constraints belonging to this model element with the given 'translation'.
|
String[] |
translateConstraints(String kind,
String translation)
Translates the constraints of the specified 'kind' belonging to this model element.
|
void |
validateInvariants(Collection<ModelValidationMessage> validationMessages) |
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateprotected Object metaObject
Objectprotected EJB3SessionFacadeLogic(Object metaObjectIn, String context)
metaObjectIn - context - public void resetMetafacadeContext(String context)
resetMetafacadeContext in class MetafacadeBasecontext - MetafacadeBase.resetMetafacadeContext(String context)public boolean isEJB3SessionFacadeMetaType()
EJB3SessionFacadeisEJB3SessionFacadeMetaType in interface EJB3SessionFacadeEJB3SessionFacadeprotected abstract boolean handleIsSyntheticCreateMethodAllowed()
EJB3SessionFacade.isSyntheticCreateMethodAllowed()public final boolean isSyntheticCreateMethodAllowed()
isSyntheticCreateMethodAllowed in interface EJB3SessionFacadeprotected abstract Collection handleGetBusinessOperations()
EJB3SessionFacade.getBusinessOperations()public final Collection getBusinessOperations()
getBusinessOperations in interface EJB3SessionFacadeprotected abstract List handleGetAllInstanceAttributes()
EJB3SessionFacade.getAllInstanceAttributes()public final List getAllInstanceAttributes()
getAllInstanceAttributes in interface EJB3SessionFacadeprotected abstract List handleGetInheritedInstanceAttributes()
EJB3SessionFacade.getInheritedInstanceAttributes()public final List getInheritedInstanceAttributes()
getInheritedInstanceAttributes in interface EJB3SessionFacadeprotected abstract String handleGetJndiNameRemote()
EJB3SessionFacade.getJndiNameRemote()public final String getJndiNameRemote()
getJndiNameRemote in interface EJB3SessionFacadeprotected abstract boolean handleIsStateful()
EJB3SessionFacade.isStateful()public final boolean isStateful()
isStateful in interface EJB3SessionFacadeprotected abstract boolean handleIsStateless()
EJB3SessionFacade.isStateless()public final boolean isStateless()
isStateless in interface EJB3SessionFacadeprotected abstract String handleGetType()
EJB3SessionFacade.getType()public final String getType()
getType in interface EJB3SessionFacadeprotected abstract String handleGetViewType()
EJB3SessionFacade.getViewType()public final String getViewType()
getViewType in interface EJB3SessionFacadeprotected abstract String handleGetHomeInterfaceName()
EJB3SessionFacade.getHomeInterfaceName()public final String getHomeInterfaceName()
getHomeInterfaceName in interface EJB3SessionFacadeprotected abstract String handleGetTransactionType()
EJB3SessionFacade.getTransactionType()public final String getTransactionType()
getTransactionType in interface EJB3SessionFacadeprotected abstract String handleGetServiceName()
EJB3SessionFacade.getServiceName()public final String getServiceName()
getServiceName in interface EJB3SessionFacadeprotected abstract String handleGetServiceLocalInterfaceName()
EJB3SessionFacade.getServiceLocalInterfaceName()public final String getServiceLocalInterfaceName()
getServiceLocalInterfaceName in interface EJB3SessionFacadeprotected abstract String handleGetServiceRemoteInterfaceName()
EJB3SessionFacade.getServiceRemoteInterfaceName()public final String getServiceRemoteInterfaceName()
getServiceRemoteInterfaceName in interface EJB3SessionFacadeprotected abstract String handleGetServiceImplementationName()
EJB3SessionFacade.getServiceImplementationName()public final String getServiceImplementationName()
getServiceImplementationName in interface EJB3SessionFacadeprotected abstract String handleGetServiceListenerName()
EJB3SessionFacade.getServiceListenerName()public final String getServiceListenerName()
getServiceListenerName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceImplementationName()
EJB3SessionFacade.getFullyQualifiedServiceImplementationName()public final String getFullyQualifiedServiceImplementationName()
getFullyQualifiedServiceImplementationName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceListenerName()
EJB3SessionFacade.getFullyQualifiedServiceListenerName()public final String getFullyQualifiedServiceListenerName()
getFullyQualifiedServiceListenerName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceLocalInterfaceName()
EJB3SessionFacade.getFullyQualifiedServiceLocalInterfaceName()public final String getFullyQualifiedServiceLocalInterfaceName()
getFullyQualifiedServiceLocalInterfaceName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceRemoteInterfaceName()
EJB3SessionFacade.getFullyQualifiedServiceRemoteInterfaceName()public final String getFullyQualifiedServiceRemoteInterfaceName()
getFullyQualifiedServiceRemoteInterfaceName in interface EJB3SessionFacadeprotected abstract String handleGetPersistenceContextType()
EJB3SessionFacade.getPersistenceContextType()public final String getPersistenceContextType()
getPersistenceContextType in interface EJB3SessionFacadeprotected abstract String handleGetPersistenceContextUnitName()
EJB3SessionFacade.getPersistenceContextUnitName()public final String getPersistenceContextUnitName()
getPersistenceContextUnitName in interface EJB3SessionFacadeprotected abstract Collection handleGetPersistenceContextReferences()
EJB3SessionFacade.getPersistenceContextReferences()public final Collection getPersistenceContextReferences()
getPersistenceContextReferences in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceName()
EJB3SessionFacade.getFullyQualifiedServiceName()public final String getFullyQualifiedServiceName()
getFullyQualifiedServiceName in interface EJB3SessionFacadeprotected abstract String handleGetRolesAllowed()
EJB3SessionFacade.getRolesAllowed()public final String getRolesAllowed()
getRolesAllowed in interface EJB3SessionFacadeprotected abstract boolean handleIsPermitAll()
EJB3SessionFacade.isPermitAll()public final boolean isPermitAll()
isPermitAll in interface EJB3SessionFacadeprotected abstract String handleGetSecurityRealm()
EJB3SessionFacade.getSecurityRealm()public final String getSecurityRealm()
getSecurityRealm in interface EJB3SessionFacadeprotected abstract String handleGetPersistenceContainer()
EJB3SessionFacade.getPersistenceContainer()public final String getPersistenceContainer()
getPersistenceContainer in interface EJB3SessionFacadeprotected abstract boolean handleIsPersistenceContainerJboss()
EJB3SessionFacade.isPersistenceContainerJboss()public final boolean isPersistenceContainerJboss()
isPersistenceContainerJboss in interface EJB3SessionFacadeprotected abstract boolean handleIsPersistenceContainerWeblogic()
EJB3SessionFacade.isPersistenceContainerWeblogic()public final boolean isPersistenceContainerWeblogic()
isPersistenceContainerWeblogic in interface EJB3SessionFacadeprotected abstract String handleGetRunAs()
EJB3SessionFacade.getRunAs()public final String getRunAs()
getRunAs in interface EJB3SessionFacadeprotected abstract boolean handleIsDenyAll()
EJB3SessionFacade.isDenyAll()public final boolean isDenyAll()
isDenyAll in interface EJB3SessionFacadeprotected abstract String handleGetTransactionManagement()
EJB3SessionFacade.getTransactionManagement()public final String getTransactionManagement()
getTransactionManagement in interface EJB3SessionFacadeprotected abstract boolean handleIsTransactionManagementBean()
EJB3SessionFacade.isTransactionManagementBean()public final boolean isTransactionManagementBean()
isTransactionManagementBean in interface EJB3SessionFacadeprotected abstract Collection handleGetResourceUserTransactionReferences()
EJB3SessionFacade.getResourceUserTransactionReferences()public final Collection getResourceUserTransactionReferences()
getResourceUserTransactionReferences in interface EJB3SessionFacadeprotected abstract Collection handleGetResourceDataSourceReferences()
EJB3SessionFacade.getResourceDataSourceReferences()public final Collection getResourceDataSourceReferences()
getResourceDataSourceReferences in interface EJB3SessionFacadeprotected abstract Collection handleGetMessageDrivenReferences()
EJB3SessionFacade.getMessageDrivenReferences()public final Collection getMessageDrivenReferences()
getMessageDrivenReferences in interface EJB3SessionFacadeprotected abstract String handleGetServiceDelegateName()
EJB3SessionFacade.getServiceDelegateName()public final String getServiceDelegateName()
getServiceDelegateName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceDelegateName()
EJB3SessionFacade.getFullyQualifiedServiceDelegateName()public final String getFullyQualifiedServiceDelegateName()
getFullyQualifiedServiceDelegateName in interface EJB3SessionFacadeprotected abstract String handleGetJndiNameLocal()
EJB3SessionFacade.getJndiNameLocal()public final String getJndiNameLocal()
getJndiNameLocal in interface EJB3SessionFacadeprotected abstract boolean handleIsViewTypeLocal()
EJB3SessionFacade.isViewTypeLocal()public final boolean isViewTypeLocal()
isViewTypeLocal in interface EJB3SessionFacadeprotected abstract boolean handleIsViewTypeRemote()
EJB3SessionFacade.isViewTypeRemote()public final boolean isViewTypeRemote()
isViewTypeRemote in interface EJB3SessionFacadeprotected abstract Collection handleGetInterceptorReferences()
EJB3SessionFacade.getInterceptorReferences()public final Collection getInterceptorReferences()
getInterceptorReferences in interface EJB3SessionFacadeprotected abstract String handleGetDefaultExceptionName()
EJB3SessionFacade.getDefaultExceptionName()public final String getDefaultExceptionName()
getDefaultExceptionName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedDefaultExceptionName()
EJB3SessionFacade.getFullyQualifiedDefaultExceptionName()public final String getFullyQualifiedDefaultExceptionName()
getFullyQualifiedDefaultExceptionName in interface EJB3SessionFacadeprotected abstract boolean handleIsAllowDefaultServiceException()
EJB3SessionFacade.isAllowDefaultServiceException()public final boolean isAllowDefaultServiceException()
isAllowDefaultServiceException in interface EJB3SessionFacadeprotected abstract boolean handleIsListenerEnabled()
EJB3SessionFacade.isListenerEnabled()public final boolean isListenerEnabled()
isListenerEnabled in interface EJB3SessionFacadeprotected abstract String handleGetJndiNamePrefix()
EJB3SessionFacade.getJndiNamePrefix()public final String getJndiNamePrefix()
getJndiNamePrefix in interface EJB3SessionFacadeprotected abstract boolean handleIsSecurityEnabled()
EJB3SessionFacade.isSecurityEnabled()public final boolean isSecurityEnabled()
isSecurityEnabled in interface EJB3SessionFacadeprotected abstract boolean handleIsExcludeDefaultInterceptors()
EJB3SessionFacade.isExcludeDefaultInterceptors()public final boolean isExcludeDefaultInterceptors()
isExcludeDefaultInterceptors in interface EJB3SessionFacadeprotected abstract boolean handleIsClusteringEnabled()
EJB3SessionFacade.isClusteringEnabled()public final boolean isClusteringEnabled()
isClusteringEnabled in interface EJB3SessionFacadeprotected abstract boolean handleIsWebServiceOperationExists()
EJB3SessionFacade.isWebServiceOperationExists()public final boolean isWebServiceOperationExists()
isWebServiceOperationExists in interface EJB3SessionFacadeprotected abstract boolean handleIsWebServiceEnabled()
EJB3SessionFacade.isWebServiceEnabled()public final boolean isWebServiceEnabled()
isWebServiceEnabled in interface EJB3SessionFacadeprotected abstract String handleGetServiceBaseName()
EJB3SessionFacade.getServiceBaseName()public final String getServiceBaseName()
getServiceBaseName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceBaseName()
EJB3SessionFacade.getFullyQualifiedServiceBaseName()public final String getFullyQualifiedServiceBaseName()
getFullyQualifiedServiceBaseName in interface EJB3SessionFacadeprotected abstract boolean handleIsSeamComponent()
EJB3SessionFacade.isSeamComponent()public final boolean isSeamComponent()
isSeamComponent in interface EJB3SessionFacadeprotected abstract String handleGetSeamComponentScopeType()
EJB3SessionFacade.getSeamComponentScopeType()public final String getSeamComponentScopeType()
getSeamComponentScopeType in interface EJB3SessionFacadeprotected abstract String handleGetSeamComponentName()
EJB3SessionFacade.getSeamComponentName()public final String getSeamComponentName()
getSeamComponentName in interface EJB3SessionFacadeprotected abstract boolean handleIsViewTypeBoth()
EJB3SessionFacade.isViewTypeBoth()public final boolean isViewTypeBoth()
isViewTypeBoth in interface EJB3SessionFacadeprotected abstract boolean handleIsViewTypeStrictlyLocal()
EJB3SessionFacade.isViewTypeStrictlyLocal()public final boolean isViewTypeStrictlyLocal()
isViewTypeStrictlyLocal in interface EJB3SessionFacadeprotected abstract boolean handleIsViewTypeStrictlyRemote()
EJB3SessionFacade.isViewTypeStrictlyRemote()public final boolean isViewTypeStrictlyRemote()
isViewTypeStrictlyRemote in interface EJB3SessionFacadeprotected abstract boolean handleIsViewTypeStrictlyBoth()
EJB3SessionFacade.isViewTypeStrictlyBoth()public final boolean isViewTypeStrictlyBoth()
isViewTypeStrictlyBoth in interface EJB3SessionFacadeprotected abstract boolean handleIsSeamComponentStartup()
EJB3SessionFacade.isSeamComponentStartup()public final boolean isSeamComponentStartup()
isSeamComponentStartup in interface EJB3SessionFacadeprotected abstract String handleGetSeamComponentConversionalIfNotBegunOutcome()
EJB3SessionFacade.getSeamComponentConversionalIfNotBegunOutcome()public final String getSeamComponentConversionalIfNotBegunOutcome()
getSeamComponentConversionalIfNotBegunOutcome in interface EJB3SessionFacadeprotected abstract String handleGetSeamComponentIntercept()
EJB3SessionFacade.getSeamComponentIntercept()public final String getSeamComponentIntercept()
getSeamComponentIntercept in interface EJB3SessionFacadeprotected abstract String handleGetSeamComponentJndiName()
EJB3SessionFacade.getSeamComponentJndiName()public final String getSeamComponentJndiName()
getSeamComponentJndiName in interface EJB3SessionFacadeprotected abstract boolean handleIsSeamComponentReadonly()
EJB3SessionFacade.isSeamComponentReadonly()public final boolean isSeamComponentReadonly()
isSeamComponentReadonly in interface EJB3SessionFacadeprotected abstract Collection handleGetSeamComponentRoleNames()
EJB3SessionFacade.getSeamComponentRoleNames()public final Collection getSeamComponentRoleNames()
getSeamComponentRoleNames in interface EJB3SessionFacadeprotected abstract String handleGetSeamComponentSynchronizedTimeout()
EJB3SessionFacade.getSeamComponentSynchronizedTimeout()public final String getSeamComponentSynchronizedTimeout()
getSeamComponentSynchronizedTimeout in interface EJB3SessionFacadeprotected abstract boolean handleIsSeamComponentTransactional()
EJB3SessionFacade.isSeamComponentTransactional()public final boolean isSeamComponentTransactional()
isSeamComponentTransactional in interface EJB3SessionFacadeprotected abstract String handleGetSeamComponentStartupParameters()
EJB3SessionFacade.getSeamComponentStartupParameters()public final String getSeamComponentStartupParameters()
getSeamComponentStartupParameters in interface EJB3SessionFacadeprotected abstract Collection handleGetSeamComponentRoleScopeTypes()
EJB3SessionFacade.getSeamComponentRoleScopeTypes()public final Collection getSeamComponentRoleScopeTypes()
getSeamComponentRoleScopeTypes in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceTestName()
EJB3SessionFacade.getFullyQualifiedServiceTestName()public final String getFullyQualifiedServiceTestName()
getFullyQualifiedServiceTestName in interface EJB3SessionFacadeprotected abstract String handleGetServiceTestName()
EJB3SessionFacade.getServiceTestName()public final String getServiceTestName()
getServiceTestName in interface EJB3SessionFacadeprotected abstract String handleGetTestPackageName()
EJB3SessionFacade.getTestPackageName()public final String getTestPackageName()
getTestPackageName in interface EJB3SessionFacadeprotected abstract String handleGetServiceInterfaceName()
EJB3SessionFacade.getServiceInterfaceName()public final String getServiceInterfaceName()
getServiceInterfaceName in interface EJB3SessionFacadeprotected abstract String handleGetFullyQualifiedServiceInterfaceName()
EJB3SessionFacade.getFullyQualifiedServiceInterfaceName()public final String getFullyQualifiedServiceInterfaceName()
getFullyQualifiedServiceInterfaceName in interface EJB3SessionFacadeprotected abstract Collection handleGetCreateMethods(boolean follow)
follow - public Collection getCreateMethods(boolean follow)
getCreateMethods in interface EJB3SessionFacadefollow - boolean
If set to true, then all create methods from the super type will also be included.protected abstract Collection handleGetEnvironmentEntries(boolean follow)
follow - public Collection getEnvironmentEntries(boolean follow)
getEnvironmentEntries in interface EJB3SessionFacadefollow - boolean
If true, then the inheritance hierarchy will be followed and we'll retrieve all env-entries
from any super types as well.protected abstract Collection handleGetConstants(boolean follow)
follow - public Collection getConstants(boolean follow)
getConstants in interface EJB3SessionFacadefollow - boolean
If true, then the inheritance hierarchy will be followed and we'll retrieve all constants
from any super types as well.protected abstract String handleGetAttributesAsList(Collection attributes, boolean includeTypes, boolean includeNames)
attributes - includeTypes - includeNames - public String getAttributesAsList(Collection attributes, boolean includeTypes, boolean includeNames)
getAttributesAsList in interface EJB3SessionFacadeattributes - Collection
a collection of Attribute objectsincludeTypes - boolean
if true, the type names of the attributes are included.includeNames - boolean
if true, the names of the attributes are includedprotected abstract Collection handleFilterSeamAttributes(Collection attributes)
attributes - public Collection filterSeamAttributes(Collection attributes)
filterSeamAttributes in interface EJB3SessionFacadeattributes - Collection
TODO: Model Documentation for
org.andromda.cartridges.ejb3.metafacades.EJB3SessionFacade.filterSeamAttributes(attributes)public final Collection<Role> getNonRunAsRoles()
getNonRunAsRoles in interface EJB3SessionFacadeprotected abstract Collection handleGetNonRunAsRoles()
public boolean isServiceMetaType()
isServiceMetaType in interface ServiceServicepublic boolean isClassifierFacadeMetaType()
isClassifierFacadeMetaType in interface ClassifierFacadeClassifierFacadepublic boolean isGeneralizableElementFacadeMetaType()
isGeneralizableElementFacadeMetaType in interface GeneralizableElementFacadeGeneralizableElementFacadepublic boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType in interface ModelElementFacadeModelElementFacadepublic AttributeFacade findAttribute(String name)
findAttribute in interface ClassifierFacadeClassifierFacade.findAttribute(String name)public Collection<ClassifierFacade> getAbstractions()
getAbstractions in interface ClassifierFacadeClassifierFacade.getAbstractions()public Collection<ClassifierFacade> getAllAssociatedClasses()
getAllAssociatedClasses in interface ClassifierFacadeClassifierFacade.getAllAssociatedClasses()public Collection<ModelElementFacade> getAllProperties()
getAllProperties in interface ClassifierFacadeClassifierFacade.getAllProperties()public Collection<ModelElementFacade> getAllRequiredConstructorParameters()
getAllRequiredConstructorParameters in interface ClassifierFacadeClassifierFacade.getAllRequiredConstructorParameters()public ClassifierFacade getArray()
getArray in interface ClassifierFacadeClassifierFacade.getArray()public String getArrayName()
getArrayName in interface ClassifierFacadeClassifierFacade.getArrayName()public Collection<ClassifierFacade> getAssociatedClasses()
getAssociatedClasses in interface ClassifierFacadeClassifierFacade.getAssociatedClasses()public List<AssociationEndFacade> getAssociationEnds()
getAssociationEnds in interface ClassifierFacadeClassifierFacade.getAssociationEnds()public List<AttributeFacade> getAttributes()
getAttributes in interface ClassifierFacadeClassifierFacade.getAttributes()public List<AttributeFacade> getAttributes(boolean follow)
getAttributes in interface ClassifierFacadeClassifierFacade.getAttributes(boolean follow)public String getFullyQualifiedArrayName()
getFullyQualifiedArrayName in interface ClassifierFacadeClassifierFacade.getFullyQualifiedArrayName()public Collection<OperationFacade> getImplementationOperations()
getImplementationOperations in interface ClassifierFacadeClassifierFacade.getImplementationOperations()public String getImplementedInterfaceList()
getImplementedInterfaceList in interface ClassifierFacadeClassifierFacade.getImplementedInterfaceList()public Collection<AttributeFacade> getInstanceAttributes()
getInstanceAttributes in interface ClassifierFacadeClassifierFacade.getInstanceAttributes()public List<OperationFacade> getInstanceOperations()
getInstanceOperations in interface ClassifierFacadeClassifierFacade.getInstanceOperations()public Collection<ClassifierFacade> getInterfaceAbstractions()
getInterfaceAbstractions in interface ClassifierFacadeClassifierFacade.getInterfaceAbstractions()public String getJavaNewString()
getJavaNewString in interface ClassifierFacadeClassifierFacade.getJavaNewString()public String getJavaNullString()
getJavaNullString in interface ClassifierFacadeClassifierFacade.getJavaNullString()public Collection<AssociationEndFacade> getNavigableConnectingEnds()
getNavigableConnectingEnds in interface ClassifierFacadeClassifierFacade.getNavigableConnectingEnds()public List<AssociationEndFacade> getNavigableConnectingEnds(boolean follow)
getNavigableConnectingEnds in interface ClassifierFacadeClassifierFacade.getNavigableConnectingEnds(boolean follow)public ClassifierFacade getNonArray()
getNonArray in interface ClassifierFacadeClassifierFacade.getNonArray()public String getOperationCallFromAttributes()
getOperationCallFromAttributes in interface ClassifierFacadeClassifierFacade.getOperationCallFromAttributes()public List<OperationFacade> getOperations()
getOperations in interface ClassifierFacadeClassifierFacade.getOperations()public List<ModelElementFacade> getProperties()
getProperties in interface ClassifierFacadeClassifierFacade.getProperties()public List getProperties(boolean follow)
getProperties in interface ClassifierFacadeClassifierFacade.getProperties(boolean follow)public Collection<ModelElementFacade> getRequiredConstructorParameters()
getRequiredConstructorParameters in interface ClassifierFacadeClassifierFacade.getRequiredConstructorParameters()public long getSerialVersionUID()
getSerialVersionUID in interface ClassifierFacadeClassifierFacade.getSerialVersionUID()public Collection<AttributeFacade> getStaticAttributes()
getStaticAttributes in interface ClassifierFacadeClassifierFacade.getStaticAttributes()public List<OperationFacade> getStaticOperations()
getStaticOperations in interface ClassifierFacadeClassifierFacade.getStaticOperations()public ClassifierFacade getSuperClass()
getSuperClass in interface ClassifierFacadeClassifierFacade.getSuperClass()public String getWrapperName()
getWrapperName in interface ClassifierFacadeClassifierFacade.getWrapperName()public boolean isAbstract()
isAbstract in interface ClassifierFacadeClassifierFacade.isAbstract()public boolean isArrayType()
isArrayType in interface ClassifierFacadeClassifierFacade.isArrayType()public boolean isAssociationClass()
isAssociationClass in interface ClassifierFacadeClassifierFacade.isAssociationClass()public boolean isBlobType()
isBlobType in interface ClassifierFacadeClassifierFacade.isBlobType()public boolean isBooleanType()
isBooleanType in interface ClassifierFacadeClassifierFacade.isBooleanType()public boolean isCharacterType()
isCharacterType in interface ClassifierFacadeClassifierFacade.isCharacterType()public boolean isClobType()
isClobType in interface ClassifierFacadeClassifierFacade.isClobType()public boolean isCollectionType()
isCollectionType in interface ClassifierFacadeClassifierFacade.isCollectionType()public boolean isDataType()
isDataType in interface ClassifierFacadeClassifierFacade.isDataType()public boolean isDateType()
isDateType in interface ClassifierFacadeClassifierFacade.isDateType()public boolean isDoubleType()
isDoubleType in interface ClassifierFacadeClassifierFacade.isDoubleType()public boolean isEmbeddedValue()
isEmbeddedValue in interface ClassifierFacadeClassifierFacade.isEmbeddedValue()public boolean isEnumeration()
isEnumeration in interface ClassifierFacadeClassifierFacade.isEnumeration()public boolean isFileType()
isFileType in interface ClassifierFacadeClassifierFacade.isFileType()public boolean isFloatType()
isFloatType in interface ClassifierFacadeClassifierFacade.isFloatType()public boolean isIntegerType()
isIntegerType in interface ClassifierFacadeClassifierFacade.isIntegerType()public boolean isInterface()
isInterface in interface ClassifierFacadeClassifierFacade.isInterface()public boolean isLeaf()
isLeaf in interface ClassifierFacadeClassifierFacade.isLeaf()public boolean isListType()
isListType in interface ClassifierFacadeClassifierFacade.isListType()public boolean isLongType()
isLongType in interface ClassifierFacadeClassifierFacade.isLongType()public boolean isMapType()
isMapType in interface ClassifierFacadeClassifierFacade.isMapType()public boolean isPrimitive()
isPrimitive in interface ClassifierFacadeClassifierFacade.isPrimitive()public boolean isSetType()
isSetType in interface ClassifierFacadeClassifierFacade.isSetType()public boolean isStringType()
isStringType in interface ClassifierFacadeClassifierFacade.isStringType()public boolean isTimeType()
isTimeType in interface ClassifierFacadeClassifierFacade.isTimeType()public boolean isWrappedPrimitive()
isWrappedPrimitive in interface ClassifierFacadeClassifierFacade.isWrappedPrimitive()public Object findTaggedValue(String tagName, boolean follow)
findTaggedValue in interface GeneralizableElementFacadeGeneralizableElementFacade.findTaggedValue(String tagName, boolean follow)public Collection<GeneralizableElementFacade> getAllGeneralizations()
getAllGeneralizations in interface GeneralizableElementFacadeGeneralizableElementFacade.getAllGeneralizations()public Collection<GeneralizableElementFacade> getAllSpecializations()
getAllSpecializations in interface GeneralizableElementFacadeGeneralizableElementFacade.getAllSpecializations()public GeneralizableElementFacade getGeneralization()
getGeneralization in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralization()public Collection<GeneralizationFacade> getGeneralizationLinks()
getGeneralizationLinks in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizationLinks()public String getGeneralizationList()
getGeneralizationList in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizationList()public GeneralizableElementFacade getGeneralizationRoot()
getGeneralizationRoot in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizationRoot()public Collection<GeneralizableElementFacade> getGeneralizations()
getGeneralizations in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizations()public Collection<GeneralizableElementFacade> getSpecializations()
getSpecializations in interface GeneralizableElementFacadeGeneralizableElementFacade.getSpecializations()public void copyTaggedValues(ModelElementFacade element)
copyTaggedValues in interface ModelElementFacadeModelElementFacade.copyTaggedValues(ModelElementFacade element)public Object findTaggedValue(String tagName)
findTaggedValue in interface ModelElementFacadeModelElementFacade.findTaggedValue(String tagName)public Collection<Object> findTaggedValues(String tagName)
findTaggedValues in interface ModelElementFacadeModelElementFacade.findTaggedValues(String tagName)public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)public Collection<ConstraintFacade> getConstraints()
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints()public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints(String kind)public String getDocumentation(String indent)
getDocumentation(indent, 64).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent)public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength)public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)public String getFullyQualifiedName()
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName()public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName(boolean modelName)public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath in interface ModelElementFacadeModelElementFacade.getFullyQualifiedNamePath()public String getId()
getId in interface ModelElementFacadeModelElementFacade.getId()public Collection<String> getKeywords()
getKeywords in interface ModelElementFacadeModelElementFacade.getKeywords()public String getLabel()
getLabel in interface ModelElementFacadeModelElementFacade.getLabel()public TypeMappings getLanguageMappings()
getLanguageMappings in interface ModelElementFacadeModelElementFacade.getLanguageMappings()public ModelFacade getModel()
getModel in interface ModelElementFacadeModelElementFacade.getModel()public String getName()
getName in interface ModelElementFacadeModelElementFacade.getName()public ModelElementFacade getPackage()
getPackage in interface ModelElementFacadeModelElementFacade.getPackage()public String getPackageName()
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName()public String getPackageName(boolean modelName)
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName(boolean modelName)public String getPackagePath()
getPackagePath in interface ModelElementFacadeModelElementFacade.getPackagePath()public String getQualifiedName()
getQualifiedName in interface ModelElementFacadeModelElementFacade.getQualifiedName()public PackageFacade getRootPackage()
getRootPackage in interface ModelElementFacadeModelElementFacade.getRootPackage()public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies in interface ModelElementFacadeModelElementFacade.getSourceDependencies()public StateMachineFacade getStateMachineContext()
getStateMachineContext in interface ModelElementFacadeModelElementFacade.getStateMachineContext()public Collection<String> getStereotypeNames()
getStereotypeNames in interface ModelElementFacadeModelElementFacade.getStereotypeNames()public Collection<StereotypeFacade> getStereotypes()
getStereotypes in interface ModelElementFacadeModelElementFacade.getStereotypes()public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues in interface ModelElementFacadeModelElementFacade.getTaggedValues()public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies in interface ModelElementFacadeModelElementFacade.getTargetDependencies()public Object getTemplateParameter(String parameterName)
getTemplateParameter in interface ModelElementFacadeModelElementFacade.getTemplateParameter(String parameterName)public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters in interface ModelElementFacadeModelElementFacade.getTemplateParameters()public String getVisibility()
getVisibility in interface ModelElementFacadeModelElementFacade.getVisibility()public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype in interface ModelElementFacadeModelElementFacade.hasExactStereotype(String stereotypeName)public boolean hasKeyword(String keywordName)
hasKeyword in interface ModelElementFacadeModelElementFacade.hasKeyword(String keywordName)public boolean hasStereotype(String stereotypeName)
hasStereotype in interface ModelElementFacadeModelElementFacade.hasStereotype(String stereotypeName)public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent in interface ModelElementFacadeModelElementFacade.isBindingDependenciesPresent()public boolean isConstraintsPresent()
isConstraintsPresent in interface ModelElementFacadeModelElementFacade.isConstraintsPresent()public boolean isDocumentationPresent()
isDocumentationPresent in interface ModelElementFacadeModelElementFacade.isDocumentationPresent()public boolean isReservedWord()
isReservedWord in interface ModelElementFacadeModelElementFacade.isReservedWord()public boolean isTemplateParametersPresent()
isTemplateParametersPresent in interface ModelElementFacadeModelElementFacade.isTemplateParametersPresent()public boolean isValidIdentifierName()
isValidIdentifierName in interface ModelElementFacadeModelElementFacade.isValidIdentifierName()public String translateConstraint(String name, String translation)
translateConstraint in interface ModelElementFacadeModelElementFacade.translateConstraint(String name, String translation)public String[] translateConstraints(String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String translation)public String[] translateConstraints(String kind, String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String kind, String translation)public Collection<DependencyFacade> getAllEntityReferences()
getAllEntityReferences in interface ServiceService.getAllEntityReferences()public Collection<Destination> getAllMessagingDestinations()
getAllMessagingDestinations in interface ServiceService.getAllMessagingDestinations()public Collection<Role> getAllRoles()
getAllRoles in interface ServiceService.getAllRoles()public Collection<DependencyFacade> getAllServiceReferences()
getAllServiceReferences in interface ServiceService.getAllServiceReferences()public Collection<DependencyFacade> getEntityReferences()
getEntityReferences in interface ServiceService.getEntityReferences()public Collection<Destination> getMessagingDestinations()
getMessagingDestinations in interface ServiceService.getMessagingDestinations()public Collection<Role> getRoles()
getRoles in interface ServiceService.getRoles()public Collection<DependencyFacade> getServiceReferences()
getServiceReferences in interface ServiceService.getServiceReferences()public void initialize()
initialize in interface ModelElementFacadeinitialize in class MetafacadeBaseMetafacadeBase.initialize()public Object getValidationOwner()
getValidationOwner in interface ModelElementFacadegetValidationOwner in class MetafacadeBaseMetafacadeBase.getValidationOwner()public String getValidationName()
getValidationName in interface ModelElementFacadegetValidationName in class MetafacadeBaseMetafacadeBase.getValidationName()public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
validateInvariants in interface ModelElementFacadevalidateInvariants in class MetafacadeBasevalidationMessages - CollectionMetafacadeBase.validateInvariants(Collection validationMessages)public String toString()
toString in class MetafacadeBaseObject.toString()Copyright © 2006–2014 AndroMDA.org. All rights reserved.