public class PageTask extends Object
Modifier and Type | Field and Description |
---|---|
protected CompletePageTask |
completeOn
page action, which will complete the task
|
protected String |
pageId
Page ID
|
Constructor and Description |
---|
PageTask()
Create an empty instance
|
PageTask(String pageId)
Create an instance with page ID
|
PageTask(String pageId,
CompletePageTask completeOn)
Create an instance with page ID and complete action
|
Modifier and Type | Method and Description |
---|---|
CompletePageTask |
getCompleteOn()
Optional page action, that will complete the task
|
String |
getPageId()
Page ID
|
void |
setCompleteOn(CompletePageTask completeOn)
Set the page action that will complete the task
|
void |
setPageId(String pageId)
Set the page ID
|
protected String pageId
protected CompletePageTask completeOn
public PageTask()
public PageTask(String pageId)
pageId
- page IDpublic PageTask(String pageId, CompletePageTask completeOn)
pageId
- page IDcompleteOn
- complete actionpublic String getPageId()
public void setPageId(String pageId)
pageId
- page IDpublic CompletePageTask getCompleteOn()
public void setCompleteOn(CompletePageTask completeOn)
completeOn
- page action or nullCopyright © 2024 Gentics Software. All rights reserved.