Class ProcessResult
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<ContentResult>
,Collection<ContentResult>
,List<ContentResult>
,RandomAccess
,SequencedCollection<ContentResult>
The Class ProcessResult.
Created: 2008. 06. 09 PM 4:13:40
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addContentResult
(ContentResult contentResult) Adds the content result.describe()
getActionResult
(String actionId) Returns the result of the action as anActionResult
.getContentResult
(String name) getContentResult
(String name, boolean explicit) getName()
getResultValue
(String actionId) Returns the result value of the action as anObject
.boolean
void
setExplicit
(boolean explicit) void
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
ProcessResult
public ProcessResult() -
ProcessResult
public ProcessResult(int initialCapacity)
-
-
Method Details
-
getName
-
setName
-
isExplicit
public boolean isExplicit() -
setExplicit
public void setExplicit(boolean explicit) -
addContentResult
Adds the content result.- Parameters:
contentResult
- the content result
-
getContentResult
-
getContentResult
-
lastContentResult
-
getActionResult
Returns the result of the action as anActionResult
.- Parameters:
actionId
- the action id- Returns:
- the result of the action
-
getResultValue
Returns the result value of the action as anObject
.- Parameters:
actionId
- the action id- Returns:
- the result value of the action
-
describe
-