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

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.JobUIElement
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class JobUIElement
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
JobUIElement()
          Class constructor
 
Method Summary
 List<AssignUIElement> getInitAssignments()
           
 String getJobExtends()
           
 String getJobTypeName()
           
 ExecutionEntityUIElement getTaskTree()
          Returns the task tree to execute
 Boolean requiresUserInput()
           
 void setInitAssignments(List<AssignUIElement> initAssignments)
           
 void setJobExtends(String jobExtends)
           
 void setJobTypeName(String jobTypeName)
           
 void setRequiresUserInput(Boolean requiresUserInput)
           
 void setTaskTree(ExecutionEntityUIElement taskTree)
          Sets the task tree to execute
 
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

JobUIElement

public JobUIElement()
Class constructor

Method Detail

setTaskTree

public void setTaskTree(ExecutionEntityUIElement taskTree)
Sets the task tree to execute

Parameters:
taskTree - the task tree to execute

getTaskTree

public ExecutionEntityUIElement getTaskTree()
Returns the task tree to execute

Returns:
the task tree to execute

setInitAssignments

public void setInitAssignments(List<AssignUIElement> initAssignments)

getInitAssignments

public List<AssignUIElement> getInitAssignments()

setJobTypeName

public void setJobTypeName(String jobTypeName)

getJobTypeName

public String getJobTypeName()

setJobExtends

public void setJobExtends(String jobExtends)

getJobExtends

public String getJobExtends()

requiresUserInput

public Boolean requiresUserInput()

setRequiresUserInput

public void setRequiresUserInput(Boolean requiresUserInput)


Copyright © 2013. All Rights Reserved.