| java.lang.Object edu.iu.uis.eden.edl.components.WorkflowDocumentState
WorkflowDocumentState | public class WorkflowDocumentState implements EDLModelComponent(Code) | | Generates document state based on the workflow document in session.
author: rkirkend author: ahamid |
ANNOTATABLE_ACTIONS | final public static String[] ANNOTATABLE_ACTIONS(Code) | | |
isAnnotatable | public static boolean isAnnotatable(List actions)(Code) | | Determines whether to display the annotation text box
Currently we will show the annotation box if ANY of the possible actions are
annotatable.
But what happens if we have an un-annotatable action?
Hey, why don't we just make all actions annotatable.
Parameters: actions - list of possible actions whether to show the annotation text box |
isEditable | public static boolean isEditable(List actions)(Code) | | |
listContainsItems | public static boolean listContainsItems(List list, Object[] items)(Code) | | |
|
|