| Package | Description |
|---|---|
| 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.
|
| 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.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.