Package pulse.tasks.processing
Class Result
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.tasks.processing.AbstractResult
-
- pulse.tasks.processing.Result
-
- All Implemented Interfaces:
Serializable
,Descriptive
public class Result extends AbstractResult
The individualResult
that is associated with aSearchTask
. TheIdentifier
of the task is stored as a field value.- See Also:
SearchTask
,Identifier
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Result(Result r)
Result(SearchTask task, ResultFormat format)
Creates an individualResult
related to the current state oftask
using the specifiedformat
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identifier
getTaskIdentifier()
-
Methods inherited from class pulse.tasks.processing.AbstractResult
addProperty, equals, filterProperties, filterProperties, getFormat, getProperties, getProperty, setFormat, toString
-
Methods inherited from class pulse.util.UpwardsNavigable
addHierarchyListener, describe, getHierarchyListeners, getParent, identify, initListeners, removeHierarchyListener, removeHierarchyListeners, setParent, specificAncestor, tellParent
-
-
-
-
Constructor Detail
-
Result
public Result(SearchTask task, ResultFormat format) throws IllegalArgumentException
Creates an individualResult
related to the current state oftask
using the specifiedformat
.- Parameters:
task
- aSearchTask
, the properties of which that conform toResultFormat
will form thisResult
format
- aResultFormat
- Throws:
IllegalArgumentException
- iftask
is null
-
Result
public Result(Result r)
-
-
Method Detail
-
getTaskIdentifier
public Identifier getTaskIdentifier()
-
-