| Package | Description |
|---|---|
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.rules | |
| org.kuali.rice.krad.rules.rule | |
| org.kuali.rice.krad.rules.rule.event |
| Modifier and Type | Method and Description |
|---|---|
List<AdHocRouteWorkgroup> |
DocumentBase.getAdHocRouteWorkgroups() |
List<AdHocRouteWorkgroup> |
Document.getAdHocRouteWorkgroups()
getter method to get the list of ad hoc route workgroups associated with a document at a point in time, this list is only
valid for a given users version of a document as this state is only persisted in workflow itself when someone takes an action
on a document
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentBase.setAdHocRouteWorkgroups(List<AdHocRouteWorkgroup> adHocRouteWorkgroups) |
void |
Document.setAdHocRouteWorkgroups(List<AdHocRouteWorkgroup> adHocRouteWorkgroups)
setter method to set the list of ad hoc route workgroups associated with a document at a point in time, this list is only
valid for a given users version of a document as this state is only persisted in workflow itself when someone takes an action
on a document
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentRuleBase.isAddHocRouteWorkgroupValid(Document document,
AdHocRouteWorkgroup workgroup)
Verifies that the adHocRouteWorkgroup's fields are valid - it does required and format checks.
|
boolean |
DocumentRuleBase.processAddAdHocRouteWorkgroup(Document document,
AdHocRouteWorkgroup adHocRouteWorkgroup) |
protected boolean |
DocumentRuleBase.processCustomAddAdHocRouteWorkgroupBusinessRules(Document document,
AdHocRouteWorkgroup workgroup)
This method should be overridden by children rule classes as a hook to implement document specific business rule
checks for
the "add ad hoc route workgroup" event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddAdHocRouteWorkgroupRule.processAddAdHocRouteWorkgroup(Document document,
AdHocRouteWorkgroup adHocRouteWorkgroup)
This method is responsible for housing business rules that need to be checked before a document adHocRouteWorkgroup is added
to a document.
|
| Modifier and Type | Method and Description |
|---|---|
AdHocRouteWorkgroup |
AddAdHocRouteWorkgroupEvent.getAdHocRouteWorkgroup()
This method retrieves the document adHocRouteWorkgroup associated with this event.
|
| Constructor and Description |
|---|
AddAdHocRouteWorkgroupEvent(Document document,
AdHocRouteWorkgroup adHocRouteWorkgroup)
Constructs an AddAdHocRouteWorkgroupEvent with the given document
|
AddAdHocRouteWorkgroupEvent(String errorPathPrefix,
Document document,
AdHocRouteWorkgroup adHocRouteWorkgroup)
Constructs an AddAdHocRouteWorkgroupEvent with the specified errorPathPrefix, document, and adHocRouteWorkgroup
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.