org.ow2.bonita.facade.def.element
Interface RoleMapperDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RoleMapperDefinitionImpl

public interface RoleMapperDefinition
extends java.io.Serializable

RoleMapper definition within Participant element.


Method Summary
 java.lang.String getClassName()
          Java class name is called to retrieve users for a given role in the users database.
 java.util.Map<java.lang.String,java.lang.Object[]> getParameters()
          Possibility to give parameters to the role mapper.
Not supported.
 

Method Detail

getClassName

java.lang.String getClassName()
Java class name is called to retrieve users for a given role in the users database.

Returns:
The name of the class called by the role mapper.

getParameters

java.util.Map<java.lang.String,java.lang.Object[]> getParameters()
Possibility to give parameters to the role mapper.
Not supported.



Copyright © 2009 OW2 Consortium. All Rights Reserved.