Package | Description |
---|---|
org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2014 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.kew.docsearch | |
org.kuali.rice.kns.workflow.service.impl |
Modifier and Type | Method and Description |
---|---|
DocumentAttributeDateTime |
DocumentAttributeDateTime.Builder.build() |
static DocumentAttributeDateTime |
DocumentAttributeFactory.createDateTimeAttribute(String name,
Calendar value)
Constructs a document attribute containing date/time data from the given attribute name and
Calendar
object. |
static DocumentAttributeDateTime |
DocumentAttributeFactory.createDateTimeAttribute(String name,
Date value)
Constructs a document attribute containing date/time data from the given attribute name and
Date object. |
static DocumentAttributeDateTime |
DocumentAttributeFactory.createDateTimeAttribute(String name,
org.joda.time.DateTime value)
Constructs a document attribute containing date/time data from the given attribute name and
DateTime
object. |
static DocumentAttributeDateTime |
DocumentAttributeFactory.createDateTimeAttribute(String name,
long instant)
Constructs a document attribute containing date/time data from the given attribute name and a numeric long
representing the number of milliseconds from 1970-01-01T00:00:00Z in the default time zone.
|
Modifier and Type | Method and Description |
---|---|
DocumentAttributeDateTime |
SearchableAttributeDateTimeValue.toDocumentAttribute() |
Modifier and Type | Method and Description |
---|---|
protected DocumentAttributeDateTime |
WorkflowAttributePropertyResolutionServiceImpl.buildSearchableDateTimeAttribute(String attributeKey,
Object value)
Deprecated.
Builds a date time SearchableAttributeValue for the given key and value
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.