Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
com.comalatech.workflow.event |
This package define the workflow related events
|
Modifier and Type | Method and Description |
---|---|
State |
StateService.getCurrentState(com.atlassian.confluence.core.ContentEntityObject content)
Returns the current content's state
Retrieves the
|
State |
StateService.getPublishedState(com.atlassian.confluence.core.ContentEntityObject content)
Retrieves the most recent published state of the content.
|
State |
StateService.setState(com.atlassian.confluence.core.ContentEntityObject content,
String stateName,
String comment)
Changes the state of the content.
|
State |
StateService.setState(com.atlassian.confluence.core.ContentEntityObject content,
String stateName,
String comment,
boolean validate)
Changes the state of pages.
|
State |
StateService.setState(com.atlassian.confluence.core.ContentEntityObject content,
String userName,
String stateName,
String assignee,
String comment)
Deprecated.
|
State |
StateService.updateExpiryDate(com.atlassian.confluence.core.ContentEntityObject content,
Date newExpiryDate)
Change the expiry date for the current state on the page.
|
State |
StateService.updateExpiryDate(com.atlassian.confluence.core.ContentEntityObject content,
Date newExpiryDate,
boolean validateChangeDueDate)
Change the expiry date for the current state on the page.
|
Modifier and Type | Method and Description |
---|---|
List<? extends State> |
StateService.getStates(com.atlassian.confluence.core.ContentEntityObject content)
Retrieves all the states on which the content has been.
|
Modifier and Type | Method and Description |
---|---|
State |
StateChangeEvent.getPreviousEvent()
Provides the preceding state
|
State |
WorkflowEvent.getState()
The current state of the content
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.