当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
DayPart (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.calendar
Class DayPart
java.lang.Object
org.jbpm.calendar.DayPart
- All Implemented Interfaces:
- java.io.Serializable
public class DayPart
- extends java.lang.Object
- implements java.io.Serializable
is part of a day that can for example be used to represent business hours.
- See Also:
- Serialized Form
Constructor Summary |
DayPart(java.lang.String dayPartText,
java.text.DateFormat dateFormat,
Day day,
int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DayPart
public DayPart(java.lang.String dayPartText,
java.text.DateFormat dateFormat,
Day day,
int index)
add
public java.util.Date add(java.util.Date date,
Duration duration)
isStartAfter
public boolean isStartAfter(java.util.Date date)
includes
public boolean includes(java.util.Date date)
getStartTime
public java.util.Date getStartTime(java.util.Date date)
Version : jbpm-3.1.3