Uses of Class
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task.AssignTaskType

Packages that use AssignTaskType
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task   
 

Uses of AssignTaskType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job that return types with arguments of type AssignTaskType
 List<AssignTaskType> JobType.getChainExecutionAssignments()
           
 List<AssignTaskType> JobType.getInitAssignments()
          Returns the list of initialization assignments for this job
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job with parameters of type AssignTaskType
 void JobType.addChainExecutionAssignment(AssignTaskType assignment)
           
 void JobType.addInitAssignment(AssignTaskType initAssignment)
          Adds an initialization assignment in the list of this job instance's initialization list
 

Method parameters in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job with type arguments of type AssignTaskType
 void JobType.setChainExecutionAssignments(List<AssignTaskType> assignments)
           
 void JobType.setInitAssignments(List<AssignTaskType> initAssignments)
          Sets the list of initialization assignments for this job type instance
 

Uses of AssignTaskType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task that return AssignTaskType
 AssignTaskType AssignTaskType.newInstance(String name)
           
 



Copyright © 2013. All Rights Reserved.