Prev Next |
Sitecore provides publishing workflows, where modified items must move through a predefined set of states and transitions before being published. If the items stored in the external data source should move through a workflow before being published, the data provider must implement the following methods to provide workflow support.
Return Value |
Method Name |
Parameters |
Description |
DataUri[ ] |
WorkflowInfo info
|
Returns all the items that are in the workflow identified by
info.WorkflowID and in the state identified by
info.StateID.
|
|
WorkflowInfo |
ItemDefinition item
|
Returns the item’s workflow and current state. |
|
bool |
ItemDefinition item
|
Sets the item’s workflow and current state. Returns True if the item was updated, False otherwise. |
Prev Next