org.infoglue.cms.util.workflow
Interface StepFilter

All Known Implementing Classes:
OwnerStepFilter

public interface StepFilter

Provides a mechanism for filtering steps in a workflow based on the owner of the step and the current user

Version:
$Revision: 1.3 $ $Date: 2005/01/07 14:15:14 $
Author:
Jed Prentice

Method Summary
 boolean isAllowed(WorkflowStepVO step)
          Indicates whether the given step is allowed by the filter
 

Method Detail

isAllowed

boolean isAllowed(WorkflowStepVO step)
Indicates whether the given step is allowed by the filter

Parameters:
step - a workflow step
Returns:
true if the step is allowed, otherwise returns false


Copyright © 2005 InfoGlue.org All Rights Reserved.