This class is the container for a Workflow record. The record itself
contains information about the job or jobs that ran.
author: Jens-S. Vöckler author: Mike Wilde version: $Revision: 50 $
Constructor Summary
public
WorkEntry(long id) Constructs another empty class.
Constructs another empty class.
Parameters: id - is the workflow primary key Parameters: basedir - is the base directory Parameters: vogroup - is the VO group identifier Parameters: label - is the workflow label Parameters: run - is the workflow run directory
Accessor: Obtains an job by the job id.
Parameters: id - is the job identifier in the workflow. a reference to the job of this name. See Also:JobStateEntry
Accessor: Obtains all jobs references by their id. The map is a
read-only map to avoid modifications outside the API.
a map with all jobs known to this workflow See Also:JobStateEntry
Accessor: Replaces all jobs with the new collection of jobs. Note
that a collection can be anything in a list or set.
Parameters: jobs - is a collection of jobs. See Also:JobStateEntry