|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.TaskOutputFilter
com.platform.symphony.soam.TaskIdFilter
public class TaskIdFilter
A task output filter that is defined by a set of task IDs.
TaskOutputFilter
Constructor Summary | |
---|---|
TaskIdFilter()
Constructs a TaskIdFilter object. |
Method Summary | |
---|---|
boolean |
addId(java.lang.String id)
Adds the specified task ID to the filter. |
void |
enableValidation(boolean shouldEnable)
Enables or disables filter validation. |
boolean |
isSatisfied()
Tests whether the filter has been satisfied. |
boolean |
removeId(java.lang.String id)
Removes the specified task ID from the filter. |
void |
reset()
Resets the filter criteria. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskIdFilter()
Method Detail |
---|
public boolean addId(java.lang.String id) throws SoamException
id
- The task ID of the task to add to the filter.
SoamException
public boolean removeId(java.lang.String id) throws SoamException
id
- The task ID of the task to remove from the filter.
SoamException
public void reset() throws SoamException
reset
in class TaskOutputFilter
SoamException
public boolean isSatisfied() throws SoamException
isSatisfied
in class TaskOutputFilter
SoamException
public void enableValidation(boolean shouldEnable) throws SoamException
Session.fetchTaskOutput()
call is made. This check will not
take into account whether concurrent filter requests invalidate
one another. Note that there may be some performance degradation for
filter validation.
enableValidation
in class TaskOutputFilter
shouldEnable
- Flag indicating whether to enable filter validation or not.
SoamException
|
Version 5.0 Date Modified: -DREL_DATE=Nov 11 2009 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |