Modifier and Type | Interface and Description |
---|---|
interface |
EntityQueryOperation
Represents a persistent entity finder method.
|
interface |
FrontEndControllerOperation
Represents an operation modeled on a controller.
|
interface |
ServiceOperation
Reprsents an operation of a service.
|
Modifier and Type | Method and Description |
---|---|
OperationFacade |
ParameterFacade.getOperation()
If this parameter is located on an operation, this will represent that operation.
|
OperationFacade |
CallEventFacade.getOperation()
The operation called by this event.
|
OperationFacade |
CallActionFacade.getOperation()
The operation called by this action.
|
OperationFacade |
OperationFacade.getOverriddenOperation()
The operation this operation overrides, null if this operation is not overriding.
|
Modifier and Type | Method and Description |
---|---|
Collection<OperationFacade> |
Entity.getBusinessOperations()
All business operations of the entity, these include any operations that aren't queries.
|
List<OperationFacade> |
FrontEndActionState.getControllerCalls()
All calls deferred to the controller by this action state.
|
Collection<OperationFacade> |
ClassifierFacade.getImplementationOperations()
Returns all those operations that could be implemented at this classifier's level.
|
List<OperationFacade> |
ClassifierFacade.getInstanceOperations()
Those operations that are scoped to an instance of this class.
|
List<OperationFacade> |
ClassifierFacade.getOperations()
The operations owned by this classifier.
|
Collection<OperationFacade> |
CallEventFacade.getOperations()
The operations of this call event facade.
|
Collection<OperationFacade> |
Entity.getQueryOperations(boolean follow)
Gets all query operations for an entity.
|
List<OperationFacade> |
FrontEndActionState.getServiceCalls()
All calls deferred to the services by this action state.
|
List<OperationFacade> |
ClassifierFacade.getStaticOperations()
Those operations that are scoped to the definition of this class.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.