Package | Description |
---|---|
com.semarchy.mdm.runtime.activity |
This package contains the
IActivityService and the related classes. |
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.security |
Modifier and Type | Method and Description |
---|---|
IHumanTask |
IActivityTask.getHumanTask() |
IHumanTask |
IActivityTask.getTransitionHumanTask() |
static IHumanTask |
ActivityTaskSupport.getTransitionHumanTask(IActivityTask pActivityTask) |
Modifier and Type | Method and Description |
---|---|
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.actityPropertiesEditionNotAuthorized(IHumanTask humanTask,
String username) |
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.claimNotAuthorized(IHumanTask pTask,
String pUsername) |
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.completeNotAuthorized(IHumanTask pTask,
String pUsername) |
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.modifyTaskDataNotAuthorized(IHumanTask humanTask,
String username) |
IActivityTask |
IActivityService.startActivity(IHumanTask pStartTask,
String pActivityLabel,
String pStartComments,
ActivityPriority pPriority,
boolean pClaimTask,
boolean pNotifyAssignee,
Locale pNotificationLocale)
Start an activity based on a
IHumanWorkflow . |
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.taskActionNotAuthorized(IHumanTask pTask,
String pUsername) |
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.unclaimOtherPerformerNotAuthorized(IHumanTask humanTask,
String taskPerformer,
String username) |
Modifier and Type | Interface and Description |
---|---|
interface |
IDETask |
interface |
IDupsTask |
Modifier and Type | Method and Description |
---|---|
IHumanTask |
IWorkflowTransition.getFromTask()
Deprecated.
|
IHumanTask |
IHumanWorkflow.getTask(String pName) |
IHumanTask |
IWorkflowTransition.getToTask()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<IHumanTask> |
IHumanWorkflow.getStartTasks() |
List<IHumanTask> |
IHumanWorkflow.getTasks()
The user defined tasks that are contained in the workflow
|
List<IHumanTask> |
IWorkflowNode.getToTasks()
Deprecated.
use
IWorkflowNode.getOutgoingTransitions() instead |
Modifier and Type | Method and Description |
---|---|
List<IHumanTask> |
ILogicalModelSecurityProvider.getClaimableTask(List<IHumanTask> tasks)
Return the list of tasks filtered to contain only tasks for which
ILogicalModelSecurityProvider.isTaskActionAuthorized(IHumanTask) returns true. |
Modifier and Type | Method and Description |
---|---|
boolean |
ILogicalModelSecurityProvider.isTaskActionAuthorized(IHumanTask task)
Indicates whether user is authorized to act on the IHumanTask (claim /
unclaim / complete).
|
Modifier and Type | Method and Description |
---|---|
List<IHumanTask> |
ILogicalModelSecurityProvider.getClaimableTask(List<IHumanTask> tasks)
Return the list of tasks filtered to contain only tasks for which
ILogicalModelSecurityProvider.isTaskActionAuthorized(IHumanTask) returns true. |
Copyright © 2016. All rights reserved.