| Package | Description |
|---|---|
| org.bonitasoft.engine.tracking |
| Modifier and Type | Method and Description |
|---|---|
TimeTrackerRecords |
Record.getName() |
static TimeTrackerRecords |
TimeTrackerRecords.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeTrackerRecords[] |
TimeTrackerRecords.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TimeTrackerRecords> |
TimeTracker.getActivatedRecords() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeTracker.activateRecord(TimeTrackerRecords activatedRecord) |
void |
TimeTracker.deactivatedRecord(TimeTrackerRecords activatedRecord) |
boolean |
TimeTracker.isTrackable(TimeTrackerRecords recordName) |
void |
TimeTracker.track(TimeTrackerRecords recordName,
String recordDescription,
long duration) |
| Constructor and Description |
|---|
Record(long timestamp,
TimeTrackerRecords name,
String description,
long duration) |
Copyright © 2016 Bonitasoft S.A.. All rights reserved.