Package | Description |
---|---|
edu.sampleu.bookstore.document.attribs | |
org.kuali.rice.kew.api.document.attribute |
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.
|
org.kuali.rice.kew.api.document.search |
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.
|
org.kuali.rice.kew.docsearch | |
org.kuali.rice.kew.docsearch.xml | |
org.kuali.rice.kew.framework.document.attribute |
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.
|
org.kuali.rice.kew.framework.document.search |
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.
|
org.kuali.rice.kns.service |
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.
|
org.kuali.rice.kns.workflow.attribute | |
org.kuali.rice.kns.workflow.service.impl |
Modifier and Type | Method and Description |
---|---|
protected static DocumentAttribute |
XPathSearchableAttribute.createAttribute(String name,
String value,
String dataTypeValue)
Creates an DocumentAttribute of the specified type
|
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
XPathSearchableAttribute.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentAttributeDateTime
A document attribute which contains date/time data.
|
class |
DocumentAttributeDecimal
A document attribute which contains decimal or "real" data.
|
class |
DocumentAttributeInteger
A document attribute which contains integer data.
|
class |
DocumentAttributeString
A document attribute which contains character data.
|
Modifier and Type | Method and Description |
---|---|
abstract DocumentAttribute |
DocumentAttribute.AbstractBuilder.build()
Build the
DocumentAttribute for this builder based on it's current state. |
Modifier and Type | Method and Description |
---|---|
DocumentAttribute |
DocumentSearchResult.getSingleDocumentAttributeByName(String attributeName)
Returns a single document attribute from this result which has the given name.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
DocumentSearchResult.getDocumentAttributeByName(String attributeName)
Returns an unmodifiable list of all document attributes on this result which have the given name.
|
List<DocumentAttribute> |
DocumentSearchResult.getDocumentAttributes() |
Modifier and Type | Method and Description |
---|---|
DocumentAttribute |
SearchableAttributeValue.toDocumentAttribute() |
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
StandardGenericXMLSearchableAttribute.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent) |
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
SearchableAttribute.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
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.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
DocumentSearchResultValue.getDocumentAttributes() |
Modifier and Type | Method and Description |
---|---|
DocumentAttribute |
WorkflowAttributePropertyResolutionService.buildSearchableAttribute(Class<? extends BusinessObject> businessObjectClass,
String attributeKey,
Object value)
Deprecated.
Using the type of the sent in value, determines what kind of SearchableAttributeValue implementation should be passed back
|
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
WorkflowAttributePropertyResolutionService.resolveSearchableAttributeValues(Document document,
WorkflowAttributes workflowAttributes)
Deprecated.
Given a document, returns the searchable attribute values to index for it
|
Modifier and Type | Method and Description |
---|---|
protected DocumentAttribute |
DataDictionarySearchableAttribute.generateSearchableAttributeFromChange(Object changeToPersist)
Deprecated.
|
protected DocumentAttribute |
DataDictionarySearchableAttribute.parseSearchableAttributeValueForPrimaryKey(String propertyName,
Class<? extends BusinessObject> businessObjectClass,
MaintenanceDocument document)
Deprecated.
Creates a searchable attribute value for the given property name out of the document XML
|
Modifier and Type | Method and Description |
---|---|
List<DocumentAttribute> |
DataDictionarySearchableAttribute.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
Deprecated.
|
List<DocumentAttribute> |
DataDictionaryDocumentSearchCustomizer.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
Deprecated.
|
protected List<DocumentAttribute> |
DataDictionarySearchableAttribute.findAllDocumentAttributesForGlobalBusinessObject(GlobalBusinessObject globalBO)
Deprecated.
|
protected List<DocumentAttribute> |
DataDictionarySearchableAttribute.parsePrimaryKeyValuesFromDocument(Class<? extends BusinessObject> businessObjectClass,
MaintenanceDocument document)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocumentAttribute |
WorkflowAttributePropertyResolutionServiceImpl.buildSearchableAttribute(Class<? extends BusinessObject> businessObjectClass,
String attributeKey,
Object value)
Deprecated.
Using the type of the sent in value, determines what kind of SearchableAttributeValue implementation should be passed back
|
Modifier and Type | Method and Description |
---|---|
protected List<DocumentAttribute> |
WorkflowAttributePropertyResolutionServiceImpl.aardvarkValuesForSearchingTypeDefinition(Document document,
SearchingTypeDefinition searchingTypeDefinition)
Deprecated.
Pulls SearchableAttributeValue values from the given document for the given searchingTypeDefinition
|
List<DocumentAttribute> |
WorkflowAttributePropertyResolutionServiceImpl.resolveSearchableAttributeValues(Document document,
WorkflowAttributes workflowAttributes)
Deprecated.
Resolves all of the searching values to index for the given document, returning a list of SearchableAttributeValue implementations
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.