Skip navigation links
A B C D E F G I K L M N O P R S T U V W 

A

ACTION_LIST_CUSTOMIZATION_HANDLER_SERVICE - Static variable in class org.kuali.rice.kew.framework.KewFrameworkServiceLocator
 
ACTION_LIST_CUSTOMIZATION_MEDIATOR - Static variable in class org.kuali.rice.kew.framework.KewFrameworkServiceLocator
 
ACTION_TAKEN - Static variable in interface org.kuali.rice.kew.framework.postprocessor.IDocumentEvent
 
ActionListCustomizationHandlerService - Interface in org.kuali.rice.kew.framework.actionlist
A remotable service which handles processing of a client application's custom processing of action list attributes.
ActionListCustomizationMediator - Interface in org.kuali.rice.kew.framework.actionlist
A remotable service which handles processing of a client application's custom processing of action list attributes.
ActionTakenEvent - Class in org.kuali.rice.kew.framework.postprocessor
Event sent to the postprocessor when an action has been taken
ActionTakenEvent(String, String, ActionTaken) - Constructor for class org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent
 
actionType - Variable in class org.kuali.rice.kew.framework.document.security.AuthorizableAction
The document ActionType if application (CheckType.ACTION)
AFTER_PROCESS - Static variable in interface org.kuali.rice.kew.framework.postprocessor.IDocumentEvent
 
afterActionTaken(ActionType, ActionTakenEvent) - Method in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Executed after an action is taken against the document.
afterActionTaken(ActionType, ActionTakenEvent) - Method in class org.kuali.rice.kew.postprocessor.DefaultPostProcessor
 
afterProcess(AfterProcessEvent) - Method in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Executed after processing by the workflow engine has completed.
afterProcess(AfterProcessEvent) - Method in class org.kuali.rice.kew.postprocessor.DefaultPostProcessor
 
AfterProcessEvent - Class in org.kuali.rice.kew.framework.postprocessor
Event sent to the postprocessor when the processor is ended
AfterProcessEvent(String, String, String, boolean) - Constructor for class org.kuali.rice.kew.framework.postprocessor.AfterProcessEvent
 
AttributeFields - Class in org.kuali.rice.kew.framework.document.search
An immutable data transfer object used to hold a list of RemotableAttributeField objects and the name of the SearchableAttribute from which the fields are derived.
AuthorizableAction - Class in org.kuali.rice.kew.framework.document.security
Encapsulates the type of authorization check the DocumentTypeAuthorizer is making.
AuthorizableAction(ActionType) - Constructor for class org.kuali.rice.kew.framework.document.security.AuthorizableAction
Construct AuthorizableAction for a document action
AuthorizableAction(AuthorizableAction.CheckType) - Constructor for class org.kuali.rice.kew.framework.document.security.AuthorizableAction
Construct AuthorizableAction for non-action CheckType
AuthorizableAction(AuthorizableAction.CheckType, ActionType) - Constructor for class org.kuali.rice.kew.framework.document.security.AuthorizableAction
 
AuthorizableAction.CheckType - Enum in org.kuali.rice.kew.framework.document.security
The authorization check type: either a document action, initiation, or super user approve action request check
Authorization - Class in org.kuali.rice.kew.framework.document.security
Authorization response for document routing authorization checks
Authorization(boolean) - Constructor for class org.kuali.rice.kew.framework.document.security.Authorization
Short-hand constructor for authorization without a reason
Authorization(boolean, String) - Constructor for class org.kuali.rice.kew.framework.document.security.Authorization
Construct authorization response with a reason

B

BEFORE_PROCESS - Static variable in interface org.kuali.rice.kew.framework.postprocessor.IDocumentEvent
 
beforeProcess(BeforeProcessEvent) - Method in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Executed prior to processing by the workflow engine.
beforeProcess(BeforeProcessEvent) - Method in class org.kuali.rice.kew.postprocessor.DefaultPostProcessor
 
BeforeProcessEvent - Class in org.kuali.rice.kew.framework.postprocessor
Event sent to the postprocessor when the processor is started
BeforeProcessEvent(String, String, String) - Constructor for class org.kuali.rice.kew.framework.postprocessor.BeforeProcessEvent
 
build() - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfiguration.Builder
 
build() - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfiguration.Builder
 
build() - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultValue.Builder
 
build() - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues.Builder
 

C

create(String, List<RemotableAttributeField>) - Static method in class org.kuali.rice.kew.framework.document.search.AttributeFields
Construct a new instance of AttributeFields with the given attribute name and list of remotable attribute fields.
create() - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfiguration.Builder
Creates new empty builder instance.
create(DocumentSearchCriteriaConfigurationContract) - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfiguration.Builder
Creates a new builder instance initialized with copies of the properties from the given contract.
create() - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfiguration.Builder
Creates new empty builder instance.
create(DocumentSearchResultSetConfigurationContract) - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfiguration.Builder
Creates a new builder instance initialized with copies of the properties from the given contract.
create(String) - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultValue.Builder
Creates a new builder instance initialized with the given document id.
create(DocumentSearchResultValueContract) - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultValue.Builder
Creates a new builder instance initialized with copies of the properties from the given contract.
create() - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues.Builder
Creates new empty builder instance.
create(DocumentSearchResultValuesContract) - Static method in class org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues.Builder
Creates a new builder instance initialized with copies of the properties from the given contract.
create(List<String>, List<Document>) - Static method in class org.kuali.rice.kew.framework.document.security.DocumentSecurityDirective
Creates a new security directive from the given list of document secruity attribute names and documents.
create(List<RemotableAttributeError>, List<RemotableAttributeField>, Map<String, String>) - Static method in class org.kuali.rice.kew.framework.rule.attribute.WorkflowRuleAttributeFields
Construct a new instance of WorkflowRuleAttributeFields with the given validation errors, fields, and rule extension values.
customizeActionList(String, List<ActionItem>) - Method in interface org.kuali.rice.kew.framework.actionlist.ActionListCustomizationHandlerService
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
customizeClearCriteria(DocumentSearchCriteria, String) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizationHandlerService
Executes custom criteria clearing against the given criteria using the DocumentSearchCustomizer with the given customizer name.
customizeClearCriteria(DocumentSearchCriteria) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
Performs a customized "clear" of the given document search criteria.
customizeClearCriteria(DocumentSearchCriteria) - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizerBase
Always returns a null reference which instructs the document search framework that custom criteria clearing was not performed.
customizeCriteria(DocumentSearchCriteria, String) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizationHandlerService
Executes criteria customization against the given criteria using the DocumentSearchCustomizer with the given customizer name.
customizeCriteria(DocumentSearchCriteria) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
Performs customization on the given document search criteria.
customizeCriteria(DocumentSearchCriteria) - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizerBase
Always returns a null reference which instructs the document search framework that the criteria was not customized.
customizeResults(DocumentSearchCriteria, List<DocumentSearchResult>, String) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizationHandlerService
Executes customization of document search results using the DocumentSearchCustomizer with the given customizer name.
customizeResults(DocumentSearchCriteria, List<DocumentSearchResult>) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
Performs customization of the given list of document search results.
customizeResults(DocumentSearchCriteria, List<DocumentSearchResult>) - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizerBase
Always returns a null reference which instructs the document search framework that the customization of results was not performed.
customizeResultSetConfiguration(DocumentSearchCriteria, String) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizationHandlerService
Executes customization of document search result set configuration using the DocumentSearchCustomizer with the given customizer name.
customizeResultSetConfiguration(DocumentSearchCriteria) - Method in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
Performs customization of what result fields should be displayed in the result set.
customizeResultSetConfiguration(DocumentSearchCriteria) - Method in class org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizerBase
Always returns a null reference which instructs the document search framework that the customization of result set fields was not performed.

D

DefaultPostProcessor - Class in org.kuali.rice.kew.postprocessor
A simple default implementation of the PostProcessor which can be used as a superclass for post processor which don't want to implement all the methods on the interface.
DefaultPostProcessor() - Constructor for class org.kuali.rice.kew.postprocessor.DefaultPostProcessor
 
DELETE_CHANGE - Static variable in interface org.kuali.rice.kew.framework.postprocessor.IDocumentEvent
 
DeleteEvent - Class in org.kuali.rice.kew.framework.postprocessor
 
DeleteEvent(String, String) - Constructor for class org.kuali.rice.kew.framework.postprocessor.DeleteEvent
 
doActionTaken(ActionTakenEvent) - Method in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Executed whenever an action is taken against the document.
doActionTaken(ActionTakenEvent) - Method in class org.kuali.rice.kew.postprocessor.DefaultPostProcessor
 
DOCUMENT_SEARCH_CUSTOMIZATION_HANDLER_SERVICE - Static variable in class org.kuali.rice.kew.framework.KewFrameworkServiceLocator
 
DOCUMENT_SECURITY_HANDLER_SERVICE - Static variable in class org.kuali.rice.kew.framework.KewFrameworkServiceLocator
 
DocumentLockingEvent - Class in org.kuali.rice.kew.framework.postprocessor
Event sent to the postprocessor when document locking ids are requested.
DocumentLockingEvent(String, String) - Constructor for class org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent
 
DocumentRouteLevelChange - Class in org.kuali.rice.kew.framework.postprocessor
</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#DocumentRouteLevelChange-java.lang.String-java.lang.String-java.lang.Integer-java.lang.Integer-">DocumentRouteLevelChange(String, String, Integer, Integer)</a></span> - Constructor for class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#DocumentRouteLevelChange-java.lang.String-java.lang.String-java.lang.Integer-java.lang.Integer-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">DocumentRouteLevelChange(String, String, Integer, Integer, String, String, String, String)</a></span> - Constructor for class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor"><span class="typeNameLink">DocumentRouteStatusChange</span></a> - Class in <a href="org/kuali/rice/kew/framework/postprocessor/package-summary.html">org.kuali.rice.kew.framework.postprocessor</a></dt> <dd> <div class="block"> <Title></div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html#DocumentRouteStatusChange-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">DocumentRouteStatusChange(String, String, String, String)</a></span> - Constructor for class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteStatusChange</a></dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchCriteriaConfiguration</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">An immutable data transfer object implementation of the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchCriteriaConfigurationContract</code></a>.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchCriteriaConfiguration.Builder</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">A builder which can be used to construct <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchCriteriaConfiguration</code></a> instances.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchCriteriaConfigurationContract</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">Defines the contract for which specifies attribute fields that should be included as part of document search criteria on the document search user interface.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomization.html" title="enum in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchCustomization</span></a> - Enum in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">An enumeration which defines the set of available document search customizations.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.html" title="interface in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchCustomizationHandlerService</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">A remotable service which handles processing of a client application's document search customizations.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html" title="interface in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchCustomizer</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">Provides various mechanisms for an application to customize the behavior of the Document Search functionality for their document types.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchCustomizerBase</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">An abstract implementation of a <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html" title="interface in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchCustomizer</code></a> which classes can extend from and override the individual methods that they require in order to perform desired customization.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html#DocumentSearchCustomizerBase--">DocumentSearchCustomizerBase()</a></span> - Constructor for class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizerBase</a></dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultSetConfiguration</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">An immutable data transfer object implementation of the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchResultSetConfigurationContract</code></a>.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultSetConfiguration.Builder</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">A builder which can be used to construct <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchResultSetConfiguration</code></a> instances.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultSetConfigurationContract</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">Defines how the display of results on the document search should be customized and configured.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultValue</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">An immutable data transfer object implementation of the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchResultValueContract</code></a>.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultValue.Builder</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">A builder which can be used to construct <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.html" title="class in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchResultValue</code></a> instances.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultValueContract</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">Defines the contract for an object containing a customized result value for a specific document which is part of a set of document search results.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultValues</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">An immutable data transfer object implementation of the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValuesContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchResultValuesContract</code></a>.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.Builder.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultValues.Builder</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">A builder which can be used to construct <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.html" title="class in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchResultValues</code></a> instances.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValuesContract.html" title="interface in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">DocumentSearchResultValuesContract</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">Defines the contract for an object containing result values that are used to customize document search results.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityAttribute.html" title="interface in org.kuali.rice.kew.framework.document.security"><span class="typeNameLink">DocumentSecurityAttribute</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/security/package-summary.html">org.kuali.rice.kew.framework.document.security</a></dt> <dd> <div class="block">This is an attribute used to implement custom document security for document search and the route log.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityDirective.html" title="class in org.kuali.rice.kew.framework.document.security"><span class="typeNameLink">DocumentSecurityDirective</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/security/package-summary.html">org.kuali.rice.kew.framework.document.security</a></dt> <dd> <div class="block">Defines a directive for processing a list of security attributes against a supplied list of documents.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityHandlerService.html" title="interface in org.kuali.rice.kew.framework.document.security"><span class="typeNameLink">DocumentSecurityHandlerService</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/security/package-summary.html">org.kuali.rice.kew.framework.document.security</a></dt> <dd> <div class="block">A remotable service which handles processing of a client application's custom security processing of workflow documents.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.html" title="interface in org.kuali.rice.kew.framework.document.security"><span class="typeNameLink">DocumentTypeAuthorizer</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/security/package-summary.html">org.kuali.rice.kew.framework.document.security</a></dt> <dd> <div class="block">Framework interface used by DocumentTypePermisionServiceAuthorizerImpl to allow applications to customize document routing permission checks.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.ActionArgument.html" title="enum in org.kuali.rice.kew.framework.document.security"><span class="typeNameLink">DocumentTypeAuthorizer.ActionArgument</span></a> - Enum in <a href="org/kuali/rice/kew/framework/document/security/package-summary.html">org.kuali.rice.kew.framework.document.security</a></dt> <dd> <div class="block">Type of additional arguments for <a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.html#isActionAuthorized-org.kuali.rice.kew.framework.document.security.AuthorizableAction-java.lang.String-org.kuali.rice.kew.api.doctype.DocumentType-org.kuali.rice.kew.api.document.Document-java.util.Map-"><code>DocumentTypeAuthorizer.isActionAuthorized(AuthorizableAction, String, org.kuali.rice.kew.api.doctype.DocumentType, org.kuali.rice.kew.api.document.Document, java.util.Map)</code></a></div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html#doDeleteRouteHeader-org.kuali.rice.kew.framework.postprocessor.DeleteEvent-">doDeleteRouteHeader(DeleteEvent)</a></span> - Method in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html" title="interface in org.kuali.rice.kew.framework.postprocessor">PostProcessor</a></dt> <dd> <div class="block">Executed whenever a deletion of the document is required.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html#doDeleteRouteHeader-org.kuali.rice.kew.framework.postprocessor.DeleteEvent-">doDeleteRouteHeader(DeleteEvent)</a></span> - Method in class org.kuali.rice.kew.postprocessor.<a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html" title="class in org.kuali.rice.kew.postprocessor">DefaultPostProcessor</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html#doRouteLevelChange-org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange-">doRouteLevelChange(DocumentRouteLevelChange)</a></span> - Method in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html" title="interface in org.kuali.rice.kew.framework.postprocessor">PostProcessor</a></dt> <dd> <div class="block">Executed whenever the document transitions from one node to another.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html#doRouteLevelChange-org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange-">doRouteLevelChange(DocumentRouteLevelChange)</a></span> - Method in class org.kuali.rice.kew.postprocessor.<a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html" title="class in org.kuali.rice.kew.postprocessor">DefaultPostProcessor</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html#doRouteStatusChange-org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange-">doRouteStatusChange(DocumentRouteStatusChange)</a></span> - Method in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html" title="interface in org.kuali.rice.kew.framework.postprocessor">PostProcessor</a></dt> <dd> <div class="block">Executed whenever the status of the document changes.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html#doRouteStatusChange-org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange-">doRouteStatusChange(DocumentRouteStatusChange)</a></span> - Method in class org.kuali.rice.kew.postprocessor.<a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html" title="class in org.kuali.rice.kew.postprocessor">DefaultPostProcessor</a></dt> <dd> </dd> </dl> <a name="I:E"> <!-- --> </a> <h2 class="title">E</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html#extractDocumentAttributes-org.kuali.rice.kew.api.extension.ExtensionDefinition-org.kuali.rice.kew.api.document.DocumentWithContent-">extractDocumentAttributes(ExtensionDefinition, DocumentWithContent)</a></span> - Method in interface org.kuali.rice.kew.framework.document.attribute.<a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html" title="interface in org.kuali.rice.kew.framework.document.attribute">SearchableAttribute</a></dt> <dd> <div class="block">Extracts and returns document attributes for the given document in order to allow indexing of those values for association with the document and use in document searches.</div> </dd> </dl> <a name="I:F"> <!-- --> </a> <h2 class="title">F</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html#filterToSelectableRoleIds-java.lang.String-java.util.List-">filterToSelectableRoleIds(String, List<String>)</a></span> - Method in interface org.kuali.rice.kew.framework.peopleflow.<a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html" title="interface in org.kuali.rice.kew.framework.peopleflow">PeopleFlowTypeService</a></dt> <dd> <div class="block">Allows for the people flow to restrict the roles that can be selected when adding members to it.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html#fromFieldName-java.lang.String-">fromFieldName(String)</a></span> - Static method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html" title="enum in org.kuali.rice.kew.framework.document.search">StandardResultField</a></dt> <dd> </dd> </dl> <a name="I:G"> <!-- --> </a> <h2 class="title">G</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html#generateSearchContent-org.kuali.rice.kew.api.extension.ExtensionDefinition-java.lang.String-org.kuali.rice.kew.api.document.attribute.WorkflowAttributeDefinition-">generateSearchContent(ExtensionDefinition, String, WorkflowAttributeDefinition)</a></span> - Method in interface org.kuali.rice.kew.framework.document.attribute.<a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html" title="interface in org.kuali.rice.kew.framework.document.attribute">SearchableAttribute</a></dt> <dd> <div class="block">Allows for generation of custom XML for this searchable attribute.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#getActionListCustomizationHandlerService-java.lang.String-">getActionListCustomizationHandlerService(String)</a></span> - Static method in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#getActionListCustomizationMediator--">getActionListCustomizationMediator()</a></span> - Static method in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/ActionListCustomizationMediator.html#getActionListCustomizations-java.lang.String-java.util.List-">getActionListCustomizations(String, List<ActionItem>)</a></span> - Method in interface org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/ActionListCustomizationMediator.html" title="interface in org.kuali.rice.kew.framework.actionlist">ActionListCustomizationMediator</a></dt> <dd> <div class="block">Retrieves a Map from ActionItem id to ActionItemCustomization for the ActionItems provided.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html#getActionTaken--">getActionTaken()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">ActionTakenEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#getAdditionalAttributeFields--">getAdditionalAttributeFields()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html#getAdditionalAttributeFields--">getAdditionalAttributeFields()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html#getAdditionalAttributeFields--">getAdditionalAttributeFields()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfigurationContract</a></dt> <dd> <div class="block">Gets attribute field definitions for additional attributes that may be displayed in the result set.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html#getAdditionalFieldNames--">getAdditionalFieldNames()</a></span> - Method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html" title="enum in org.kuali.rice.kew.framework.document.search">StandardResultField</a></dt> <dd> <div class="block">Returns additional field names that are valid and can be used to represent this standard result field as a string.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html#getAppDocId--">getAppDocId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">ActionTakenEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html#getAppDocId--">getAppDocId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">AfterProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html#getAppDocId--">getAppDocId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">BeforeProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DeleteEvent.html#getAppDocId--">getAppDocId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DeleteEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">DeleteEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.html#getAppDocId--">getAppDocId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentLockingEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getAppDocId--">getAppDocId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html#getAppDocId--">getAppDocId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteStatusChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html#getAppDocId--">getAppDocId()</a></span> - Method in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html" title="interface in org.kuali.rice.kew.framework.postprocessor">IDocumentEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html#getAttributeFields-java.lang.String-">getAttributeFields(String)</a></span> - Method in interface org.kuali.rice.kew.framework.peopleflow.<a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html" title="interface in org.kuali.rice.kew.framework.peopleflow">PeopleFlowTypeService</a></dt> <dd> <div class="block">get the attributes supported by the people flow type with the given kewTypeId.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeFields.html#getAttributeFields--">getAttributeFields()</a></span> - Method in class org.kuali.rice.kew.framework.rule.attribute.<a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeFields.html" title="class in org.kuali.rice.kew.framework.rule.attribute">WorkflowRuleAttributeFields</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/AttributeFields.html#getAttributeName--">getAttributeName()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/AttributeFields.html" title="class in org.kuali.rice.kew.framework.document.search">AttributeFields</a></dt> <dd> <div class="block">Returns the name of the searchable attribute associated with this attribute fields instance.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityHandlerService.html#getAuthorizedDocumentIds-java.lang.String-java.util.List-">getAuthorizedDocumentIds(String, List<DocumentSecurityDirective>)</a></span> - Method in interface org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityHandlerService.html" title="interface in org.kuali.rice.kew.framework.document.security">DocumentSecurityHandlerService</a></dt> <dd> <div class="block">Returns a list of document ids from the given list of document security directives for which the principal with the given principal id is allowed to view.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#getCustomFieldNamesToAdd--">getCustomFieldNamesToAdd()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html#getCustomFieldNamesToAdd--">getCustomFieldNamesToAdd()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html#getCustomFieldNamesToAdd--">getCustomFieldNamesToAdd()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfigurationContract</a></dt> <dd> <div class="block">Returns a list of field names of custom fields representing document attributes which should be added to the result set.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html#getDocumentAttributes--">getDocumentAttributes()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValue.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.html#getDocumentAttributes--">getDocumentAttributes()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValue</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.html#getDocumentAttributes--">getDocumentAttributes()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValueContract</a></dt> <dd> <div class="block">Returns the customized document attribute values for this document search result.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">ActionTakenEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">AfterProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">BeforeProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DeleteEvent.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DeleteEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">DeleteEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentLockingEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteStatusChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html#getDocumentEventCode--">getDocumentEventCode()</a></span> - Method in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html" title="interface in org.kuali.rice.kew.framework.postprocessor">IDocumentEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValue.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValue</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.html#getDocumentId--">getDocumentId()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValueContract</a></dt> <dd> <div class="block">Returns the id of the document for which this customized result value applies.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">ActionTakenEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">AfterProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">BeforeProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DeleteEvent.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DeleteEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">DeleteEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentLockingEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html#getDocumentId--">getDocumentId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteStatusChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html#getDocumentId--">getDocumentId()</a></span> - Method in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html" title="interface in org.kuali.rice.kew.framework.postprocessor">IDocumentEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html#getDocumentIdsToLock-org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent-">getDocumentIdsToLock(DocumentLockingEvent)</a></span> - Method in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html" title="interface in org.kuali.rice.kew.framework.postprocessor">PostProcessor</a></dt> <dd> <div class="block">Executed prior to document locking in the workflow engine.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html#getDocumentIdsToLock-org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent-">getDocumentIdsToLock(DocumentLockingEvent)</a></span> - Method in class org.kuali.rice.kew.postprocessor.<a href="org/kuali/rice/kew/postprocessor/DefaultPostProcessor.html" title="class in org.kuali.rice.kew.postprocessor">DefaultPostProcessor</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityDirective.html#getDocuments--">getDocuments()</a></span> - Method in class org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityDirective.html" title="class in org.kuali.rice.kew.framework.document.security">DocumentSecurityDirective</a></dt> <dd> <div class="block">Returns the list of documents on this security directive.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.html#getDocumentSearchConfiguration-java.lang.String-java.util.List-">getDocumentSearchConfiguration(String, List<String>)</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizationHandlerService</a></dt> <dd> <div class="block">Retrieves the custom <code>DocumentSearchCriteriaConfiguration</code> to use for the document type with the given name and for the given list of searchable attributes.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#getDocumentSearchCustomizationHandlerService-java.lang.String-">getDocumentSearchCustomizationHandlerService(String)</a></span> - Static method in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityDirective.html#getDocumentSecurityAttributeNames--">getDocumentSecurityAttributeNames()</a></span> - Method in class org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityDirective.html" title="class in org.kuali.rice.kew.framework.document.security">DocumentSecurityDirective</a></dt> <dd> <div class="block">Returns the list of document security attribute names on this security directive.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#getDocumentSecurityHandlerService-java.lang.String-">getDocumentSecurityHandlerService(String)</a></span> - Static method in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.html#getEnabledCustomizations-java.lang.String-java.lang.String-">getEnabledCustomizations(String, String)</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizationHandlerService</a></dt> <dd> <div class="block">Returns the set of customizations that are enabled and should be executed for the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html" title="interface in org.kuali.rice.kew.framework.document.search"><code>DocumentSearchCustomizer</code></a> with the given customizer name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.html#getFlattenedSearchAttributeFields--">getFlattenedSearchAttributeFields()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCriteriaConfiguration</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html#getKey--">getKey()</a></span> - Method in class org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html" title="class in org.kuali.rice.kew.framework.actionlist">MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html#getMessage--">getMessage()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html" title="class in org.kuali.rice.kew.framework.postprocessor">ProcessDocReport</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getNewNodeInstanceId--">getNewNodeInstanceId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getNewNodeName--">getNewNodeName()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getNewRouteLevel--">getNewRouteLevel()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html#getNewRouteStatus--">getNewRouteStatus()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteStatusChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html#getNodeInstanceId--">getNodeInstanceId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">AfterProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html#getNodeInstanceId--">getNodeInstanceId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">BeforeProcessEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getOldNodeInstanceId--">getOldNodeInstanceId()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getOldNodeName--">getOldNodeName()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#getOldRouteLevel--">getOldRouteLevel()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html#getOldRouteStatus--">getOldRouteStatus()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteStatusChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html#getProcessException--">getProcessException()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html" title="class in org.kuali.rice.kew.framework.postprocessor">ProcessDocReport</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/Authorization.html#getReason--">getReason()</a></span> - Method in class org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/Authorization.html" title="class in org.kuali.rice.kew.framework.document.security">Authorization</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/AttributeFields.html#getRemotableAttributeFields--">getRemotableAttributeFields()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/AttributeFields.html" title="class in org.kuali.rice.kew.framework.document.search">AttributeFields</a></dt> <dd> <div class="block">Returns a list of remotable attribute fields associated with the searchable attribute name of this instance.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.Builder.html#getResultValues--">getResultValues()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValues.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.html#getResultValues--">getResultValues()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValues</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValuesContract.html#getResultValues--">getResultValues()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValuesContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValuesContract</a></dt> <dd> <div class="block">Returns an unmodifiable list of the result values, one for each customized document.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html#getRoleNames-org.kuali.rice.kew.api.extension.ExtensionDefinition-">getRoleNames(ExtensionDefinition)</a></span> - Method in interface org.kuali.rice.kew.framework.rule.attribute.<a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html" title="interface in org.kuali.rice.kew.framework.rule.attribute">WorkflowRuleAttributeHandlerService</a></dt> <dd> <div class="block">Gets a List of <a href="http://site.kuali.org/rice/2.5.11/rice-middleware/rice-kew/rice-kew-api/apidocs/org/kuali/rice/kew/api/rule/RoleName.html?is-external=true" title="class or interface in org.kuali.rice.kew.api.rule"><code>RoleName</code></a> objects produced by the RoleAttribute defined by the given extension definition.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html#getRoutingDataFields-java.util.Map-org.kuali.rice.kew.api.extension.ExtensionDefinition-boolean-">getRoutingDataFields(Map<String, String>, ExtensionDefinition, boolean)</a></span> - Method in interface org.kuali.rice.kew.framework.rule.attribute.<a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html" title="interface in org.kuali.rice.kew.framework.rule.attribute">WorkflowRuleAttributeHandlerService</a></dt> <dd> <div class="block">Using the WorkflowRuleAttribute defined by the given extension definition, does the following: validates the given rule attribute parameters, fetches the list of RemotableAttributeField objects to display for rule reporting then determines the rule extension values produced by the attribute and returns this information as a WorkflowRuleAttributeFields object.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeFields.html#getRuleExtensionValues--">getRuleExtensionValues()</a></span> - Method in class org.kuali.rice.kew.framework.rule.attribute.<a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeFields.html" title="class in org.kuali.rice.kew.framework.rule.attribute">WorkflowRuleAttributeFields</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html#getRuleFields-java.util.Map-org.kuali.rice.kew.api.extension.ExtensionDefinition-boolean-">getRuleFields(Map<String, String>, ExtensionDefinition, boolean)</a></span> - Method in interface org.kuali.rice.kew.framework.rule.attribute.<a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html" title="interface in org.kuali.rice.kew.framework.rule.attribute">WorkflowRuleAttributeHandlerService</a></dt> <dd> <div class="block">Using the WorkflowRuleAttribute defined by the given extension definition, does the following: validates the given rule attribute parameters, fetches the list of RemotableAttributeField objects to display for the rule, and then determines the rule extension values produced by the attribute and returns this information as a WorkflowRuleAttributeFields object.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#getRuleValidationAttributeExporterService-java.lang.String-">getRuleValidationAttributeExporterService(String)</a></span> - Static method in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.Builder.html#getSearchAttributeFields--">getSearchAttributeFields()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCriteriaConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.html#getSearchAttributeFields--">getSearchAttributeFields()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCriteriaConfiguration</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfigurationContract.html#getSearchAttributeFields--">getSearchAttributeFields()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCriteriaConfigurationContract</a></dt> <dd> <div class="block">Returns the additional attribute fields that should be included as part of the document search criteria on the document search user interface.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html#getSearchFields-org.kuali.rice.kew.api.extension.ExtensionDefinition-java.lang.String-">getSearchFields(ExtensionDefinition, String)</a></span> - Method in interface org.kuali.rice.kew.framework.document.attribute.<a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html" title="interface in org.kuali.rice.kew.framework.document.attribute">SearchableAttribute</a></dt> <dd> <div class="block">Returns a list of <a href="http://site.kuali.org/rice/2.5.11/rice-middleware/rice-core/rice-core-api/apidocs/org/kuali/rice/core/api/uif/RemotableAttributeField.html?is-external=true" title="class or interface in org.kuali.rice.core.api.uif"><code>RemotableAttributeField</code></a> objects which define which searchable attribute criteria fields should be included in the criteria section of the document search user interface for this searchable attribute.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html#getSearchFields-java.util.Map-org.kuali.rice.kew.api.extension.ExtensionDefinition-boolean-">getSearchFields(Map<String, String>, ExtensionDefinition, boolean)</a></span> - Method in interface org.kuali.rice.kew.framework.rule.attribute.<a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html" title="interface in org.kuali.rice.kew.framework.rule.attribute">WorkflowRuleAttributeHandlerService</a></dt> <dd> <div class="block">Using the WorkflowRuleAttribute defined by the given extension definition, does the following: validates the given rule attribute parameters, fetches the list of RemotableAttributeField objects to display for the rule search, and then determines the rule extension values produced by the attribute and returns this information as a WorkflowRuleAttributeFields object.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html#getStandardFieldName--">getStandardFieldName()</a></span> - Method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html" title="enum in org.kuali.rice.kew.framework.document.search">StandardResultField</a></dt> <dd> <div class="block">Returns the standard field name of this standard result field as a string.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#getStandardResultFieldsToRemove--">getStandardResultFieldsToRemove()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html#getStandardResultFieldsToRemove--">getStandardResultFieldsToRemove()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html#getStandardResultFieldsToRemove--">getStandardResultFieldsToRemove()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfigurationContract</a></dt> <dd> <div class="block">Returns a list of the standard (built-in) document search result fields which should not be displayed in the result set.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeFields.html#getValidationErrors--">getValidationErrors()</a></span> - Method in class org.kuali.rice.kew.framework.rule.attribute.<a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeFields.html" title="class in org.kuali.rice.kew.framework.rule.attribute">WorkflowRuleAttributeFields</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html#getValue--">getValue()</a></span> - Method in class org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html" title="class in org.kuali.rice.kew.framework.actionlist">MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#getWorkflowRuleAttributeHandlerService-java.lang.String-">getWorkflowRuleAttributeHandlerService(String)</a></span> - Static method in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> </dl> <a name="I:I"> <!-- --> </a> <h2 class="title">I</h2> <dl> <dt><a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html" title="interface in org.kuali.rice.kew.framework.postprocessor"><span class="typeNameLink">IDocumentEvent</span></a> - Interface in <a href="org/kuali/rice/kew/framework/postprocessor/package-summary.html">org.kuali.rice.kew.framework.postprocessor</a></dt> <dd> <div class="block">Base event interface for events emitted from the workflow engine and hooked by the <a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html" title="interface in org.kuali.rice.kew.framework.postprocessor"><code>PostProcessor</code></a></div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.html#isActionAuthorized-org.kuali.rice.kew.framework.document.security.AuthorizableAction-java.lang.String-org.kuali.rice.kew.api.doctype.DocumentType-org.kuali.rice.kew.api.document.Document-java.util.Map-">isActionAuthorized(AuthorizableAction, String, DocumentType, Document, Map<DocumentTypeAuthorizer.ActionArgument, Object>)</a></span> - Method in interface org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.html" title="interface in org.kuali.rice.kew.framework.document.security">DocumentTypeAuthorizer</a></dt> <dd> <div class="block">Check whether specified action is authorized.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/Authorization.html#isAuthorized--">isAuthorized()</a></span> - Method in class org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/Authorization.html" title="class in org.kuali.rice.kew.framework.document.security">Authorization</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityAttribute.html#isAuthorizedForDocument-java.lang.String-org.kuali.rice.kew.api.document.Document-">isAuthorizedForDocument(String, Document)</a></span> - Method in interface org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/DocumentSecurityAttribute.html" title="interface in org.kuali.rice.kew.framework.document.security">DocumentSecurityAttribute</a></dt> <dd> <div class="block">Determines whether or not a principal is authorized to see information about a given document.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#isCustomizeClearCriteriaEnabled-java.lang.String-">isCustomizeClearCriteriaEnabled(String)</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizer</a></dt> <dd> <div class="block">Indicates if the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#customizeClearCriteria-org.kuali.rice.kew.api.document.search.DocumentSearchCriteria-"><code>DocumentSearchCustomizer.customizeClearCriteria(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria)</code></a> on this customizer should be invoked for the document type with the given name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html#isCustomizeClearCriteriaEnabled-java.lang.String-">isCustomizeClearCriteriaEnabled(String)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizerBase</a></dt> <dd> <div class="block">Always returns false indicating that criteria clearing customization is disabled and should not be performed.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#isCustomizeCriteriaEnabled-java.lang.String-">isCustomizeCriteriaEnabled(String)</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizer</a></dt> <dd> <div class="block">Indicates if the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#customizeCriteria-org.kuali.rice.kew.api.document.search.DocumentSearchCriteria-"><code>DocumentSearchCustomizer.customizeCriteria(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria)</code></a> on this customizer should be invoked for the document type with the given name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html#isCustomizeCriteriaEnabled-java.lang.String-">isCustomizeCriteriaEnabled(String)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizerBase</a></dt> <dd> <div class="block">Always returns false indicating that criteria customization is disabled and should not be performed.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#isCustomizeResultsEnabled-java.lang.String-">isCustomizeResultsEnabled(String)</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizer</a></dt> <dd> <div class="block">Indicates if the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#customizeResults-org.kuali.rice.kew.api.document.search.DocumentSearchCriteria-java.util.List-"><code>DocumentSearchCustomizer.customizeResults(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria, java.util.List)</code></a> on this customizer should be invoked for the document type with the given name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html#isCustomizeResultsEnabled-java.lang.String-">isCustomizeResultsEnabled(String)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizerBase</a></dt> <dd> <div class="block">Always returns false indicating that results customization is disabled and should not be performed.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#isCustomizeResultSetFieldsEnabled-java.lang.String-">isCustomizeResultSetFieldsEnabled(String)</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizer</a></dt> <dd> <div class="block">Indicates if the <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.html#customizeResultSetConfiguration-org.kuali.rice.kew.api.document.search.DocumentSearchCriteria-"><code>DocumentSearchCustomizer.customizeResultSetConfiguration(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria)</code></a> on this customizer should be invoked for the document type with the given name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html#isCustomizeResultSetFieldsEnabled-java.lang.String-">isCustomizeResultSetFieldsEnabled(String)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizerBase</a></dt> <dd> <div class="block">Always returns false indicating that result set field customization is disabled and should not be performed.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html#isFieldNameValid-java.lang.String-">isFieldNameValid(String)</a></span> - Method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html" title="enum in org.kuali.rice.kew.framework.document.search">StandardResultField</a></dt> <dd> <div class="block">Returns true if the given field name represents a valid field name for this standard result field.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#isOverrideSearchableAttributes--">isOverrideSearchableAttributes()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html#isOverrideSearchableAttributes--">isOverrideSearchableAttributes()</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html#isOverrideSearchableAttributes--">isOverrideSearchableAttributes()</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfigurationContract</a></dt> <dd> <div class="block">Returns true if the custom field names returned by <a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.html#getCustomFieldNamesToAdd--"><code>DocumentSearchResultSetConfigurationContract.getCustomFieldNamesToAdd()</code></a> should be used to define the order of searchable attributes as well as additional custom additional fields.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html#isSuccess--">isSuccess()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html" title="class in org.kuali.rice.kew.framework.postprocessor">ProcessDocReport</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html#isSuccessfullyProcessed--">isSuccessfullyProcessed()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.html" title="class in org.kuali.rice.kew.framework.postprocessor">AfterProcessEvent</a></dt> <dd> </dd> </dl> <a name="I:K"> <!-- --> </a> <h2 class="title">K</h2> <dl> <dt><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework"><span class="typeNameLink">KewFrameworkServiceLocator</span></a> - Class in <a href="org/kuali/rice/kew/framework/package-summary.html">org.kuali.rice.kew.framework</a></dt> <dd> <div class="block">A static service locator which aids in locating the various KEW framework services.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#KewFrameworkServiceLocator--">KewFrameworkServiceLocator()</a></span> - Constructor for class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> </dl> <a name="I:L"> <!-- --> </a> <h2 class="title">L</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html#LOCK_DOCUMENTS">LOCK_DOCUMENTS</a></span> - Static variable in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html" title="interface in org.kuali.rice.kew.framework.postprocessor">IDocumentEvent</a></dt> <dd> </dd> </dl> <a name="I:M"> <!-- --> </a> <h2 class="title">M</h2> <dl> <dt><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.html" title="class in org.kuali.rice.kew.framework.actionlist"><span class="typeNameLink">MapStringActionItemCustomizationAdapter</span></a> - Class in <a href="org/kuali/rice/kew/framework/actionlist/package-summary.html">org.kuali.rice.kew.framework.actionlist</a></dt> <dd> <div class="block">Do jax-ws mapping of Map<String, ActionItemCustomization> for KIM service method parameters, etc.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.html#MapStringActionItemCustomizationAdapter--">MapStringActionItemCustomizationAdapter()</a></span> - Constructor for class org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.html" title="class in org.kuali.rice.kew.framework.actionlist">MapStringActionItemCustomizationAdapter</a></dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html" title="class in org.kuali.rice.kew.framework.actionlist"><span class="typeNameLink">MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry</span></a> - Class in <a href="org/kuali/rice/kew/framework/actionlist/package-summary.html">org.kuali.rice.kew.framework.actionlist</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.html#marshal-java.util.Map-">marshal(Map<String, ActionItemCustomization>)</a></span> - Method in class org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.html" title="class in org.kuali.rice.kew.framework.actionlist">MapStringActionItemCustomizationAdapter</a></dt> <dd> <div class="block">converts the map to an array</div> </dd> </dl> <a name="I:N"> <!-- --> </a> <h2 class="title">N</h2> <dl> <dt><a href="org/kuali/rice/kew/framework/document/search/NullDocumentSearchCustomizer.html" title="class in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">NullDocumentSearchCustomizer</span></a> - Class in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">A simple implementation of <code>DocumentSearchCustomizer</code> which performs no customization.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/NullDocumentSearchCustomizer.html#NullDocumentSearchCustomizer--">NullDocumentSearchCustomizer()</a></span> - Constructor for class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/NullDocumentSearchCustomizer.html" title="class in org.kuali.rice.kew.framework.document.search">NullDocumentSearchCustomizer</a></dt> <dd> </dd> </dl> <a name="I:O"> <!-- --> </a> <h2 class="title">O</h2> <dl> <dt><a href="org/kuali/rice/kew/framework/package-summary.html">org.kuali.rice.kew.framework</a> - package org.kuali.rice.kew.framework</dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/actionlist/package-summary.html">org.kuali.rice.kew.framework.actionlist</a> - package org.kuali.rice.kew.framework.actionlist</dt> <dd> <div class="block">Copyright 2005-2016 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.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/attribute/package-summary.html">org.kuali.rice.kew.framework.document.attribute</a> - package org.kuali.rice.kew.framework.document.attribute</dt> <dd> <div class="block">Copyright 2005-2016 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.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a> - package org.kuali.rice.kew.framework.document.search</dt> <dd> <div class="block">Copyright 2005-2016 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.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/document/security/package-summary.html">org.kuali.rice.kew.framework.document.security</a> - package org.kuali.rice.kew.framework.document.security</dt> <dd> <div class="block">Copyright 2005-2016 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.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/peopleflow/package-summary.html">org.kuali.rice.kew.framework.peopleflow</a> - package org.kuali.rice.kew.framework.peopleflow</dt> <dd> <div class="block">Copyright 2005-2016 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.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/postprocessor/package-summary.html">org.kuali.rice.kew.framework.postprocessor</a> - package org.kuali.rice.kew.framework.postprocessor</dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/rule/attribute/package-summary.html">org.kuali.rice.kew.framework.rule.attribute</a> - package org.kuali.rice.kew.framework.rule.attribute</dt> <dd> <div class="block">Copyright 2005-2016 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.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/validation/package-summary.html">org.kuali.rice.kew.framework.validation</a> - package org.kuali.rice.kew.framework.validation</dt> <dd> <div class="block">Copyright 2005-2016 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.</div> </dd> <dt><a href="org/kuali/rice/kew/postprocessor/package-summary.html">org.kuali.rice.kew.postprocessor</a> - package org.kuali.rice.kew.postprocessor</dt> <dd> </dd> </dl> <a name="I:P"> <!-- --> </a> <h2 class="title">P</h2> <dl> <dt><a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html" title="interface in org.kuali.rice.kew.framework.peopleflow"><span class="typeNameLink">PeopleFlowTypeService</span></a> - Interface in <a href="org/kuali/rice/kew/framework/peopleflow/package-summary.html">org.kuali.rice.kew.framework.peopleflow</a></dt> <dd> <div class="block">Interface for services that implement the type-specific behaviors of people flows.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html" title="interface in org.kuali.rice.kew.framework.postprocessor"><span class="typeNameLink">PostProcessor</span></a> - Interface in <a href="org/kuali/rice/kew/framework/postprocessor/package-summary.html">org.kuali.rice.kew.framework.postprocessor</a></dt> <dd> <div class="block">Hook for applications to perform logic due to workflow events from the engine.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html" title="class in org.kuali.rice.kew.framework.postprocessor"><span class="typeNameLink">ProcessDocReport</span></a> - Class in <a href="org/kuali/rice/kew/framework/postprocessor/package-summary.html">org.kuali.rice.kew.framework.postprocessor</a></dt> <dd> <div class="block">Returned from a <a href="org/kuali/rice/kew/framework/postprocessor/PostProcessor.html" title="interface in org.kuali.rice.kew.framework.postprocessor"><code>PostProcessor</code></a> to indicate success of failure of a particular event.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html#ProcessDocReport-boolean-">ProcessDocReport(boolean)</a></span> - Constructor for class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html" title="class in org.kuali.rice.kew.framework.postprocessor">ProcessDocReport</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html#ProcessDocReport-boolean-java.lang.String-">ProcessDocReport(boolean, String)</a></span> - Constructor for class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html" title="class in org.kuali.rice.kew.framework.postprocessor">ProcessDocReport</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html#ProcessDocReport-boolean-java.lang.String-java.lang.Exception-">ProcessDocReport(boolean, String, Exception)</a></span> - Constructor for class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.html" title="class in org.kuali.rice.kew.framework.postprocessor">ProcessDocReport</a></dt> <dd> </dd> </dl> <a name="I:R"> <!-- --> </a> <h2 class="title">R</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html#resolveMultipleRoleQualifiers-java.lang.String-java.lang.String-org.kuali.rice.kew.api.document.Document-org.kuali.rice.kew.api.document.DocumentContent-">resolveMultipleRoleQualifiers(String, String, Document, DocumentContent)</a></span> - Method in interface org.kuali.rice.kew.framework.peopleflow.<a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html" title="interface in org.kuali.rice.kew.framework.peopleflow">PeopleFlowTypeService</a></dt> <dd> <div class="block">Resolve any role qualifiers for the given roleId, and document (along with documentContent).</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html#resolveRoleQualifiers-java.lang.String-java.lang.String-org.kuali.rice.kew.api.document.Document-org.kuali.rice.kew.api.document.DocumentContent-">resolveRoleQualifiers(String, String, Document, DocumentContent)</a></span> - Method in interface org.kuali.rice.kew.framework.peopleflow.<a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html" title="interface in org.kuali.rice.kew.framework.peopleflow">PeopleFlowTypeService</a></dt> <dd> <div class="block">Resolve any role qualifiers for the given roleId, and document (along with documentContent).</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html#ROUTE_LEVEL_CHANGE">ROUTE_LEVEL_CHANGE</a></span> - Static variable in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html" title="interface in org.kuali.rice.kew.framework.postprocessor">IDocumentEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html#ROUTE_STATUS_CHANGE">ROUTE_STATUS_CHANGE</a></span> - Static variable in interface org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/IDocumentEvent.html" title="interface in org.kuali.rice.kew.framework.postprocessor">IDocumentEvent</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#RULE_VALIDATION_ATTRIBUTE_EXPORTER_SERVICE">RULE_VALIDATION_ATTRIBUTE_EXPORTER_SERVICE</a></span> - Static variable in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/validation/RuleValidationAttributeExporterService.html" title="interface in org.kuali.rice.kew.framework.validation"><span class="typeNameLink">RuleValidationAttributeExporterService</span></a> - Interface in <a href="org/kuali/rice/kew/framework/validation/package-summary.html">org.kuali.rice.kew.framework.validation</a></dt> <dd> <div class="block">Service responsible for exposing custom RuleValidationAttribute functionality.</div> </dd> </dl> <a name="I:S"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html" title="interface in org.kuali.rice.kew.framework.document.attribute"><span class="typeNameLink">SearchableAttribute</span></a> - Interface in <a href="org/kuali/rice/kew/framework/document/attribute/package-summary.html">org.kuali.rice.kew.framework.document.attribute</a></dt> <dd> <div class="block">Allows for definition of custom attributes on a document that should be indexed along with that document and made searchable when performing document searches.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#setAdditionalAttributeFields-java.util.List-">setAdditionalAttributeFields(List<RemotableAttributeField.Builder>)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#setCustomFieldNamesToAdd-java.util.List-">setCustomFieldNamesToAdd(List<String>)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html#setDocumentAttributes-java.util.List-">setDocumentAttributes(List<DocumentAttribute.AbstractBuilder<?>>)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValue.Builder</a></dt> <dd> <div class="block">Sets the list of document attribute builders on this builder to the given list.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html#setDocumentId-java.lang.String-">setDocumentId(String)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValue.Builder</a></dt> <dd> <div class="block">Sets the document id on this builder to the given value.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#setOverrideSearchableAttributes-boolean-">setOverrideSearchableAttributes(boolean)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.Builder.html#setResultValues-java.util.List-">setResultValues(List<DocumentSearchResultValue.Builder>)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultValues.Builder</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.Builder.html#setSearchAttributeFields-java.util.List-">setSearchAttributeFields(List<AttributeFields>)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchCriteriaConfiguration.Builder</a></dt> <dd> <div class="block">Sets the search attribute fields on this builder to the given list of attribute fields.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html#setStandardResultFieldsToRemove-java.util.List-">setStandardResultFieldsToRemove(List<StandardResultField>)</a></span> - Method in class org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.Builder.html" title="class in org.kuali.rice.kew.framework.document.search">DocumentSearchResultSetConfiguration.Builder</a></dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html" title="enum in org.kuali.rice.kew.framework.document.search"><span class="typeNameLink">StandardResultField</span></a> - Enum in <a href="org/kuali/rice/kew/framework/document/search/package-summary.html">org.kuali.rice.kew.framework.document.search</a></dt> <dd> <div class="block">An enumeration which defines fields that are used on the document search screen and subject to customization by specific document types which configure such customizations via the document search framework.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html#StringActionItemCustomizationMapEntry--">StringActionItemCustomizationMapEntry()</a></span> - Constructor for class org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html" title="class in org.kuali.rice.kew.framework.actionlist">MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry</a></dt> <dd> <div class="block">constructor used by JAXB.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html#StringActionItemCustomizationMapEntry-java.lang.String-org.kuali.rice.kew.api.action.ActionItemCustomization-">StringActionItemCustomizationMapEntry(String, ActionItemCustomization)</a></span> - Constructor for class org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.html" title="class in org.kuali.rice.kew.framework.actionlist">MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry</a></dt> <dd> </dd> </dl> <a name="I:T"> <!-- --> </a> <h2 class="title">T</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html#toString--">toString()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteLevelChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html#toString--">toString()</a></span> - Method in class org.kuali.rice.kew.framework.postprocessor.<a href="org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.html" title="class in org.kuali.rice.kew.framework.postprocessor">DocumentRouteStatusChange</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/AuthorizableAction.html#type">type</a></span> - Variable in class org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/AuthorizableAction.html" title="class in org.kuali.rice.kew.framework.document.security">AuthorizableAction</a></dt> <dd> <div class="block">The CheckType</div> </dd> </dl> <a name="I:U"> <!-- --> </a> <h2 class="title">U</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.html#unmarshal-org.kuali.rice.kew.framework.actionlist.MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry:A-">unmarshal(MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry[])</a></span> - Method in class org.kuali.rice.kew.framework.actionlist.<a href="org/kuali/rice/kew/framework/actionlist/MapStringActionItemCustomizationAdapter.html" title="class in org.kuali.rice.kew.framework.actionlist">MapStringActionItemCustomizationAdapter</a></dt> <dd> <div class="block">converts the array back to a map</div> </dd> </dl> <a name="I:V"> <!-- --> </a> <h2 class="title">V</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/validation/RuleValidationAttributeExporterService.html#validate-java.lang.String-org.kuali.rice.kew.api.validation.RuleValidationContext-">validate(String, RuleValidationContext)</a></span> - Method in interface org.kuali.rice.kew.framework.validation.<a href="org/kuali/rice/kew/framework/validation/RuleValidationAttributeExporterService.html" title="interface in org.kuali.rice.kew.framework.validation">RuleValidationAttributeExporterService</a></dt> <dd> <div class="block">Validates the rule within the given RuleValidationContext.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html#validateAttributes-java.lang.String-java.util.Map-">validateAttributes(String, Map<String, String>)</a></span> - Method in interface org.kuali.rice.kew.framework.peopleflow.<a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html" title="interface in org.kuali.rice.kew.framework.peopleflow">PeopleFlowTypeService</a></dt> <dd> <div class="block">This method validates the passed in attributes for a kewTypeId generating a List of <a href="http://site.kuali.org/rice/2.5.11/rice-middleware/rice-core/rice-core-api/apidocs/org/kuali/rice/core/api/uif/RemotableAttributeError.html?is-external=true" title="class or interface in org.kuali.rice.core.api.uif"><code>RemotableAttributeError</code></a>s.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html#validateAttributesAgainstExisting-java.lang.String-java.util.Map-java.util.Map-">validateAttributesAgainstExisting(String, Map<String, String>, Map<String, String>)</a></span> - Method in interface org.kuali.rice.kew.framework.peopleflow.<a href="org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.html" title="interface in org.kuali.rice.kew.framework.peopleflow">PeopleFlowTypeService</a></dt> <dd> <div class="block">This method validates the passed in attributes for a kewTypeId generating a List of <a href="http://site.kuali.org/rice/2.5.11/rice-middleware/rice-core/rice-core-api/apidocs/org/kuali/rice/core/api/uif/RemotableAttributeError.html?is-external=true" title="class or interface in org.kuali.rice.core.api.uif"><code>RemotableAttributeError</code></a>s.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.html#validateCriteria-org.kuali.rice.kew.api.document.search.DocumentSearchCriteria-java.util.List-">validateCriteria(DocumentSearchCriteria, List<String>)</a></span> - Method in interface org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.html" title="interface in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomizationHandlerService</a></dt> <dd> <div class="block">Executes validation of the given <code>DocumentSearchCriteria</code> against the searchable attributes with the given names..</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html#validateDocumentAttributeCriteria-org.kuali.rice.kew.api.extension.ExtensionDefinition-org.kuali.rice.kew.api.document.search.DocumentSearchCriteria-">validateDocumentAttributeCriteria(ExtensionDefinition, DocumentSearchCriteria)</a></span> - Method in interface org.kuali.rice.kew.framework.document.attribute.<a href="org/kuali/rice/kew/framework/document/attribute/SearchableAttribute.html" title="interface in org.kuali.rice.kew.framework.document.attribute">SearchableAttribute</a></dt> <dd> <div class="block">Performs custom validation of document attribute values that come from this searchable attribute whenever a document search is performed against a document type which uses this searchable attribute.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomization.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomization.html" title="enum in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomization</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html" title="enum in org.kuali.rice.kew.framework.document.search">StandardResultField</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/AuthorizableAction.CheckType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/AuthorizableAction.CheckType.html" title="enum in org.kuali.rice.kew.framework.document.security">AuthorizableAction.CheckType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.ActionArgument.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.ActionArgument.html" title="enum in org.kuali.rice.kew.framework.document.security">DocumentTypeAuthorizer.ActionArgument</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomization.html#values--">values()</a></span> - Static method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/DocumentSearchCustomization.html" title="enum in org.kuali.rice.kew.framework.document.search">DocumentSearchCustomization</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html#values--">values()</a></span> - Static method in enum org.kuali.rice.kew.framework.document.search.<a href="org/kuali/rice/kew/framework/document/search/StandardResultField.html" title="enum in org.kuali.rice.kew.framework.document.search">StandardResultField</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/AuthorizableAction.CheckType.html#values--">values()</a></span> - Static method in enum org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/AuthorizableAction.CheckType.html" title="enum in org.kuali.rice.kew.framework.document.security">AuthorizableAction.CheckType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.ActionArgument.html#values--">values()</a></span> - Static method in enum org.kuali.rice.kew.framework.document.security.<a href="org/kuali/rice/kew/framework/document/security/DocumentTypeAuthorizer.ActionArgument.html" title="enum in org.kuali.rice.kew.framework.document.security">DocumentTypeAuthorizer.ActionArgument</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> </dl> <a name="I:W"> <!-- --> </a> <h2 class="title">W</h2> <dl> <dt><span class="memberNameLink"><a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html#WORKFLOW_RULE_ATTRIBUTE_HANDLER_SERVICE">WORKFLOW_RULE_ATTRIBUTE_HANDLER_SERVICE</a></span> - Static variable in class org.kuali.rice.kew.framework.<a href="org/kuali/rice/kew/framework/KewFrameworkServiceLocator.html" title="class in org.kuali.rice.kew.framework">KewFrameworkServiceLocator</a></dt> <dd> </dd> <dt><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeFields.html" title="class in org.kuali.rice.kew.framework.rule.attribute"><span class="typeNameLink">WorkflowRuleAttributeFields</span></a> - Class in <a href="org/kuali/rice/kew/framework/rule/attribute/package-summary.html">org.kuali.rice.kew.framework.rule.attribute</a></dt> <dd> <div class="block">An immutable data transfer object used to hold a list of validation errors, attribute fields, and rule extension values for a WorkflowRuleAttribute.</div> </dd> <dt><a href="org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.html" title="interface in org.kuali.rice.kew.framework.rule.attribute"><span class="typeNameLink">WorkflowRuleAttributeHandlerService</span></a> - Interface in <a href="org/kuali/rice/kew/framework/rule/attribute/package-summary.html">org.kuali.rice.kew.framework.rule.attribute</a></dt> <dd> <div class="block">A remotable service which handles processing of a client application's document search customizations.</div> </dd> </dl> <a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:W">W</a> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?index-all.html" target="_top">Frames</a></li> <li><a href="index-all.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2005–2016 <a href="http://www.kuali.org/">The Kuali Foundation</a>. All rights reserved.</small></p> </body> </html>