Uses of Class
org.jboss.seam.annotations.Unwrap

Packages that use Unwrap
org.jboss.seam.bpm A set of Seam components for business process management via jBPM, including control of process and task instances, rendering of task lists, and integration with jBPM. 
org.jboss.seam.core A set of Seam components that implement Seam. 
org.jboss.seam.drools Seam components for integrating Drools. 
org.jboss.seam.faces A set of Seam components for working with JSF. 
org.jboss.seam.framework A framework for data access in Seam. 
org.jboss.seam.international Seam components for internationalition of JSF applications. 
org.jboss.seam.jms Seam components for sending JMS messages. 
org.jboss.seam.mail Seam components for sending email. 
org.jboss.seam.persistence Seam components for working with JPA or Hibernate3. 
org.jboss.seam.transaction Abstracts all possible transaction management APIs behind a JTA-compatible interface. 
org.jboss.seam.web Seam components for use in a servlet environment. 
 

Uses of Unwrap in org.jboss.seam.bpm
 

Methods in org.jboss.seam.bpm with annotations of type Unwrap
 org.jbpm.JbpmContext ManagedJbpmContext.getJbpmContext()
           
 List<org.jbpm.taskmgmt.exe.TaskInstance> PooledTaskInstanceList.getPooledTaskInstanceList()
           
 org.jbpm.graph.exe.ProcessInstance ProcessInstance.getProcessInstance()
           
 org.jbpm.taskmgmt.exe.TaskInstance TaskInstance.getTaskInstance()
           
 List<org.jbpm.taskmgmt.exe.TaskInstance> TaskInstancePriorityList.getTaskInstanceList()
           
 Map<String,List<org.jbpm.taskmgmt.exe.TaskInstance>> TaskInstanceListForType.getTaskInstanceList()
           
 List<org.jbpm.taskmgmt.exe.TaskInstance> TaskInstanceList.getTaskInstanceList()
           
 

Uses of Unwrap in org.jboss.seam.core
 

Methods in org.jboss.seam.core with annotations of type Unwrap
 Locale Locale.getLocale()
           
 ResourceBundle ResourceBundle.getResourceBundle()
           
 

Uses of Unwrap in org.jboss.seam.drools
 

Methods in org.jboss.seam.drools with annotations of type Unwrap
 org.drools.RuleBase RuleBase.getRuleBase()
           
 org.drools.RuleBase RuleAgent.getRuleBase()
           
 org.drools.StatefulSession ManagedWorkingMemory.getStatefulSession()
           
 

Uses of Unwrap in org.jboss.seam.faces
 

Methods in org.jboss.seam.faces with annotations of type Unwrap
 javax.faces.context.FacesContext FacesContext.getContext()
           
 Principal UserPrincipal.getUserPrincipal()
           
 Map<String,javax.faces.component.UIComponent> UiComponent.getViewComponents()
           
 

Uses of Unwrap in org.jboss.seam.framework
 

Methods in org.jboss.seam.framework with annotations of type Unwrap
 Date CurrentDate.getCurrentDate()
           
 Date CurrentDatetime.getCurrentDatetime()
           
 Date CurrentTime.getCurrentTime()
           
 

Uses of Unwrap in org.jboss.seam.international
 

Methods in org.jboss.seam.international with annotations of type Unwrap
 Locale Locale.getLocale()
           
 TimeZone TimeZone.getTimeZone()
           
 

Uses of Unwrap in org.jboss.seam.jms
 

Methods in org.jboss.seam.jms with annotations of type Unwrap
 javax.jms.QueueConnection QueueConnection.getQueueConnection()
           
 javax.jms.QueueSender ManagedQueueSender.getQueueSender()
           
 javax.jms.QueueSession QueueSession.getQueueSession()
           
 javax.jms.TopicConnection TopicConnection.getTopicConnection()
           
 javax.jms.TopicPublisher ManagedTopicPublisher.getTopicPublisher()
           
 javax.jms.TopicSession TopicSession.getTopicSession()
           
 

Uses of Unwrap in org.jboss.seam.mail
 

Methods in org.jboss.seam.mail with annotations of type Unwrap
 javax.mail.Session MailSession.getSession()
           
 

Uses of Unwrap in org.jboss.seam.persistence
 

Methods in org.jboss.seam.persistence with annotations of type Unwrap
 javax.persistence.EntityManager ManagedPersistenceContext.getEntityManager()
           
 javax.persistence.EntityManagerFactory EntityManagerFactory.getEntityManagerFactory()
           
 org.hibernate.Session ManagedHibernateSession.getSession()
           
 org.hibernate.SessionFactory HibernateSessionFactory.getSessionFactory()
           
 

Uses of Unwrap in org.jboss.seam.transaction
 

Methods in org.jboss.seam.transaction with annotations of type Unwrap
 UserTransaction Transaction.getTransaction()
           
 

Uses of Unwrap in org.jboss.seam.web
 

Methods in org.jboss.seam.web with annotations of type Unwrap
 Locale Locale.getLocale()
           
 Map<String,Boolean> IsUserInRole.getMap()
           
 Principal UserPrincipal.getUserPrincipal()