Interface IContentWorkflowController
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 7.4.0. Use IWorkflowEngine. Scheduled for removal in v10.0.0.")]
public interface IContentWorkflowController
Methods
AddWorkflow(ContentWorkflow)
Declaration
void AddWorkflow(ContentWorkflow workflow)
Parameters
AddWorkflowLog(ContentItem, string, string, int)
Declaration
void AddWorkflowLog(ContentItem item, string action, string comment, int userID)
Parameters
AddWorkflowState(ContentWorkflowState)
Declaration
void AddWorkflowState(ContentWorkflowState state)
Parameters
AddWorkflowStatePermission(ContentWorkflowStatePermission, int)
Declaration
void AddWorkflowStatePermission(ContentWorkflowStatePermission permission, int lastModifiedByUserID)
Parameters
CompleteState(int, string, string, string, int, int)
Declaration
void CompleteState(int itemID, string subject, string body, string comment, int portalID, int userID)
Parameters
CompleteState(int, string, string, string, int, int, string, params string[])
Declaration
void CompleteState(int itemID, string subject, string body, string comment, int portalID, int userID, string source, params string[] parameters)
Parameters
CompleteWorkflow(int, string, int, int)
Declaration
void CompleteWorkflow(int contentItemId, string comment, int portalId, int userId)
Parameters
Type |
Name |
Description |
int |
contentItemId |
|
string |
comment |
|
int |
portalId |
|
int |
userId |
|
CreateDefaultWorkflows(int)
Declaration
void CreateDefaultWorkflows(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
DeleteWorkflowLogs(int, int)
Declaration
void DeleteWorkflowLogs(int workflowID, int contentItemID)
Parameters
Type |
Name |
Description |
int |
workflowID |
|
int |
contentItemID |
|
DeleteWorkflowStatePermission(int)
Declaration
void DeleteWorkflowStatePermission(int workflowStatePermissionID)
Parameters
Type |
Name |
Description |
int |
workflowStatePermissionID |
|
DiscardState(int, string, string, string, int, int)
Declaration
void DiscardState(int itemID, string subject, string body, string comment, int portalID, int userID)
Parameters
DiscardWorkflow(int, string, int, int)
Declaration
void DiscardWorkflow(int contentItemId, string comment, int portalId, int userId)
Parameters
Type |
Name |
Description |
int |
contentItemId |
|
string |
comment |
|
int |
portalId |
|
int |
userId |
|
GetDefaultWorkflow(int)
Declaration
ContentWorkflow GetDefaultWorkflow(int portalID)
Parameters
Type |
Name |
Description |
int |
portalID |
|
Returns
GetWorkflow(ContentItem)
Declaration
ContentWorkflow GetWorkflow(ContentItem item)
Parameters
Returns
GetWorkflowByID(int)
Declaration
ContentWorkflow GetWorkflowByID(int workflowID)
Parameters
Type |
Name |
Description |
int |
workflowID |
|
Returns
GetWorkflowLogs(int, int)
Declaration
IEnumerable<ContentWorkflowLog> GetWorkflowLogs(int workflowId, int contentItemId)
Parameters
Type |
Name |
Description |
int |
workflowId |
|
int |
contentItemId |
|
Returns
GetWorkflowSource(int, string)
Declaration
ContentWorkflowSource GetWorkflowSource(int workflowId, string sourceName)
Parameters
Type |
Name |
Description |
int |
workflowId |
|
string |
sourceName |
|
Returns
GetWorkflowStateByID(int)
Declaration
ContentWorkflowState GetWorkflowStateByID(int stateID)
Parameters
Type |
Name |
Description |
int |
stateID |
|
Returns
GetWorkflowStatePermissionByState(int)
Declaration
IEnumerable<ContentWorkflowStatePermission> GetWorkflowStatePermissionByState(int stateID)
Parameters
Type |
Name |
Description |
int |
stateID |
|
Returns
GetWorkflowStates(int)
Declaration
IEnumerable<ContentWorkflowState> GetWorkflowStates(int workflowID)
Parameters
Type |
Name |
Description |
int |
workflowID |
|
Returns
GetWorkflows(int)
Declaration
IEnumerable<ContentWorkflow> GetWorkflows(int portalID)
Parameters
Type |
Name |
Description |
int |
portalID |
|
Returns
IsAnyReviewer(int)
Declaration
bool IsAnyReviewer(int workflowID)
Parameters
Type |
Name |
Description |
int |
workflowID |
|
Returns
IsAnyReviewer(int, int, int)
Declaration
bool IsAnyReviewer(int portalID, int userID, int workflowID)
Parameters
Type |
Name |
Description |
int |
portalID |
|
int |
userID |
|
int |
workflowID |
|
Returns
IsCurrentReviewer(int)
Declaration
bool IsCurrentReviewer(int itemID)
Parameters
Type |
Name |
Description |
int |
itemID |
|
Returns
IsCurrentReviewer(int, int, int)
Declaration
bool IsCurrentReviewer(int portalId, int userID, int itemID)
Parameters
Type |
Name |
Description |
int |
portalId |
|
int |
userID |
|
int |
itemID |
|
Returns
IsReviewer(int)
Declaration
bool IsReviewer(int stateID)
Parameters
Type |
Name |
Description |
int |
stateID |
|
Returns
IsReviewer(int, int, int)
Declaration
bool IsReviewer(int portalId, int userID, int stateID)
Parameters
Type |
Name |
Description |
int |
portalId |
|
int |
userID |
|
int |
stateID |
|
Returns
IsWorkflowCompleted(int)
Declaration
bool IsWorkflowCompleted(int itemID)
Parameters
Type |
Name |
Description |
int |
itemID |
|
Returns
IsWorkflowOnDraft(int)
Declaration
bool IsWorkflowOnDraft(int itemID)
Parameters
Type |
Name |
Description |
int |
itemID |
|
Returns
ReplaceNotificationTokens(string, ContentWorkflow, ContentItem, ContentWorkflowState, int, int, string)
Declaration
string ReplaceNotificationTokens(string text, ContentWorkflow workflow, ContentItem item, ContentWorkflowState state, int portalID, int userID, string comment = "")
Parameters
Returns
SendWorkflowNotification(bool, bool, PortalSettings, IEnumerable<RoleInfo>, IEnumerable<UserInfo>, string, string, string, int)
Declaration
void SendWorkflowNotification(bool sendEmail, bool sendMessage, PortalSettings settings, IEnumerable<RoleInfo> roles, IEnumerable<UserInfo> users, string subject, string body, string comment, int userID)
Parameters
StartWorkflow(int, int, int)
Declaration
void StartWorkflow(int workflowID, int itemID, int userID)
Parameters
Type |
Name |
Description |
int |
workflowID |
|
int |
itemID |
|
int |
userID |
|
UpdateWorkflow(ContentWorkflow)
Declaration
void UpdateWorkflow(ContentWorkflow workflow)
Parameters
UpdateWorkflowState(ContentWorkflowState)
Declaration
void UpdateWorkflowState(ContentWorkflowState state)
Parameters
UpdateWorkflowStatePermission(ContentWorkflowStatePermission, int)
Declaration
void UpdateWorkflowStatePermission(ContentWorkflowStatePermission permission, int lasModifiedByUserId)
Parameters
Extension Methods