palio.modules.hetman.objects
Class TransitionsGroupForm

java.lang.Object
  extended by palio.modules.hetman.objects.HetmanObject
      extended by palio.modules.hetman.objects.TransitionsGroupForm

public class TransitionsGroupForm
extends HetmanObject


Constructor Summary
TransitionsGroupForm(Process process, TransitionsGroup group, java.lang.String palioObjectCode)
           
 
Method Summary
 void execute(java.lang.Object instanceId)
           
 java.util.LinkedList<Transition> getTransitions()
           
 
Methods inherited from class palio.modules.hetman.objects.HetmanObject
getPalioObjectCode, getProcess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionsGroupForm

public TransitionsGroupForm(Process process,
                            TransitionsGroup group,
                            java.lang.String palioObjectCode)
Method Detail

execute

public void execute(java.lang.Object instanceId)
             throws palio.PalioException,
                    HetmanException
Throws:
palio.PalioException
HetmanException

getTransitions

public java.util.LinkedList<Transition> getTransitions()