org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData
Class ExecutionTypeUIElement

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
      extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
          extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionTypeUIElement
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
ParallelExecutionUIElement, SequentialExecutionUIElement

public class ExecutionTypeUIElement
extends ExecutionEntityUIElement
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Spyros Boutsis, NKUA

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
ExecutionEntityUIElement.UIExecutionState
 
Field Summary
 
Fields inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
bIsGoalFulfilled, execLog, execState, parentUID
 
Constructor Summary
ExecutionTypeUIElement()
          Class constructor
 
Method Summary
 void addTask(ExecutionEntityUIElement task)
          Adds a task to this ExecutionTypeUIElement
 List<ExecutionEntityUIElement> getTasks()
          Returns the list of ExecutionEntityUIElements contained in this ExecutionTypeUIElement
 
Methods inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
getExecutionLog, getExecutionState, getParentUID, isFulfilled, setExecutionState, setIsFulfilled, setParentUID
 
Methods inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
equals, getDescription, getName, getUID, hashCode, setDescription, setName, setUID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionTypeUIElement

public ExecutionTypeUIElement()
Class constructor

Method Detail

addTask

public void addTask(ExecutionEntityUIElement task)
Adds a task to this ExecutionTypeUIElement

Parameters:
task - the task to add

getTasks

public List<ExecutionEntityUIElement> getTasks()
Returns the list of ExecutionEntityUIElements contained in this ExecutionTypeUIElement

Returns:
the list of execution entities contained in this object


Copyright © 2013. All Rights Reserved.