public class TaskRegister extends Object implements Serializable
| Constructor and Description |
|---|
TaskRegister() |
| Modifier and Type | Method and Description |
|---|---|
List<io.intino.konos.alexandria.schema.Resource> |
documents() |
TaskRegister |
documents(List<io.intino.konos.alexandria.schema.Resource> documents) |
List<String> |
eventTypes() |
TaskRegister |
eventTypes(List<String> eventTypes) |
List<TaskNote> |
noteList() |
TaskRegister |
noteList(List<TaskNote> noteList) |
TaskProperties |
properties() |
TaskRegister |
properties(TaskProperties properties) |
java.time.Instant |
ts() |
TaskRegister |
ts(java.time.Instant ts) |
public java.time.Instant ts()
public List<io.intino.konos.alexandria.schema.Resource> documents()
public TaskProperties properties()
public TaskRegister ts(java.time.Instant ts)
public TaskRegister documents(List<io.intino.konos.alexandria.schema.Resource> documents)
public TaskRegister eventTypes(List<String> eventTypes)
public TaskRegister properties(TaskProperties properties)
public TaskRegister noteList(List<TaskNote> noteList)
Copyright © 2018. All rights reserved.