Package | Description |
---|---|
com.versionone | |
com.versionone.om |
Modifier and Type | Method and Description |
---|---|
static Duration |
Duration.parse(String value)
Create a Duration from a String
|
Duration |
DB.DateTime.subtract(DB.DateTime date)
Subtracts the specified date from this instance.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Duration.compare(Duration a,
Duration b)
Compare two Duration instances
|
Modifier and Type | Method and Description |
---|---|
Duration |
Schedule.getIterationGap() |
Duration |
Schedule.getIterationLength() |
Modifier and Type | Method and Description |
---|---|
Schedule |
V1InstanceCreator.schedule(String name,
Duration iterationLength,
Duration iterationGap)
Create a new schedule entity with a name, iteration length, and iteration gap
|
Schedule |
V1InstanceCreator.schedule(String name,
Duration iterationLength,
Duration iterationGap,
Map<String,Object> attributes)
Create a new schedule entity with a name, iteration length, and iteration gap
|
void |
Schedule.setIterationGap(Duration value) |
void |
Schedule.setIterationLength(Duration value) |
Copyright © 2013 Version One, Inc.. All rights reserved.