Uses of Class
pt.digitalis.dif.dem.annotations.metaannotations.Primary

Packages that use Primary
pt.digitalis.dif.dem.annotations   
pt.digitalis.dif.dem.annotations.entities   
pt.digitalis.dif.dem.annotations.parameter   
pt.digitalis.dif.dem.annotations.stage   
 

Uses of Primary in pt.digitalis.dif.dem.annotations
 

Classes in pt.digitalis.dif.dem.annotations with annotations of type Primary
 interface Application
          This annotation is used to inject an application on a stage.
 interface Provider
          This annotation is used to inject a provider on a metamodel stage.
 interface ProviderList
          This annotation is used to inject a list with all Providers on a Stage and should be used on a attribute.
 interface Service
          This annotation is used to inject a service on a stage.
 

Uses of Primary in pt.digitalis.dif.dem.annotations.entities
 

Classes in pt.digitalis.dif.dem.annotations.entities with annotations of type Primary
 interface ApplicationDefinition
          This annotation defines an Application class.
 interface ProviderDefinition
          This annotation defines a Provider class.
 interface ServiceDefinition
          This annotation defines a Service.
 interface StageDefinition
          This annotations defines a Stage class.
 interface ValidatorDefinition
          This annotation defines a parameter Validator.
 

Uses of Primary in pt.digitalis.dif.dem.annotations.parameter
 

Classes in pt.digitalis.dif.dem.annotations.parameter with annotations of type Primary
 interface CustomParameters
          Declares a method that can add/remove or change the stage's declared parameters, before their processing takes place.
 interface InjectParameter
          This annotation injects an existing metamodel element parameter.
 interface InjectParameterErrors
          This annotation injects a compiled parameter error report into an attribute for later parsing by the business stage implementation.
 interface InjectParameters
          This annotation injects a parameter utility object for accessing the context parameters of the stage.
 interface Parameter
          This annotation defines a meta-model element parameter.
 

Uses of Primary in pt.digitalis.dif.dem.annotations.stage
 

Classes in pt.digitalis.dif.dem.annotations.stage with annotations of type Primary
 interface Context
          This annotation is used to inject the execution context on a stage.
 interface ErrorStage
          This annotation defines a stage for execution if an exception is thrown.
 interface ErrorView
          This annotation defines a view for execution if an exception is thrown.
 interface ExceptionHandler
          This annotation defines a stage for execution if an exception is thrown.
 interface Execute
          This annotation marks a method as the stage's execution method.
 interface Finalize
          This annotation marks a method as the stage's finalization method.
 interface Init
          This annotation marks a method as the stage's initialization method.
 interface InjectMessages
          This annotation is used to inject the messages on a stage.
 interface Stage
          This annotation is used to inject a redirection stage on a stage.
 interface View
          This annotation injects a view on a stage.
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.