Package | Description |
---|---|
com.gentics.contentnode.rest.model.request.activiti |
Modifier and Type | Field and Description |
---|---|
protected CompletePageTask |
PageTask.completeOn
page action, which will complete the task
|
Modifier and Type | Method and Description |
---|---|
CompletePageTask |
PageTask.getCompleteOn()
Optional page action, that will complete the task
|
static CompletePageTask |
CompletePageTask.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompletePageTask[] |
CompletePageTask.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PageTask.setCompleteOn(CompletePageTask completeOn)
Set the page action that will complete the task
|
Constructor and Description |
---|
PageTask(String pageId,
CompletePageTask completeOn)
Create an instance with page ID and complete action
|
Copyright © 2024 Gentics Software. All rights reserved.