Package | Description |
---|---|
org.kuali.rice.kns.web.struts.form |
Copyright 2005-2014 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
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 |
---|---|
AdHocRouteWorkgroup |
KualiDocumentFormBase.getAdHocRouteWorkgroup(int index)
Deprecated.
Special getter based on index to work with multi rows for ad hoc routing to workgroups struts page
|
AdHocRouteWorkgroup |
KualiDocumentFormBase.getNewAdHocRouteWorkgroup()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<AdHocRouteWorkgroup> |
KualiDocumentFormBase.getAdHocRouteWorkgroups()
Deprecated.
get the ad hoc routing workgroup requests
|
Modifier and Type | Method and Description |
---|---|
void |
KualiDocumentFormBase.setNewAdHocRouteWorkgroup(AdHocRouteWorkgroup newAdHocRouteWorkgroup)
Deprecated.
set the new ad hoc route workgroup object
|
Modifier and Type | Method and Description |
---|---|
void |
KualiDocumentFormBase.setAdHocRouteWorkgroups(List<AdHocRouteWorkgroup> adHocRouteWorkgroups)
Deprecated.
set the ad hoc routing workgroup requests
|
Modifier and Type | Field and Description |
---|---|
protected List<AdHocRouteWorkgroup> |
DocumentBase.adHocRouteWorkgroups |
Modifier and Type | Method and Description |
---|---|
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
|
List<AdHocRouteWorkgroup> |
DocumentBase.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 |
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
|
void |
DocumentBase.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–2014 The Kuali Foundation. All rights reserved.