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

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

public interface MultiInstantiationDefinition
extends java.io.Serializable

Multi-instantiation definition within Activity element.


Method Summary
 java.lang.String getClassName()
          Java class name is called to retrieve the multiInstantiatorClass descriptor
 java.lang.String getDescription()
           
 java.util.Map<java.lang.String,java.lang.Object[]> getParameters()
          Possibility to give parameters to the multiInstantiatorClass.
Not supported.
 java.lang.String getVariableId()
          Name of the variable which will be assigned a different value (to make a distinction between instances)
 

Method Detail

getClassName

java.lang.String getClassName()
Java class name is called to retrieve the multiInstantiatorClass descriptor

Returns:
The name of the class used for the multi instantiation.

getParameters

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


getVariableId

java.lang.String getVariableId()
Name of the variable which will be assigned a different value (to make a distinction between instances)


getDescription

java.lang.String getDescription()


Copyright © 2009 OW2 Consortium. All Rights Reserved.