|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentAttribute | |
---|---|
edu.sampleu.bookstore.document.attribs | |
org.kuali.rice.kew.api.document.attribute | Copyright 2005-2013 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-2013 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-2013 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-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krad.workflow.attribute | |
org.kuali.rice.krad.workflow.service | Workflow service interfaces. |
org.kuali.rice.krad.workflow.service.impl | Workflow service implementations. |
Uses of DocumentAttribute in edu.sampleu.bookstore.document.attribs |
---|
Methods in edu.sampleu.bookstore.document.attribs that return DocumentAttribute | |
---|---|
protected static DocumentAttribute |
XPathSearchableAttribute.createAttribute(String name,
String value,
String dataTypeValue)
Creates an DocumentAttribute of the specified type |
Methods in edu.sampleu.bookstore.document.attribs that return types with arguments of type DocumentAttribute | |
---|---|
List<DocumentAttribute> |
XPathSearchableAttribute.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
|
Uses of DocumentAttribute in org.kuali.rice.kew.api.document.attribute |
---|
Subclasses of DocumentAttribute in org.kuali.rice.kew.api.document.attribute | |
---|---|
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. |
Methods in org.kuali.rice.kew.api.document.attribute that return DocumentAttribute | |
---|---|
abstract DocumentAttribute |
DocumentAttribute.AbstractBuilder.build()
Build the DocumentAttribute for this builder based on it's current state. |
Uses of DocumentAttribute in org.kuali.rice.kew.api.document.search |
---|
Methods in org.kuali.rice.kew.api.document.search that return DocumentAttribute | |
---|---|
DocumentAttribute |
DocumentSearchResult.getSingleDocumentAttributeByName(String attributeName)
Returns a single document attribute from this result which has the given name. |
Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentAttribute | |
---|---|
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()
|
Uses of DocumentAttribute in org.kuali.rice.kew.docsearch |
---|
Methods in org.kuali.rice.kew.docsearch that return DocumentAttribute | |
---|---|
DocumentAttribute |
SearchableAttributeValue.toDocumentAttribute()
|
Uses of DocumentAttribute in org.kuali.rice.kew.docsearch.xml |
---|
Methods in org.kuali.rice.kew.docsearch.xml that return types with arguments of type DocumentAttribute | |
---|---|
List<DocumentAttribute> |
StandardGenericXMLSearchableAttribute.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
|
Uses of DocumentAttribute in org.kuali.rice.kew.framework.document.attribute |
---|
Methods in org.kuali.rice.kew.framework.document.attribute that return types with arguments of type DocumentAttribute | |
---|---|
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. |
Uses of DocumentAttribute in org.kuali.rice.kew.framework.document.search |
---|
Methods in org.kuali.rice.kew.framework.document.search that return types with arguments of type DocumentAttribute | |
---|---|
List<DocumentAttribute> |
DocumentSearchResultValue.getDocumentAttributes()
|
Uses of DocumentAttribute in org.kuali.rice.krad.workflow.attribute |
---|
Methods in org.kuali.rice.krad.workflow.attribute that return DocumentAttribute | |
---|---|
protected DocumentAttribute |
DataDictionarySearchableAttribute.generateSearchableAttributeFromChange(PersistableBusinessObject changeToPersist)
|
protected DocumentAttribute |
DataDictionarySearchableAttribute.parseSearchableAttributeValueForPrimaryKey(String propertyName,
Class<? extends BusinessObject> businessObjectClass,
MaintenanceDocument document)
Creates a searchable attribute value for the given property name out of the document XML |
Methods in org.kuali.rice.krad.workflow.attribute that return types with arguments of type DocumentAttribute | |
---|---|
List<DocumentAttribute> |
DataDictionarySearchableAttribute.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
|
List<DocumentAttribute> |
DataDictionaryDocumentSearchCustomizer.extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
|
protected List<DocumentAttribute> |
DataDictionarySearchableAttribute.findAllDocumentAttributesForGlobalBusinessObject(GlobalBusinessObject globalBO)
|
protected List<DocumentAttribute> |
DataDictionarySearchableAttribute.parsePrimaryKeyValuesFromDocument(Class<? extends BusinessObject> businessObjectClass,
MaintenanceDocument document)
|
Uses of DocumentAttribute in org.kuali.rice.krad.workflow.service |
---|
Methods in org.kuali.rice.krad.workflow.service that return DocumentAttribute | |
---|---|
DocumentAttribute |
WorkflowAttributePropertyResolutionService.buildSearchableAttribute(Class<? extends BusinessObject> businessObjectClass,
String attributeKey,
Object value)
Using the type of the sent in value, determines what kind of SearchableAttributeValue implementation should be passed back |
Methods in org.kuali.rice.krad.workflow.service that return types with arguments of type DocumentAttribute | |
---|---|
List<DocumentAttribute> |
WorkflowAttributePropertyResolutionService.resolveSearchableAttributeValues(Document document,
WorkflowAttributes workflowAttributes)
Given a document, returns the searchable attribute values to index for it |
Uses of DocumentAttribute in org.kuali.rice.krad.workflow.service.impl |
---|
Methods in org.kuali.rice.krad.workflow.service.impl that return DocumentAttribute | |
---|---|
DocumentAttribute |
WorkflowAttributePropertyResolutionServiceImpl.buildSearchableAttribute(Class<? extends BusinessObject> businessObjectClass,
String attributeKey,
Object value)
Using the type of the sent in value, determines what kind of SearchableAttributeValue implementation should be passed back |
Methods in org.kuali.rice.krad.workflow.service.impl that return types with arguments of type DocumentAttribute | |
---|---|
protected List<DocumentAttribute> |
WorkflowAttributePropertyResolutionServiceImpl.aardvarkValuesForSearchingTypeDefinition(Document document,
SearchingTypeDefinition searchingTypeDefinition)
Pulls SearchableAttributeValue values from the given document for the given searchingTypeDefinition |
List<DocumentAttribute> |
WorkflowAttributePropertyResolutionServiceImpl.resolveSearchableAttributeValues(Document document,
WorkflowAttributes workflowAttributes)
Resolves all of the searching values to index for the given document, returning a list of SearchableAttributeValue implementations |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |