public abstract class EJB3SessionOperationFacadeLogic extends MetafacadeBase implements EJB3SessionOperationFacade
EJB3SessionOperationFacade
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot
Modifier | Constructor and Description |
---|---|
protected |
EJB3SessionOperationFacadeLogic(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.
|
ParameterFacade |
findParameter(String name)
Finds the parameter on this operation having the given name, if no parameter is found, null
is returned instead.
|
Object |
findTaggedValue(String tagName)
Finds the tagged value with the specified 'tagName'.
|
Object |
findTaggedValue(String name,
boolean follow)
Searches the given feature for the specified tag.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
String |
getArgumentNames()
A comma separated list of all argument names.
|
Collection<ParameterFacade> |
getArguments()
Specification of an argument used to pass information into or out of an invocation of a
behavioral
feature.
|
String |
getArgumentTypeNames()
A comma separated list of all types of each argument, in order.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
String |
getCall()
Constructs the operation call with the operation name
|
String |
getConcurrency()
Returns the concurrency modifier for this operation (i.e.
|
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.
|
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.
|
String |
getExceptionList()
A comma separated list containing all exceptions that this operation throws.
|
String |
getExceptionList(String initialExceptions)
Returns a comma separated list of exceptions appended to the comma separated list of fully
qualified 'initialException' classes passed in to this method.
|
Collection<ModelElementFacade> |
getExceptions()
A collection of all exceptions thrown by this operation.
|
String |
getFlushMode()
Return the flush mode to determine when the changes to the database are performed in the
application transaction.
|
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 |
getGetterSetterReturnTypeName()
Return Type with multiplicity taken into account.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
String |
getImplementationCall()
The method call for the implementation operation.
|
String |
getImplementationName()
The name of the operation used within the service implementation that contains the core
logic.
|
String |
getImplementationSignature()
The signature of the implementation operation.
|
Destination |
getIncomingDestination()
The destination for any incoming messages.
|
Collection |
getInterceptorReferences()
Returns the Collection of target elements from the service bean method where the target
class has a stereotype of Interceptor.
|
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.
|
int |
getLower()
the lower value for the multiplicity
-only applicable for UML2
|
String |
getMethodBody()
Returns the operation method body determined from UML sequence diagrams or other UML sources.
|
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<Role> |
getNonRunAsRoles()
TODO: Model Documentation for
org.andromda.cartridges.ejb3.metafacades.EJB3SessionOperationFacade
|
Destination |
getOutgoingDestination()
The destination for any outgoing messages.
|
OperationFacade |
getOverriddenOperation()
The operation this operation overrides, null if this operation is not overriding.
|
ClassifierFacade |
getOwner()
Gets the owner of this operation
|
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 '/'.
|
Collection<ParameterFacade> |
getParameters()
Return all parameters for the operation, including the return parameter.
|
String |
getPostconditionName()
The name of the operation that handles postcondition constraints.
|
Collection<ConstraintFacade> |
getPostconditions()
The postcondition constraints belonging to this operation.
|
String |
getPreconditionCall()
The call to the precondition operation.
|
String |
getPreconditionName()
The name of the operation that handles precondition constraints.
|
Collection<ConstraintFacade> |
getPreconditions()
The precondition constraints belonging to this operation.
|
String |
getPreconditionSignature()
The signature of the precondition operation.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
ParameterFacade |
getReturnParameter()
(UML2 Only).
|
ClassifierFacade |
getReturnType()
The operation return type parameter.
|
Collection<Role> |
getRoles()
The users of the service operation, these are the actor's that can access this operation.
|
String |
getRolesAllowed()
Returns the comma separated list of roles allowd to execute this operation.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
String |
getSeamBijectionFactoryParameters()
Returns a parameter string for the org.jboss.seam.annotations.Factory annotation.
|
String |
getSeamConversationBeginParameters()
Returns a parameter string for the org.jboss.seam.annotations.Begin annotation.
|
String |
getSeamConversationBeginTaskParameters()
Returns a parameter string for the org.jboss.seam.annotations.BeginTask annotation.
|
String |
getSeamConversationCreateProcessParameters()
Returns a parameter string for the org.jboss.seam.annotations.CreateProcess annotation.
|
String |
getSeamConversationEndParameters()
Returns a parameter string for the org.jboss.seam.annotations.End annotation.
|
String |
getSeamConversationEndTaskParameters()
Returns a parameter string for the org.jboss.seam.annotations.EndTask annotation.
|
String |
getSeamConversationResumeProcessParameters()
Returns a parameter string for the org.jboss.seam.annotations.ResumeProcess annotation.
|
String |
getSeamConversationStartTaskParameters()
Returns a parameter string for the org.jboss.seam.annotations.StartTask annotation.
|
String |
getSeamObserverEventName()
Specifies that the method should be called when a component-driven event of the specified
type occurs.
|
String |
getSeamTransactionRollbackParameters()
Returns a parameter string for the org.jboss.seam.annotations.Rollback annotation.
|
String |
getSeamValidationOutcome()
Returns the JSF outcome when validation fails, set using andromda.seam.validation.outcome.
|
String |
getSeamWebRemoteParameters()
Returns a string with parameters for the org.jboss.seam.annotations.WebRemote annotation.
|
Service |
getService()
The service which owns the service operation.
|
String |
getSignature()
Return the operation signature, including public/protested abstract returnType name plus
argument type and name
|
String |
getSignature(boolean withArgumentNames)
Returns the signature of the operation and optionally appends the argument names (if
withArgumentNames is true), otherwise returns the signature with just the types alone in the
signature.
|
String |
getSignature(String argumentModifier)
Returns the signature of the operation and optionally appends the given 'argumentModifier' to
each argument.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
StateMachineFacade |
getStateMachineContext()
If this model element is the context of an activity graph, this represents that activity
graph.
|
Collection<String> |
getStereotypeNames()
The collection of ALL stereotype names for this model element.
|
Collection<StereotypeFacade> |
getStereotypes()
Gets all stereotypes for this model element.
|
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 |
getTestName()
Returns the operation test name
|
String |
getTestSignature()
Returns the session operation test signature used to generate the test method for the
operation in the session bean test class.
|
String |
getThrowsClause()
Gets the throws clause for this service or null if the operation doesn't have any exceptions.
|
String |
getThrowsClause(String initialExceptions)
Retrieves the throws clause allowing a comma separated list of exceptions to be passed in and
appended to the list.
|
String |
getTransactionType()
Gets the transaction type for this attribute (i.e.
|
String |
getTypedArgumentList()
A comma-separated parameter list (type and name of each parameter) of an operation.
|
String |
getTypedArgumentList(String modifier)
A comma-separated parameter list (type and name of each parameter) of an operation with an
optional modifier (i.e final) before each parameter.
|
int |
getUpper()
the upper value for the multiplicity (will be -1 for *)
- only applicable for UML2
|
String |
getValidationName() |
Object |
getValidationOwner() |
String |
getViewType()
Returns a string representing whether this operation is local, remotely or both local and
remotely accessible.
|
String |
getVisibility()
The visibility (i.e.
|
protected abstract String |
handleGetFlushMode() |
protected abstract String |
handleGetImplementationCall() |
protected abstract String |
handleGetImplementationName() |
protected abstract String |
handleGetImplementationSignature() |
protected abstract Collection |
handleGetInterceptorReferences() |
protected abstract Collection |
handleGetNonRunAsRoles()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetRolesAllowed() |
protected abstract String |
handleGetSeamBijectionFactoryParameters() |
protected abstract String |
handleGetSeamConversationBeginParameters() |
protected abstract String |
handleGetSeamConversationBeginTaskParameters() |
protected abstract String |
handleGetSeamConversationCreateProcessParameters() |
protected abstract String |
handleGetSeamConversationEndParameters() |
protected abstract String |
handleGetSeamConversationEndTaskParameters() |
protected abstract String |
handleGetSeamConversationResumeProcessParameters() |
protected abstract String |
handleGetSeamConversationStartTaskParameters() |
protected abstract String |
handleGetSeamObserverEventName() |
protected abstract String |
handleGetSeamTransactionRollbackParameters() |
protected abstract String |
handleGetSeamValidationOutcome() |
protected abstract String |
handleGetSeamWebRemoteParameters() |
protected abstract String |
handleGetTestName() |
protected abstract String |
handleGetTestSignature() |
protected abstract String |
handleGetThrowsClause() |
protected abstract String |
handleGetThrowsClause(String initialExceptions)
Method to be implemented in descendants
Retrieves the throws clause allowing a comma separated list of exceptions to be passed in and
appended to the list.
|
protected abstract String |
handleGetTransactionType() |
protected abstract String |
handleGetViewType() |
protected abstract boolean |
handleIsBusinessOperation() |
protected abstract boolean |
handleIsDenyAll() |
protected abstract boolean |
handleIsExcludeClassInterceptors() |
protected abstract boolean |
handleIsExcludeDefaultInterceptors() |
protected abstract boolean |
handleIsLifecycleCallback() |
protected abstract boolean |
handleIsPermitAll() |
protected abstract boolean |
handleIsPostActivate() |
protected abstract boolean |
handleIsPostConstruct() |
protected abstract boolean |
handleIsPreDestroy() |
protected abstract boolean |
handleIsPrePassivate() |
protected abstract boolean |
handleIsSeamAsynchronous() |
protected abstract boolean |
handleIsSeamBijectionFactory() |
protected abstract boolean |
handleIsSeamConversationBegin() |
protected abstract boolean |
handleIsSeamConversationBeginTask() |
protected abstract boolean |
handleIsSeamConversationCreateProcess() |
protected abstract boolean |
handleIsSeamConversationEnd() |
protected abstract boolean |
handleIsSeamConversationEndTask() |
protected abstract boolean |
handleIsSeamConversationResumeProcess() |
protected abstract boolean |
handleIsSeamConversationStartTask() |
protected abstract boolean |
handleIsSeamLifecycleCreate() |
protected abstract boolean |
handleIsSeamLifecycleDestroy() |
protected abstract boolean |
handleIsSeamObserver() |
protected abstract boolean |
handleIsSeamTransactional() |
protected abstract boolean |
handleIsSeamTransactionRollback() |
protected abstract boolean |
handleIsSeamValidationRefreshEntities() |
protected abstract boolean |
handleIsSeamValidationValidator() |
protected abstract boolean |
handleIsSeamWebRemote() |
protected abstract boolean |
handleIsTimeoutCallback() |
protected abstract boolean |
handleIsViewTypeAbsoluteBoth() |
protected abstract boolean |
handleIsViewTypeAbsoluteLocal() |
protected abstract boolean |
handleIsViewTypeAbsoluteRemote() |
protected abstract boolean |
handleIsViewTypeBoth() |
protected abstract boolean |
handleIsViewTypeLocal() |
protected abstract boolean |
handleIsViewTypeRemote() |
protected abstract boolean |
handleIsViewTypeStrictlyBoth() |
protected abstract boolean |
handleIsViewTypeStrictlyLocal() |
protected abstract boolean |
handleIsViewTypeStrictlyRemote() |
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()
True is the operation is abstract.
|
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isBusinessOperation()
True/false on whether or not this operation is an EJB session business operation.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isDenyAll()
Returns true if NO roles are permitted to execute this operation in this bean.
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isEJB3SessionOperationFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isExceptionsPresent()
True if the operation has (i.e.
|
boolean |
isExcludeClassInterceptors()
Specifies whether to exclude the invocation of the class interceptors for the applied
business method.
|
boolean |
isExcludeDefaultInterceptors()
Determines whether to exclude the invocation of the default interceptors for the applied
business method.
|
boolean |
isIncomingMessageOperation()
Whether or not this operation represents an "incoming" message operation (i.e.
|
boolean |
isLeaf()
IsLeaf property in the operation.
|
boolean |
isLifecycleCallback()
Returns true if this operation is marked with any of the lifecycle callback stereotypes like
PostCostructs, PreDestroy etc.
|
boolean |
isMany()
UML2 only.
|
boolean |
isMessageOperation()
Whether or not this is operation accepts incoming or outgoing messages.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isOperationFacadeMetaType() |
boolean |
isOrdered()
UML2 only: If isMany (Collection type returned), is the type unique within the collection.
|
boolean |
isOutgoingMessageOperation()
Whether or not this service operation represents an "outgoing" messaging operation (i.e.
|
boolean |
isOverriding()
True if this operation overrides an operation defined in an ancestor class.
|
boolean |
isPermitAll()
Returns true if all roles are permitted to execute this operation.
|
boolean |
isPostActivate()
Returns true if the associated operation has the <
|
boolean |
isPostconditionsPresent()
Whether any postcondition constraints are present on this operation.
|
boolean |
isPostConstruct()
Returns true if the associated operation has the <
|
boolean |
isPreconditionsPresent()
Whether any precondition constraints are present on this operation.
|
boolean |
isPreDestroy()
Returns true if the associated operation has the <
|
boolean |
isPrePassivate()
Returns true if the associated operation has the <
|
boolean |
isQuery()
Indicates whether or not this operation is a query operation.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isReturnTypePresent()
True/false depending on whether or not the operation has a return type or not (i.e.
|
boolean |
isSeamAsynchronous()
Stereotype Asynchronous.
|
boolean |
isSeamBijectionFactory()
Returns true when stereotype <
|
boolean |
isSeamConversationBegin()
Returns true if the <
|
boolean |
isSeamConversationBeginTask()
Returns true if stereotype <
|
boolean |
isSeamConversationCreateProcess()
Returns true if stereotype <
|
boolean |
isSeamConversationEnd()
Returns true if stereotype <
|
boolean |
isSeamConversationEndTask()
Returns true if stereotype <
|
boolean |
isSeamConversationResumeProcess()
Returns true if stereotype <
|
boolean |
isSeamConversationStartTask()
Returns true if stereotype <
|
boolean |
isSeamLifecycleCreate()
Returns true if the operation has the <
|
boolean |
isSeamLifecycleDestroy()
Returns true if the operation has the <
|
boolean |
isSeamObserver()
True if the annotated method is a seam component-driven event observer.
|
boolean |
isSeamTransactional()
Specifies that a JavaBean component should have a similar transactional behavior to the
default behavior of a session bean component.
|
boolean |
isSeamTransactionRollback()
Returns true if stereotype <
|
boolean |
isSeamValidationRefreshEntities()
Returns true if the andromda.seam.validation.refreshEntities is modelled on the operation as
true to indicate that any invalid entities in the managed state should be refreshed from the
database when validation fails.
|
boolean |
isSeamValidationValidator()
Returns true if the <
|
boolean |
isSeamWebRemote()
True if <
|
boolean |
isServiceOperationMetaType() |
boolean |
isStatic()
True is the operation is static (only a single instance can be instantiated).
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isTimeoutCallback()
Returns true if the Timeout stereotype is modelled on the session bean operation.
|
boolean |
isUnique()
UML2 only: for Collection return type, is the type unique within the collection.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
boolean |
isViewTypeAbsoluteBoth()
Return true if the view type of the operation is both after examing all aspects of the owner
and operation.
|
boolean |
isViewTypeAbsoluteLocal()
Return true if the view type of the operation is local after examing all aspects of the owner
and operation.
|
boolean |
isViewTypeAbsoluteRemote()
Return true if the view type of the operation is local after examing all aspects of the owner
and operation.
|
boolean |
isViewTypeBoth()
Returns true if the view type accessability for this operation is both local and remote.
|
boolean |
isViewTypeLocal()
Return true if the view type accessability for this operation is local.
|
boolean |
isViewTypeRemote()
Returns true if the view type accessability for the operation is remote.
|
boolean |
isViewTypeStrictlyBoth()
Returns true if the operation view type was explicitly set to both using tagged value.
|
boolean |
isViewTypeStrictlyLocal()
Returns true if the operation view type was explicitly set to local view using tagged value.
|
boolean |
isViewTypeStrictlyRemote()
Returns true if the operation view type was explicitly set to remote view using tagged value.
|
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, validate
protected Object metaObject
Object
protected EJB3SessionOperationFacadeLogic(Object metaObjectIn, String context)
metaObjectIn
- context
- public void resetMetafacadeContext(String context)
resetMetafacadeContext
in class MetafacadeBase
context
- MetafacadeBase.resetMetafacadeContext(String context)
public boolean isEJB3SessionOperationFacadeMetaType()
EJB3SessionOperationFacade
isEJB3SessionOperationFacadeMetaType
in interface EJB3SessionOperationFacade
EJB3SessionOperationFacade
protected abstract String handleGetViewType()
EJB3SessionOperationFacade.getViewType()
public final String getViewType()
getViewType
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeRemote()
EJB3SessionOperationFacade.isViewTypeRemote()
public final boolean isViewTypeRemote()
isViewTypeRemote
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeLocal()
EJB3SessionOperationFacade.isViewTypeLocal()
public final boolean isViewTypeLocal()
isViewTypeLocal
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeBoth()
EJB3SessionOperationFacade.isViewTypeBoth()
public final boolean isViewTypeBoth()
isViewTypeBoth
in interface EJB3SessionOperationFacade
protected abstract String handleGetTransactionType()
EJB3SessionOperationFacade.getTransactionType()
public final String getTransactionType()
getTransactionType
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsBusinessOperation()
EJB3SessionOperationFacade.isBusinessOperation()
public final boolean isBusinessOperation()
isBusinessOperation
in interface EJB3SessionOperationFacade
protected abstract String handleGetRolesAllowed()
EJB3SessionOperationFacade.getRolesAllowed()
public final String getRolesAllowed()
getRolesAllowed
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsPermitAll()
EJB3SessionOperationFacade.isPermitAll()
public final boolean isPermitAll()
isPermitAll
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsDenyAll()
EJB3SessionOperationFacade.isDenyAll()
public final boolean isDenyAll()
isDenyAll
in interface EJB3SessionOperationFacade
protected abstract String handleGetFlushMode()
EJB3SessionOperationFacade.getFlushMode()
public final String getFlushMode()
getFlushMode
in interface EJB3SessionOperationFacade
protected abstract String handleGetThrowsClause()
EJB3SessionOperationFacade.getThrowsClause()
public final String getThrowsClause()
getThrowsClause
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsTimeoutCallback()
EJB3SessionOperationFacade.isTimeoutCallback()
public final boolean isTimeoutCallback()
isTimeoutCallback
in interface EJB3SessionOperationFacade
protected abstract String handleGetImplementationName()
EJB3SessionOperationFacade.getImplementationName()
public final String getImplementationName()
getImplementationName
in interface EJB3SessionOperationFacade
protected abstract String handleGetImplementationCall()
EJB3SessionOperationFacade.getImplementationCall()
public final String getImplementationCall()
getImplementationCall
in interface EJB3SessionOperationFacade
protected abstract String handleGetImplementationSignature()
EJB3SessionOperationFacade.getImplementationSignature()
public final String getImplementationSignature()
getImplementationSignature
in interface EJB3SessionOperationFacade
protected abstract Collection handleGetInterceptorReferences()
EJB3SessionOperationFacade.getInterceptorReferences()
public final Collection getInterceptorReferences()
getInterceptorReferences
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsExcludeDefaultInterceptors()
EJB3SessionOperationFacade.isExcludeDefaultInterceptors()
public final boolean isExcludeDefaultInterceptors()
isExcludeDefaultInterceptors
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsExcludeClassInterceptors()
EJB3SessionOperationFacade.isExcludeClassInterceptors()
public final boolean isExcludeClassInterceptors()
isExcludeClassInterceptors
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsPostConstruct()
EJB3SessionOperationFacade.isPostConstruct()
public final boolean isPostConstruct()
isPostConstruct
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsPreDestroy()
EJB3SessionOperationFacade.isPreDestroy()
public final boolean isPreDestroy()
isPreDestroy
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsPostActivate()
EJB3SessionOperationFacade.isPostActivate()
public final boolean isPostActivate()
isPostActivate
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsPrePassivate()
EJB3SessionOperationFacade.isPrePassivate()
public final boolean isPrePassivate()
isPrePassivate
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsLifecycleCallback()
EJB3SessionOperationFacade.isLifecycleCallback()
public final boolean isLifecycleCallback()
isLifecycleCallback
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamValidationValidator()
EJB3SessionOperationFacade.isSeamValidationValidator()
public final boolean isSeamValidationValidator()
isSeamValidationValidator
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamValidationOutcome()
EJB3SessionOperationFacade.getSeamValidationOutcome()
public final String getSeamValidationOutcome()
getSeamValidationOutcome
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamValidationRefreshEntities()
EJB3SessionOperationFacade.isSeamValidationRefreshEntities()
public final boolean isSeamValidationRefreshEntities()
isSeamValidationRefreshEntities
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeStrictlyLocal()
EJB3SessionOperationFacade.isViewTypeStrictlyLocal()
public final boolean isViewTypeStrictlyLocal()
isViewTypeStrictlyLocal
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeStrictlyRemote()
EJB3SessionOperationFacade.isViewTypeStrictlyRemote()
public final boolean isViewTypeStrictlyRemote()
isViewTypeStrictlyRemote
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeAbsoluteLocal()
EJB3SessionOperationFacade.isViewTypeAbsoluteLocal()
public final boolean isViewTypeAbsoluteLocal()
isViewTypeAbsoluteLocal
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeAbsoluteRemote()
EJB3SessionOperationFacade.isViewTypeAbsoluteRemote()
public final boolean isViewTypeAbsoluteRemote()
isViewTypeAbsoluteRemote
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeAbsoluteBoth()
EJB3SessionOperationFacade.isViewTypeAbsoluteBoth()
public final boolean isViewTypeAbsoluteBoth()
isViewTypeAbsoluteBoth
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsViewTypeStrictlyBoth()
EJB3SessionOperationFacade.isViewTypeStrictlyBoth()
public final boolean isViewTypeStrictlyBoth()
isViewTypeStrictlyBoth
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamAsynchronous()
EJB3SessionOperationFacade.isSeamAsynchronous()
public final boolean isSeamAsynchronous()
isSeamAsynchronous
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamConversationBegin()
EJB3SessionOperationFacade.isSeamConversationBegin()
public final boolean isSeamConversationBegin()
isSeamConversationBegin
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamConversationBeginTask()
EJB3SessionOperationFacade.isSeamConversationBeginTask()
public final boolean isSeamConversationBeginTask()
isSeamConversationBeginTask
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamConversationCreateProcess()
EJB3SessionOperationFacade.isSeamConversationCreateProcess()
public final boolean isSeamConversationCreateProcess()
isSeamConversationCreateProcess
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamConversationEnd()
EJB3SessionOperationFacade.isSeamConversationEnd()
public final boolean isSeamConversationEnd()
isSeamConversationEnd
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamConversationEndTask()
EJB3SessionOperationFacade.isSeamConversationEndTask()
public final boolean isSeamConversationEndTask()
isSeamConversationEndTask
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamBijectionFactory()
EJB3SessionOperationFacade.isSeamBijectionFactory()
public final boolean isSeamBijectionFactory()
isSeamBijectionFactory
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamObserverEventName()
EJB3SessionOperationFacade.getSeamObserverEventName()
public final String getSeamObserverEventName()
getSeamObserverEventName
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamConversationResumeProcess()
EJB3SessionOperationFacade.isSeamConversationResumeProcess()
public final boolean isSeamConversationResumeProcess()
isSeamConversationResumeProcess
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamTransactionRollback()
EJB3SessionOperationFacade.isSeamTransactionRollback()
public final boolean isSeamTransactionRollback()
isSeamTransactionRollback
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamConversationStartTask()
EJB3SessionOperationFacade.isSeamConversationStartTask()
public final boolean isSeamConversationStartTask()
isSeamConversationStartTask
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamTransactional()
EJB3SessionOperationFacade.isSeamTransactional()
public final boolean isSeamTransactional()
isSeamTransactional
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamWebRemote()
EJB3SessionOperationFacade.isSeamWebRemote()
public final boolean isSeamWebRemote()
isSeamWebRemote
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamLifecycleDestroy()
EJB3SessionOperationFacade.isSeamLifecycleDestroy()
public final boolean isSeamLifecycleDestroy()
isSeamLifecycleDestroy
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamLifecycleCreate()
EJB3SessionOperationFacade.isSeamLifecycleCreate()
public final boolean isSeamLifecycleCreate()
isSeamLifecycleCreate
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamWebRemoteParameters()
EJB3SessionOperationFacade.getSeamWebRemoteParameters()
public final String getSeamWebRemoteParameters()
getSeamWebRemoteParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamConversationBeginParameters()
EJB3SessionOperationFacade.getSeamConversationBeginParameters()
public final String getSeamConversationBeginParameters()
getSeamConversationBeginParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamConversationBeginTaskParameters()
EJB3SessionOperationFacade.getSeamConversationBeginTaskParameters()
public final String getSeamConversationBeginTaskParameters()
getSeamConversationBeginTaskParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamConversationCreateProcessParameters()
EJB3SessionOperationFacade.getSeamConversationCreateProcessParameters()
public final String getSeamConversationCreateProcessParameters()
getSeamConversationCreateProcessParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamConversationEndParameters()
EJB3SessionOperationFacade.getSeamConversationEndParameters()
public final String getSeamConversationEndParameters()
getSeamConversationEndParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamConversationEndTaskParameters()
EJB3SessionOperationFacade.getSeamConversationEndTaskParameters()
public final String getSeamConversationEndTaskParameters()
getSeamConversationEndTaskParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamBijectionFactoryParameters()
EJB3SessionOperationFacade.getSeamBijectionFactoryParameters()
public final String getSeamBijectionFactoryParameters()
getSeamBijectionFactoryParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamConversationResumeProcessParameters()
EJB3SessionOperationFacade.getSeamConversationResumeProcessParameters()
public final String getSeamConversationResumeProcessParameters()
getSeamConversationResumeProcessParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamConversationStartTaskParameters()
EJB3SessionOperationFacade.getSeamConversationStartTaskParameters()
public final String getSeamConversationStartTaskParameters()
getSeamConversationStartTaskParameters
in interface EJB3SessionOperationFacade
protected abstract String handleGetSeamTransactionRollbackParameters()
EJB3SessionOperationFacade.getSeamTransactionRollbackParameters()
public final String getSeamTransactionRollbackParameters()
getSeamTransactionRollbackParameters
in interface EJB3SessionOperationFacade
protected abstract boolean handleIsSeamObserver()
EJB3SessionOperationFacade.isSeamObserver()
public final boolean isSeamObserver()
isSeamObserver
in interface EJB3SessionOperationFacade
protected abstract String handleGetTestSignature()
EJB3SessionOperationFacade.getTestSignature()
public final String getTestSignature()
getTestSignature
in interface EJB3SessionOperationFacade
protected abstract String handleGetTestName()
EJB3SessionOperationFacade.getTestName()
public final String getTestName()
getTestName
in interface EJB3SessionOperationFacade
protected abstract String handleGetThrowsClause(String initialExceptions)
initialExceptions
- public String getThrowsClause(String initialExceptions)
getThrowsClause
in interface EJB3SessionOperationFacade
initialExceptions
- String
A comma separated list of exceptions to be passed in.public final Collection<Role> getNonRunAsRoles()
getNonRunAsRoles
in interface EJB3SessionOperationFacade
protected abstract Collection handleGetNonRunAsRoles()
public boolean isServiceOperationMetaType()
isServiceOperationMetaType
in interface ServiceOperation
ServiceOperation
public boolean isOperationFacadeMetaType()
isOperationFacadeMetaType
in interface OperationFacade
OperationFacade
public boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType
in interface ModelElementFacade
ModelElementFacade
public void copyTaggedValues(ModelElementFacade element)
copyTaggedValues
in interface ModelElementFacade
ModelElementFacade.copyTaggedValues(ModelElementFacade element)
public Object findTaggedValue(String tagName)
findTaggedValue
in interface ModelElementFacade
ModelElementFacade.findTaggedValue(String tagName)
public Collection<Object> findTaggedValues(String tagName)
findTaggedValues
in interface ModelElementFacade
ModelElementFacade.findTaggedValues(String tagName)
public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)
public Collection<ConstraintFacade> getConstraints()
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints()
public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints(String kind)
public String getDocumentation(String indent)
getDocumentation(indent, 64)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent)
public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength)
public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)
public String getFullyQualifiedName()
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName()
public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName(boolean modelName)
public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedNamePath()
public String getId()
getId
in interface ModelElementFacade
ModelElementFacade.getId()
public Collection<String> getKeywords()
getKeywords
in interface ModelElementFacade
ModelElementFacade.getKeywords()
public String getLabel()
getLabel
in interface ModelElementFacade
ModelElementFacade.getLabel()
public TypeMappings getLanguageMappings()
getLanguageMappings
in interface ModelElementFacade
ModelElementFacade.getLanguageMappings()
public ModelFacade getModel()
getModel
in interface ModelElementFacade
ModelElementFacade.getModel()
public String getName()
getName
in interface ModelElementFacade
ModelElementFacade.getName()
public ModelElementFacade getPackage()
getPackage
in interface ModelElementFacade
ModelElementFacade.getPackage()
public String getPackageName()
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName()
public String getPackageName(boolean modelName)
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName(boolean modelName)
public String getPackagePath()
getPackagePath
in interface ModelElementFacade
ModelElementFacade.getPackagePath()
public String getQualifiedName()
getQualifiedName
in interface ModelElementFacade
ModelElementFacade.getQualifiedName()
public PackageFacade getRootPackage()
getRootPackage
in interface ModelElementFacade
ModelElementFacade.getRootPackage()
public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies
in interface ModelElementFacade
ModelElementFacade.getSourceDependencies()
public StateMachineFacade getStateMachineContext()
getStateMachineContext
in interface ModelElementFacade
ModelElementFacade.getStateMachineContext()
public Collection<String> getStereotypeNames()
getStereotypeNames
in interface ModelElementFacade
ModelElementFacade.getStereotypeNames()
public Collection<StereotypeFacade> getStereotypes()
getStereotypes
in interface ModelElementFacade
ModelElementFacade.getStereotypes()
public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues
in interface ModelElementFacade
ModelElementFacade.getTaggedValues()
public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies
in interface ModelElementFacade
ModelElementFacade.getTargetDependencies()
public Object getTemplateParameter(String parameterName)
getTemplateParameter
in interface ModelElementFacade
ModelElementFacade.getTemplateParameter(String parameterName)
public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters
in interface ModelElementFacade
ModelElementFacade.getTemplateParameters()
public String getVisibility()
getVisibility
in interface ModelElementFacade
ModelElementFacade.getVisibility()
public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype
in interface ModelElementFacade
ModelElementFacade.hasExactStereotype(String stereotypeName)
public boolean hasKeyword(String keywordName)
hasKeyword
in interface ModelElementFacade
ModelElementFacade.hasKeyword(String keywordName)
public boolean hasStereotype(String stereotypeName)
hasStereotype
in interface ModelElementFacade
ModelElementFacade.hasStereotype(String stereotypeName)
public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent
in interface ModelElementFacade
ModelElementFacade.isBindingDependenciesPresent()
public boolean isConstraintsPresent()
isConstraintsPresent
in interface ModelElementFacade
ModelElementFacade.isConstraintsPresent()
public boolean isDocumentationPresent()
isDocumentationPresent
in interface ModelElementFacade
ModelElementFacade.isDocumentationPresent()
public boolean isReservedWord()
isReservedWord
in interface ModelElementFacade
ModelElementFacade.isReservedWord()
public boolean isTemplateParametersPresent()
isTemplateParametersPresent
in interface ModelElementFacade
ModelElementFacade.isTemplateParametersPresent()
public boolean isValidIdentifierName()
isValidIdentifierName
in interface ModelElementFacade
ModelElementFacade.isValidIdentifierName()
public String translateConstraint(String name, String translation)
translateConstraint
in interface ModelElementFacade
ModelElementFacade.translateConstraint(String name, String translation)
public String[] translateConstraints(String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String translation)
public String[] translateConstraints(String kind, String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String kind, String translation)
public ParameterFacade findParameter(String name)
findParameter
in interface OperationFacade
OperationFacade.findParameter(String name)
public Object findTaggedValue(String name, boolean follow)
findTaggedValue
in interface OperationFacade
OperationFacade.findTaggedValue(String name, boolean follow)
public String getArgumentNames()
getArgumentNames
in interface OperationFacade
OperationFacade.getArgumentNames()
public String getArgumentTypeNames()
getArgumentTypeNames
in interface OperationFacade
OperationFacade.getArgumentTypeNames()
public Collection<ParameterFacade> getArguments()
getArguments
in interface OperationFacade
OperationFacade.getArguments()
public String getCall()
getCall
in interface OperationFacade
OperationFacade.getCall()
public String getConcurrency()
getConcurrency
in interface OperationFacade
OperationFacade.getConcurrency()
public String getExceptionList()
getExceptionList
in interface OperationFacade
OperationFacade.getExceptionList()
public String getExceptionList(String initialExceptions)
getExceptionList
in interface OperationFacade
OperationFacade.getExceptionList(String initialExceptions)
public Collection<ModelElementFacade> getExceptions()
getExceptions
in interface OperationFacade
OperationFacade.getExceptions()
public String getGetterSetterReturnTypeName()
getGetterSetterReturnTypeName
in interface OperationFacade
OperationFacade.getGetterSetterReturnTypeName()
public int getLower()
getLower
in interface OperationFacade
OperationFacade.getLower()
public String getMethodBody()
getMethodBody
in interface OperationFacade
OperationFacade.getMethodBody()
public OperationFacade getOverriddenOperation()
getOverriddenOperation
in interface OperationFacade
OperationFacade.getOverriddenOperation()
public ClassifierFacade getOwner()
getOwner
in interface OperationFacade
OperationFacade.getOwner()
public Collection<ParameterFacade> getParameters()
getParameters
in interface OperationFacade
OperationFacade.getParameters()
public String getPostconditionName()
getPostconditionName
in interface OperationFacade
OperationFacade.getPostconditionName()
public Collection<ConstraintFacade> getPostconditions()
getPostconditions
in interface OperationFacade
OperationFacade.getPostconditions()
public String getPreconditionCall()
getPreconditionCall
in interface OperationFacade
OperationFacade.getPreconditionCall()
public String getPreconditionName()
getPreconditionName
in interface OperationFacade
OperationFacade.getPreconditionName()
public String getPreconditionSignature()
getPreconditionSignature
in interface OperationFacade
OperationFacade.getPreconditionSignature()
public Collection<ConstraintFacade> getPreconditions()
getPreconditions
in interface OperationFacade
OperationFacade.getPreconditions()
public ParameterFacade getReturnParameter()
getReturnParameter
in interface OperationFacade
OperationFacade.getReturnParameter()
public ClassifierFacade getReturnType()
getReturnType
in interface OperationFacade
OperationFacade.getReturnType()
public String getSignature()
getSignature
in interface OperationFacade
OperationFacade.getSignature()
public String getSignature(boolean withArgumentNames)
getSignature
in interface OperationFacade
OperationFacade.getSignature(boolean withArgumentNames)
public String getSignature(String argumentModifier)
getSignature
in interface OperationFacade
OperationFacade.getSignature(String argumentModifier)
public String getTypedArgumentList()
getTypedArgumentList
in interface OperationFacade
OperationFacade.getTypedArgumentList()
public String getTypedArgumentList(String modifier)
getTypedArgumentList
in interface OperationFacade
OperationFacade.getTypedArgumentList(String modifier)
public int getUpper()
getUpper
in interface OperationFacade
OperationFacade.getUpper()
public boolean isAbstract()
isAbstract
in interface OperationFacade
OperationFacade.isAbstract()
public boolean isExceptionsPresent()
isExceptionsPresent
in interface OperationFacade
OperationFacade.isExceptionsPresent()
public boolean isLeaf()
isLeaf
in interface OperationFacade
OperationFacade.isLeaf()
public boolean isMany()
isMany
in interface OperationFacade
OperationFacade.isMany()
public boolean isOrdered()
isOrdered
in interface OperationFacade
OperationFacade.isOrdered()
public boolean isOverriding()
isOverriding
in interface OperationFacade
OperationFacade.isOverriding()
public boolean isPostconditionsPresent()
isPostconditionsPresent
in interface OperationFacade
OperationFacade.isPostconditionsPresent()
public boolean isPreconditionsPresent()
isPreconditionsPresent
in interface OperationFacade
OperationFacade.isPreconditionsPresent()
public boolean isQuery()
isQuery
in interface OperationFacade
OperationFacade.isQuery()
public boolean isReturnTypePresent()
isReturnTypePresent
in interface OperationFacade
OperationFacade.isReturnTypePresent()
public boolean isStatic()
isStatic
in interface OperationFacade
OperationFacade.isStatic()
public boolean isUnique()
isUnique
in interface OperationFacade
OperationFacade.isUnique()
public Destination getIncomingDestination()
getIncomingDestination
in interface ServiceOperation
ServiceOperation.getIncomingDestination()
public Destination getOutgoingDestination()
getOutgoingDestination
in interface ServiceOperation
ServiceOperation.getOutgoingDestination()
public Collection<Role> getRoles()
getRoles
in interface ServiceOperation
ServiceOperation.getRoles()
public Service getService()
getService
in interface ServiceOperation
ServiceOperation.getService()
public boolean isIncomingMessageOperation()
isIncomingMessageOperation
in interface ServiceOperation
ServiceOperation.isIncomingMessageOperation()
public boolean isMessageOperation()
isMessageOperation
in interface ServiceOperation
ServiceOperation.isMessageOperation()
public boolean isOutgoingMessageOperation()
isOutgoingMessageOperation
in interface ServiceOperation
ServiceOperation.isOutgoingMessageOperation()
public void initialize()
initialize
in interface ModelElementFacade
initialize
in class MetafacadeBase
MetafacadeBase.initialize()
public Object getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
public String getValidationName()
getValidationName
in interface ModelElementFacade
getValidationName
in class MetafacadeBase
MetafacadeBase.getValidationName()
public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
validateInvariants
in interface ModelElementFacade
validateInvariants
in class MetafacadeBase
validationMessages
- CollectionMetafacadeBase.validateInvariants(Collection validationMessages)
public String toString()
toString
in class MetafacadeBase
Object.toString()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.