@Mixins(value=TimelineRecord.Mixin.class) public interface TimelineRecord extends Comparable<TimelineRecord>, org.qi4j.api.value.ValueComposite
Modifier and Type | Interface and Description |
---|---|
static class |
TimelineRecord.Mixin |
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
details() |
org.qi4j.api.property.Property<String> |
scheduleIdentity() |
org.qi4j.api.property.Property<TimelineRecordStep> |
step() |
org.qi4j.api.property.Property<String> |
taskName() |
org.qi4j.api.property.Property<List<String>> |
taskTags() |
org.qi4j.api.property.Property<Long> |
timestamp() |
compareTo
org.qi4j.api.property.Property<String> scheduleIdentity()
Scheduler
org.qi4j.api.property.Property<Long> timestamp()
@UseDefaults org.qi4j.api.property.Property<List<String>> taskTags()
Task
org.qi4j.api.property.Property<TimelineRecordStep> step()
@Queryable(value=false) @UseDefaults org.qi4j.api.property.Property<String> details()