Uses of Class
org.jbpm.userprofile.OrganizationalEntity

Packages that use OrganizationalEntity
org.jbpm.userprofile   
 

Uses of OrganizationalEntity in org.jbpm.userprofile
 

Subclasses of OrganizationalEntity in org.jbpm.userprofile
 class Group
           
 class User
           
 

Methods in org.jbpm.userprofile that return types with arguments of type OrganizationalEntity
 List<OrganizationalEntity> DroolsTaskUserProfile.getMembersForGroup(Group group)
           
 

Methods in org.jbpm.userprofile with parameters of type OrganizationalEntity
 String DroolsTaskUserProfile.getDisplayName(OrganizationalEntity entity)
           
 String DroolsTaskUserProfile.getEmailForEntity(OrganizationalEntity entity)
           
 String DroolsTaskUserProfile.getLanguageForEntity(OrganizationalEntity entity)
           
 

Method parameters in org.jbpm.userprofile with type arguments of type OrganizationalEntity
 void Group.setMembers(List<OrganizationalEntity> members)
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.