- EDITABLE_ACTIONS - Static variable in class org.kuali.rice.edl.impl.UserAction
-
- editNote(NoteConfigComponent.NoteForm) - Method in class org.kuali.rice.edl.impl.components.NoteConfigComponent
-
- EDL_E - Static variable in class org.kuali.rice.edl.impl.EDLXmlUtils
-
- EDL_LOCAL_SPRING_FILE - Static variable in class org.kuali.rice.edl.impl.config.EDLConfigurer
-
- EDLConfigurer - Class in org.kuali.rice.edl.impl.config
-
Configures the EDocLite module.
- EDLConfigurer() - Constructor for class org.kuali.rice.edl.impl.config.EDLConfigurer
-
- EDLCONTENT_E - Static variable in class org.kuali.rice.edl.impl.EDLXmlUtils
-
- EDLContext - Class in org.kuali.rice.edl.impl
-
Convenience object to hang valuable objects in edl off of.
- EDLContext() - Constructor for class org.kuali.rice.edl.impl.EDLContext
-
- EDLController - Class in org.kuali.rice.edl.impl
-
Responsible for notifying components associated with a particular EDL definition.
- EDLController() - Constructor for class org.kuali.rice.edl.impl.EDLController
-
- EDLControllerChain - Class in org.kuali.rice.edl.impl
-
Contains a stack of EDLControllers.
- EDLControllerChain() - Constructor for class org.kuali.rice.edl.impl.EDLControllerChain
-
- EDLControllerFactory - Class in org.kuali.rice.edl.impl
-
Creates EDL controllers.
- EdlDataExporter - Class in org.kuali.rice.edl.impl.xml.export
-
An implementation of the
Exporter class which facilitates exporting
of EDocLite data from the GUI.
- EdlDataExporter() - Constructor for class org.kuali.rice.edl.impl.xml.export.EdlDataExporter
-
- EdlExportDataSet - Class in org.kuali.rice.edl.impl.xml.export
-
A utility class for managing an
ExportDataSet containing EDocLite
data.
- EdlExportDataSet() - Constructor for class org.kuali.rice.edl.impl.xml.export.EdlExportDataSet
-
- EDLGlobalConfig - Class in org.kuali.rice.edl.impl
-
Store global EDL config information parsed from config file.
- EDLGlobalConfig() - Constructor for class org.kuali.rice.edl.impl.EDLGlobalConfig
-
- EDLGlobalConfigFactory - Class in org.kuali.rice.edl.impl
-
Builds a EDLGlobalConfig.
- EDLGlobalConfigFactory() - Constructor for class org.kuali.rice.edl.impl.EDLGlobalConfigFactory
-
- EDLModelComponent - Interface in org.kuali.rice.edl.impl
-
The interface you implement if you want a component to be called from EDL.
- EdlServiceLocator - Class in org.kuali.rice.edl.impl.service
-
- EdlServiceLocator() - Constructor for class org.kuali.rice.edl.impl.service.EdlServiceLocator
-
- EDLServlet - Class in org.kuali.rice.edl.impl
-
Takes edl web requests.
- EDLServlet() - Constructor for class org.kuali.rice.edl.impl.EDLServlet
-
- EDLValidation - Class in org.kuali.rice.edl.impl.components
-
Represents an EDocLite Validation that can be executed.
- EDLValidation() - Constructor for class org.kuali.rice.edl.impl.components.EDLValidation
-
- EDLXmlUtils - Class in org.kuali.rice.edl.impl
-
Contains a bunch of dom utility methods.
- EDOCLITE_SERVICE - Static variable in class org.kuali.rice.edl.impl.service.EdlServiceLocator
-
- EDocLiteAssociation - Class in org.kuali.rice.edl.impl.bo
-
Association between WorkflowDocument type -> EDocLite definition, EDocLite style
Table: en_edoclt_assoc_t
- EDocLiteAssociation() - Constructor for class org.kuali.rice.edl.impl.bo.EDocLiteAssociation
-
- EDocLiteDAO - Interface in org.kuali.rice.edl.impl.dao
-
- EDocLiteDAOJpaImpl - Class in org.kuali.rice.edl.impl.dao.impl
-
JPA implementation of the EDOcLiteDAO
- EDocLiteDAOJpaImpl() - Constructor for class org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOJpaImpl
-
- EDocLiteDefinition - Class in org.kuali.rice.edl.impl.bo
-
EDocLite document definition
Table: en_edoclt_def_t
- EDocLiteDefinition() - Constructor for class org.kuali.rice.edl.impl.bo.EDocLiteDefinition
-
- EDocLiteLookupableHelperServiceImpl - Class in org.kuali.rice.edl.impl.lookupable
-
This is a description of what this class does - sp20369 don't forget to fill this in.
- EDocLiteLookupableHelperServiceImpl() - Constructor for class org.kuali.rice.edl.impl.lookupable.EDocLiteLookupableHelperServiceImpl
-
- EDOCLITES - Static variable in class org.kuali.rice.edl.impl.xml.export.EdlExportDataSet
-
- EDocLiteService - Interface in org.kuali.rice.edl.impl.service
-
- EDocLiteServiceImpl - Class in org.kuali.rice.edl.impl.service.impl
-
DAO-based EDocLiteService implementation
- EDocLiteServiceImpl() - Constructor for class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- EDocLiteXmlExporter - Class in org.kuali.rice.edl.impl.xml.export
-
Exports EDocLite definitions to XML.
- EDocLiteXmlExporter() - Constructor for class org.kuali.rice.edl.impl.xml.export.EDocLiteXmlExporter
-
- EDocLiteXmlParser - Class in org.kuali.rice.edl.impl.xml
-
An XML parser which parses EDocLite definitions.
- EDocLiteXmlParser() - Constructor for class org.kuali.rice.edl.impl.xml.EDocLiteXmlParser
-
- establishNotes(NoteConfigComponent.NoteForm, EDLContext, Document) - Method in class org.kuali.rice.edl.impl.components.NoteConfigComponent
-
- EstablishUserAction - Class in org.kuali.rice.edl.impl.components
-
Handles establishing what action the user submitted.
- EstablishUserAction() - Constructor for class org.kuali.rice.edl.impl.components.EstablishUserAction
-
- executeValidation(XPath, Document, EDLValidation, EDLContext) - Method in class org.kuali.rice.edl.impl.components.ValidationComponent
-
- export(ExportDataSet) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- export(Class<?>, List<? extends Object>, String, OutputStream) - Method in class org.kuali.rice.edl.impl.xml.export.EdlDataExporter
-
This overridden method ...
- export(ExportDataSet) - Method in class org.kuali.rice.edl.impl.xml.export.EDocLiteXmlExporter
-
- ExtractDAO - Interface in org.kuali.rice.edl.impl.extract.dao
-
- ExtractDAOJpaImpl - Class in org.kuali.rice.edl.impl.extract.dao.impl
-
- ExtractDAOJpaImpl() - Constructor for class org.kuali.rice.edl.impl.extract.dao.impl.ExtractDAOJpaImpl
-
- ExtractServiceImpl - Class in org.kuali.rice.edl.impl.extract
-
- ExtractServiceImpl() - Constructor for class org.kuali.rice.edl.impl.extract.ExtractServiceImpl
-
- generateXmlInput(NoteConfigComponent.NoteForm, EDLContext, Document) - Method in class org.kuali.rice.edl.impl.components.NoteConfigComponent
-
- getAction() - Method in class org.kuali.rice.edl.impl.UserAction
-
- getActionsUrl() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteAssociation
-
Returns actions url
- getActiveInd() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteAssociation
-
Returns the records activity.
- getActiveInd() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteDefinition
-
Returns true if the record is active, false otherwise.
- getAttribute(String) - Method in class org.kuali.rice.edl.impl.RequestParser
-
- getBean(String) - Static method in class org.kuali.rice.edl.impl.service.EdlServiceLocator
-
- getBusinessObjectClassName(Document, Element, EDLContext) - Method in class org.kuali.rice.edl.impl.components.PerformLookupComponent
-
- getChildElement(Node, String) - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
Returns a node child with the specified tag name of the specified parent node,
or null if no such child node is found.
- getChildElementTextValue(Node, String) - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
Returns the text value of a child element with the given name, of the given parent element,
or null if the child does not exist or does not have a child text node
- getConfigProcessor(Node, EDLContext) - Method in class org.kuali.rice.edl.impl.EDLGlobalConfig
-
- getConfigProcessors() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getConfigProcessors() - Method in class org.kuali.rice.edl.impl.EDLGlobalConfig
-
- getCreateDocumentUrl(EDocLiteAssociation) - Method in class org.kuali.rice.edl.impl.lookupable.EDocLiteLookupableHelperServiceImpl
-
- getCurrentDate() - Method in class org.kuali.rice.edl.impl.components.NoteConfigComponent
-
- getCustomActionUrls(BusinessObject, List) - Method in class org.kuali.rice.edl.impl.lookupable.EDocLiteLookupableHelperServiceImpl
-
- getDataFromEDLDocument(Element, boolean) - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
- getDataObjectService() - Method in class org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOJpaImpl
-
Returns the data object service.
- getDataObjectService() - Method in class org.kuali.rice.edl.impl.extract.dao.impl.ExtractDAOJpaImpl
-
Returns the DataObjectService
- getDefaultDOM() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getDefinition() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteAssociation
-
Returns the definition
- getDefinitionElement() - Method in class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
-
- getDefinitionXml(EDocLiteAssociation) - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getDefinitionXml(EDocLiteAssociation) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getDocCreationDate() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns the document creation timestamp.
- getDocCurrentNodeName() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Rreturns document current node nam.e
- getDocDescription() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns the description.
- getDocId() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns the document id.
- getDocId() - Method in class org.kuali.rice.edl.impl.extract.Fields
-
Returns the doc id.
- getDocInitiatorId() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns document initiator id.
- getDocModificationDate() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns document modification date
- getDocRouteStatusCode() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns document route status code.
- getDocTypeName() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns the document type name.
- getDocumentBuilder(boolean) - Method in class org.kuali.rice.edl.impl.components.NoteConfigComponent
-
- getDocumentBuilder() - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
Returns a valid DocumentBuilder
- getDocumentStateElement(Document) - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
- getDump() - Method in class org.kuali.rice.edl.impl.extract.Fields
-
- getDumpByDocumentId(String) - Method in interface org.kuali.rice.edl.impl.extract.dao.ExtractDAO
-
Returns a
Dump for the given document id
- getDumpByDocumentId(String) - Method in class org.kuali.rice.edl.impl.extract.dao.impl.ExtractDAOJpaImpl
-
Returns a
Dump for the given document id
- getDumpByDocumentId(String) - Method in class org.kuali.rice.edl.impl.extract.ExtractServiceImpl
-
- getEDLContent(Document, boolean) - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
- getEdlContext() - Method in class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
-
- getEdlContext() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getEdlControllerChain() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- getEDLControllerUsingDocumentId(String) - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getEDLControllerUsingDocumentId(String) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getEDLControllerUsingEdlName(String) - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getEDLControllerUsingEdlName(String) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getEdlGlobalConfig() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getEdlName() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteAssociation
-
Returns the edoc lite name
- getEDocLiteAssociation(String) - Method in interface org.kuali.rice.edl.impl.dao.EDocLiteDAO
-
- getEDocLiteAssociation(Long) - Method in interface org.kuali.rice.edl.impl.dao.EDocLiteDAO
-
- getEDocLiteAssociation(String) - Method in class org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOJpaImpl
-
- getEDocLiteAssociation(Long) - Method in class org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOJpaImpl
-
- getEdocLiteAssociation() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- getEdocLiteAssociation() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getEDocLiteAssociation(String) - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getEDocLiteAssociation(Long) - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getEDocLiteAssociation(String) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getEDocLiteAssociation(Long) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getEDocLiteAssociations() - Method in interface org.kuali.rice.edl.impl.dao.EDocLiteDAO
-
- getEDocLiteAssociations() - Method in class org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOJpaImpl
-
- getEDocLiteAssociations() - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getEDocLiteAssociations() - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getEdocLiteAssocId() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteAssociation
-
Returns the edoc lite association id
- getEDocLiteDefinition(String) - Method in interface org.kuali.rice.edl.impl.dao.EDocLiteDAO
-
- getEDocLiteDefinition(String) - Method in class org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOJpaImpl
-
- getEDocLiteDefinition(String) - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getEDocLiteDefinition(String) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getEDocLiteDefinitions() - Method in interface org.kuali.rice.edl.impl.dao.EDocLiteDAO
-
- getEDocLiteDefinitions() - Method in class org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOJpaImpl
-
- getEDocLiteDefinitions() - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getEDocLiteDefinitions() - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getEdocLites() - Method in class org.kuali.rice.edl.impl.xml.export.EdlExportDataSet
-
- getEDocLiteService() - Static method in class org.kuali.rice.edl.impl.service.EdlServiceLocator
-
- getError() - Method in class org.kuali.rice.edl.impl.components.MatchingParam
-
- getErrorMessage() - Method in class org.kuali.rice.edl.impl.components.MatchingParam
-
- getErrorMessage(Element, RequestParser, MatchingParam) - Method in class org.kuali.rice.edl.impl.components.NetworkIdWorkflowEDLConfigComponent
-
- getErrorMessage(Element, RequestParser, MatchingParam) - Method in class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
-
- getErrorMessage(Element, RequestParser, MatchingParam) - Method in class org.kuali.rice.edl.impl.components.UniversityIdWorkflowEDLConfigComponent
-
- getErrorMessage(Element, RequestParser, MatchingParam) - Method in class org.kuali.rice.edl.impl.components.WorkgroupWorkflowEDLConfigComponent
-
- getExpression() - Method in class org.kuali.rice.edl.impl.components.EDLValidation
-
- getExtractDAO() - Method in class org.kuali.rice.edl.impl.extract.ExtractServiceImpl
-
- getFieldConversions(Document, Element, EDLContext) - Method in class org.kuali.rice.edl.impl.components.PerformLookupComponent
-
- getFieldId() - Method in class org.kuali.rice.edl.impl.extract.Fields
-
Returns the field id.
- getFieldName() - Method in class org.kuali.rice.edl.impl.extract.Fields
-
Returns the field name.
- getFields() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
- getFieldsByDocumentId(String) - Method in interface org.kuali.rice.edl.impl.extract.dao.ExtractDAO
-
Returns all
Fields with the given document id.
- getFieldsByDocumentId(String) - Method in class org.kuali.rice.edl.impl.extract.dao.impl.ExtractDAOJpaImpl
-
Returns all
Fields with the given document id.
- getFieldValue() - Method in class org.kuali.rice.edl.impl.extract.Fields
-
Returns the field value.
- getFormattedCreateDate() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns the date portion of the creation timestamp.
- getFormattedCreateDateTime() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns the creation timestamp specially formatted.
- getId() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteDefinition
-
Returns the edoc lite definition id.
- getKey() - Method in class org.kuali.rice.edl.impl.components.EDLValidation
-
- getLockVerNbr() - Method in class org.kuali.rice.edl.impl.extract.Dump
-
Returns the lock version number.
- getLockVerNbr() - Method in class org.kuali.rice.edl.impl.extract.Fields
-
Returns the lock version number.
- getLookupParameters(Document, Element, EDLContext) - Method in class org.kuali.rice.edl.impl.components.PerformLookupComponent
-
- getMatchingParams(Element, RequestParser, EDLContext) - Method in class org.kuali.rice.edl.impl.components.AttributeEDLConfigComponent
-
- getMatchingParams(Element, RequestParser, EDLContext) - Method in class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
-
- getMessage() - Method in class org.kuali.rice.edl.impl.components.EDLValidation
-
- getName() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteDefinition
-
Returns the name.
- getOrCreateChildElement(Element, String, boolean) - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
Returns, and creates if absent, a child element
- getParameterNames() - Method in class org.kuali.rice.edl.impl.RequestParser
-
- getParameterValue(String) - Method in class org.kuali.rice.edl.impl.RequestParser
-
- getParameterValues(String) - Method in class org.kuali.rice.edl.impl.RequestParser
-
- getParamName() - Method in class org.kuali.rice.edl.impl.components.MatchingParam
-
- getParamValue() - Method in class org.kuali.rice.edl.impl.components.MatchingParam
-
- getPostProcessors() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getPostProcessors() - Method in class org.kuali.rice.edl.impl.EDLGlobalConfig
-
- getPreEDLContext(EDLController) - Static method in class org.kuali.rice.edl.impl.EDLControllerFactory
-
- getPreProcessors() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getPreProcessors() - Method in class org.kuali.rice.edl.impl.EDLGlobalConfig
-
- getPrimarySpringFiles() - Method in class org.kuali.rice.edl.impl.config.EDLConfigurer
-
- getRedirectUrl() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- getReplacementConfigElement(Element) - Method in class org.kuali.rice.edl.impl.components.NetworkIdWorkflowEDLConfigComponent
-
- getReplacementConfigElement(Element) - Method in class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
-
- getReplacementConfigElement(Element) - Method in class org.kuali.rice.edl.impl.components.UniversityIdWorkflowEDLConfigComponent
-
- getReplacementConfigElement(Element) - Method in class org.kuali.rice.edl.impl.components.WorkgroupWorkflowEDLConfigComponent
-
- getRequest() - Method in class org.kuali.rice.edl.impl.RequestParser
-
- getRequestParser() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- getStateComponents() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getStateComponents() - Method in class org.kuali.rice.edl.impl.EDLGlobalConfig
-
- getStyle() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteAssociation
-
Returns the style.
- getStyle() - Method in class org.kuali.rice.edl.impl.EDLController
-
- getStyleAsTranslet(String) - Method in interface org.kuali.rice.edl.impl.service.EDocLiteService
-
- getStyleAsTranslet(String) - Method in class org.kuali.rice.edl.impl.service.impl.EDocLiteServiceImpl
-
- getSupportedFormats(Class<?>) - Method in class org.kuali.rice.edl.impl.xml.export.EdlDataExporter
-
- getTestAddress(Document) - Method in class org.kuali.rice.edl.impl.components.NoteConfigComponent
-
- getTransformer() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- getType() - Method in class org.kuali.rice.edl.impl.components.EDLValidation
-
- getUploadList() - Method in class org.kuali.rice.edl.impl.RequestParser
-
- getUserAction() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- getUserSession() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- getVersionFromData(Element, Integer) - Static method in class org.kuali.rice.edl.impl.EDLXmlUtils
-
- getXmlContent() - Method in class org.kuali.rice.edl.impl.bo.EDocLiteDefinition
-
Returns the xml content.
- getXpath() - Method in class org.kuali.rice.edl.impl.EDLContext
-
- GLOBAL_ERRORS_KEY - Static variable in class org.kuali.rice.edl.impl.RequestParser
-
- GLOBAL_FIELD_ERRORS_KEY - Static variable in class org.kuali.rice.edl.impl.RequestParser
-
- GLOBAL_MESSAGES_KEY - Static variable in class org.kuali.rice.edl.impl.RequestParser
-
- GlobalAttributeComponent - Class in org.kuali.rice.edl.impl.components
-
Executes validations and generates XML for workflow attributes that are defined on the EDL Definitions.
- GlobalAttributeComponent() - Constructor for class org.kuali.rice.edl.impl.components.GlobalAttributeComponent
-
- GOTO_PAGE - Static variable in class org.kuali.rice.edl.impl.components.PageHandler
-