edu.iu.uis.eden.plugin.attributes |
|
Java Source File Name | Type | Comment |
CustomActionListAttribute.java | Interface | An attribute which allows for the Action List to be customized to provide
Mass Actions and an internal frame for displaying a summary view of the
document on each row in the Action List. |
CustomEmailAttribute.java | Interface | Application areas can implement this interface to generate custom email content. |
LookupableService.java | Interface | A service for locating WorkflowLookupables. |
MassRuleAttribute.java | Interface | An attribute which can be used to filter a List of rules prior to evaluation
by the rules engine. |
OddSearchAttribute.java | Interface | An interface which can be implemented by a
WorkflowAttribute implementation which allows
a different List of
Row objects to be returned for rendering on the rule lookup screen. |
RoleAttribute.java | Interface | A special type of attribute that is used exclusively for resolving abstract roles
to concrete responsibilities (users and groups). |
WorkflowAttribute.java | Interface | Interface which abstracts a piece of information ("attribute") associated with
a Workflow document, which can be used to make routing decisions when combined
with Rules.
WorkflowAttribute lifecycle:
Definition via XML
- Attribute definition is defined in XML (...
|
WorkflowAttributeXmlValidator.java | Interface | An interface which can be implemented by a
WorkflowAttribute to allow for
validation of client routing data. |
WorkflowLookupable.java | Interface | Interface for all lookupables to implement. |