Uses of Package
org.kuali.rice.kew.rule

Packages that use org.kuali.rice.kew.rule
edu.sampleu.travel.workflow   
org.kuali.rice.ken.kew   
org.kuali.rice.kew.actionrequest   
org.kuali.rice.kew.document   
org.kuali.rice.kew.engine.node   
org.kuali.rice.kew.export   
org.kuali.rice.kew.role   
org.kuali.rice.kew.routemodule   
org.kuali.rice.kew.rule   
org.kuali.rice.kew.rule.bo   
org.kuali.rice.kew.rule.dao   
org.kuali.rice.kew.rule.dao.impl   
org.kuali.rice.kew.rule.service   
org.kuali.rice.kew.rule.service.impl   
org.kuali.rice.kew.rule.web   
org.kuali.rice.kew.rule.xmlrouting   
org.kuali.rice.kew.service   
org.kuali.rice.kew.user   
org.kuali.rice.kew.validation   
org.kuali.rice.kew.xml   
org.kuali.rice.kew.xml.export   
org.kuali.rice.kns.workflow.attribute   
 

Classes in org.kuali.rice.kew.rule used by edu.sampleu.travel.workflow
AbstractRoleAttribute
          Abstract base class for RoleAttributes.
AbstractWorkflowAttribute
          Abstract base class for WorkflowRuleAttributes.
GenericRoleAttribute
          Generic base class that implements common functionality to simplify implementing a RoleAttribute.
GenericWorkflowAttribute
          Generic base class that implements common functionality to simplify implementing a WorkflowAttribute.
QualifiedRoleName
          Helper class that encapsulates a qualified rolename, and can encode and decode to String representation.
ResolvedQualifiedRole
          The resolution of a qualified role (role name + data) to a List of recipient Ids.
RoleAttribute
          A special type of attribute that is used exclusively for resolving abstract roles to concrete responsibilities (users and groups).
WorkflowRuleAttribute
          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.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.ken.kew
AbstractWorkflowAttribute
          Abstract base class for WorkflowRuleAttributes.
GenericRoleAttribute
          Generic base class that implements common functionality to simplify implementing a RoleAttribute.
GenericWorkflowAttribute
          Generic base class that implements common functionality to simplify implementing a WorkflowAttribute.
QualifiedRoleName
          Helper class that encapsulates a qualified rolename, and can encode and decode to String representation.
RoleAttribute
          A special type of attribute that is used exclusively for resolving abstract roles to concrete responsibilities (users and groups).
WorkflowRuleAttribute
          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.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.actionrequest
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.document
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.engine.node
RuleExpressionResult
          Result of a RuleExpression evaluation
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.export
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.role
XmlConfiguredAttribute
          Represents an attribute which is configured via XML.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.routemodule
FlexRM
          Generates Action Requests for a Document using the rule system and the specified RuleTemplateBo.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule
AbstractIdRoleAttribute
          A generic Role Attribute superclass that can be used to route to an ID.
AbstractRoleAttribute
          Abstract base class for RoleAttributes.
AbstractWorkflowAttribute
          Abstract base class for WorkflowRuleAttributes.
AccumulatingBSFRuleExpression
          An extension of BSFRuleExpression that makes it easier to accumulate a list of responsibilities to emit.
BSFRuleExpression
          A rule expression implementation that uses Bean Scripting Framework.
GenericAttributeContent
          Helper class that can parse and generate generic attribute content from Map values.
GenericWorkflowAttribute
          Generic base class that implements common functionality to simplify implementing a WorkflowAttribute.
GroupRuleResponsibility
          Represents a rule responsibility which points to a group.
NamedRuleSelector
          Rule selector that select a rule based on configured rule name
PersonRuleResponsibility
          Represents a rule responsibility which points to a person.
QualifiedRoleName
          Helper class that encapsulates a qualified rolename, and can encode and decode to String representation.
ResolvedQualifiedRole
          The resolution of a qualified role (role name + data) to a List of recipient Ids.
RoleAttribute
          A special type of attribute that is used exclusively for resolving abstract roles to concrete responsibilities (users and groups).
RoleRuleResponsibility
          Represents a rule responsibility which points to a role.
Rule
          A Rule wraps a rule definition (RuleBaseValues) and exposes it as a RuleExpression.
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
RuleExpression
          A rule is an entity that can be evaluated at runtime to generate a list of RuleResponsibilityBos to which to dispatch action requests.
RuleExpressionDef
          BO for rule expressions
RuleExpressionResult
          Result of a RuleExpression evaluation
RuleExtensionBo
          An extension of a RuleBaseValues.
RuleExtensionValue
          The value of an extension to a rule.
RuleResponsibilityBo
          A model bean representing the responsibility of a user, workgroup, or role to perform some action on a document.
RuleRoutingAttribute
          A WorkflowRuleAttribute which is used to route a rule based on the DocumentType of the rule which is created.
RuleSelector
          RuleSelector is responsible for selecting the rules to be evaluated for a given rule-based requests node.
UnqualifiedRoleAttribute
          A simple base RoleAttribute implementation for roles that do not need to be qualified prior to resolution.
WorkflowRuleAttribute
          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.
WorkflowRuleAttributeMediator
          Handles communication between WorkflowRuleAttributeHandlerService endpoints in order to invoke WorkflowRuleAttribute code which might be hosted from various applications.
WorkflowRuleAttributeRows
          This class wraps a WorkflowRuleAttributeFields object and provides a KNS-compatible view to the data contained therein.
XmlConfiguredAttribute
          Represents an attribute which is configured via XML.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule.bo
RuleExtensionBo
          An extension of a RuleBaseValues.
RuleTemplateOptionBo
          Defines default values and other preset information for a RuleBaseValues which is based off of the associated RuleTemplateBo.
RuleValidationAttribute
          A simple interface for handling validation of rules.
WorkflowRuleAttribute
          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.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule.dao
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
RuleResponsibilityBo
          A model bean representing the responsibility of a user, workgroup, or role to perform some action on a document.
RuleTemplateOptionBo
          Defines default values and other preset information for a RuleBaseValues which is based off of the associated RuleTemplateBo.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule.dao.impl
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
RuleResponsibilityBo
          A model bean representing the responsibility of a user, workgroup, or role to perform some action on a document.
RuleTemplateOptionBo
          Defines default values and other preset information for a RuleBaseValues which is based off of the associated RuleTemplateBo.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule.service
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
RuleResponsibilityBo
          A model bean representing the responsibility of a user, workgroup, or role to perform some action on a document.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule.service.impl
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
RuleResponsibilityBo
          A model bean representing the responsibility of a user, workgroup, or role to perform some action on a document.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule.web
KeyValueId
          Used by the WebRuleBaseValues to hold key-value-id data for Fields.
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
RuleResponsibilityBo
          A model bean representing the responsibility of a user, workgroup, or role to perform some action on a document.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.rule.xmlrouting
WorkflowAttributeXmlValidator
          An interface which can be implemented by a WorkflowRuleAttribute to allow for validation of client routing data.
WorkflowRuleAttribute
          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.
XmlConfiguredAttribute
          Represents an attribute which is configured via XML.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.service
WorkflowRuleAttributeMediator
          Handles communication between WorkflowRuleAttributeHandlerService endpoints in order to invoke WorkflowRuleAttribute code which might be hosted from various applications.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.user
ResolvedQualifiedRole
          The resolution of a qualified role (role name + data) to a List of recipient Ids.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.validation
RuleValidationAttribute
          A simple interface for handling validation of rules.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.xml
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
RuleDelegationBo
          A model bean representing the delegation of a rule from a responsibility to another rule.
RuleResponsibilityBo
          A model bean representing the responsibility of a user, workgroup, or role to perform some action on a document.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kew.xml.export
RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
 

Classes in org.kuali.rice.kew.rule used by org.kuali.rice.kns.workflow.attribute
WorkflowAttributeXmlValidator
          An interface which can be implemented by a WorkflowRuleAttribute to allow for validation of client routing data.
WorkflowRuleAttribute
          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.
XmlConfiguredAttribute
          Represents an attribute which is configured via XML.
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.