|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowTransitionConfig | |
---|---|
lumis.content.workflow | Provides workflow support for the content framework. |
lumis.content.workflow.action |
Uses of WorkflowTransitionConfig in lumis.content.workflow |
---|
Methods in lumis.content.workflow that return WorkflowTransitionConfig | |
---|---|
WorkflowTransitionConfig |
WorkflowManager.getTransition(SessionConfig sessionConfig,
String workflowId,
String transitionId,
ITransaction transaction)
|
WorkflowTransitionConfig |
IWorkflowManager.getTransition(SessionConfig sessionConfig,
String workflowId,
String transitionId,
ITransaction transaction)
Returns a workflow transition. |
WorkflowTransitionConfig |
WorkflowStateConfig.getTransition(String transitionId)
Returns the specified transition defined in this workflow state. |
Methods in lumis.content.workflow with parameters of type WorkflowTransitionConfig | |
---|---|
protected boolean |
WorkflowManager.hasTransitionPermission(SessionConfig sessionConfig,
Collection<String> roles,
WorkflowTransitionConfig transition,
EnumSet<TransitionScope> transitionScopes,
ITransaction transaction)
Checks if any of the roles have permission to the specified workflow transition. |
protected boolean |
WorkflowManager.hasTransitionPermission(SessionConfig sessionConfig,
String principalId,
WorkflowTransitionConfig transition,
ContentLocale contentLocale,
String serviceInstanceId,
ITransaction transaction)
Checks if any of the principal have permission to the specified workflow transition. |
void |
IWorkflowActionHandler.preProcessAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
WorkflowTransitionConfig transition,
ContentWorkflowMetaData newWorkflowMetaData,
ITransaction transaction)
Method called when a workflow action is performed, before its changes are applied to the persistence layer. |
Uses of WorkflowTransitionConfig in lumis.content.workflow.action |
---|
Methods in lumis.content.workflow.action with parameters of type WorkflowTransitionConfig | |
---|---|
void |
WorkflowSendMailActionHandler.preProcessAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
WorkflowTransitionConfig transition,
ContentWorkflowMetaData newWorkflowMetaData,
ITransaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |