com.ibm.commerce.context.taskimpl
Interface TaskGroupAndTaskValidator
-
public interface TaskGroupAndTaskValidator
This interface represents a validator that will be called during thepreInvoke()
method of the request to ensure the task group and task associated with the request are still valid.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description boolean
isTaskGroupAndTaskValid(java.lang.String taskGroup, java.lang.String task)
This method returns whether the task group and task specified are still valid.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
isTaskGroupAndTaskValid
boolean isTaskGroupAndTaskValid(java.lang.String taskGroup, java.lang.String task)
This method returns whether the task group and task specified are still valid.- Parameters:
taskGroup
- The task group to check.task
- The task to check.- Returns:
- Whether the task group and task combination is still valid.
-
-