|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHumanTask | |
---|---|
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 |
Uses of IHumanTask in com.semarchy.mdm.runtime.activity |
---|
Methods in com.semarchy.mdm.runtime.activity that return IHumanTask | |
---|---|
IHumanTask |
IActivityTask.getHumanTask()
|
IHumanTask |
IActivityTask.getTransitionHumanTask()
|
static IHumanTask |
TaskSupport.getTransitionHumanTask(IActivityTask pActivityTask)
|
Methods in com.semarchy.mdm.runtime.activity with parameters of type IHumanTask | |
---|---|
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)
|
Uses of IHumanTask in com.semarchy.mdm.runtime.model.logical |
---|
Subinterfaces of IHumanTask in com.semarchy.mdm.runtime.model.logical | |
---|---|
interface |
IDETask
|
interface |
IDupsTask
|
Methods in com.semarchy.mdm.runtime.model.logical that return IHumanTask | |
---|---|
IHumanTask |
IWorkflowTransition.getFromTask()
Deprecated. use IWorkflowTransition.getFromNode() |
IHumanTask |
IHumanWorkflow.getTask(String pName)
|
IHumanTask |
IWorkflowTransition.getToTask()
Deprecated. use IWorkflowTransition.getToNode() |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IHumanTask | |
---|---|
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 |
Uses of IHumanTask in com.semarchy.mdm.runtime.model.security |
---|
Methods in com.semarchy.mdm.runtime.model.security that return types with arguments of type IHumanTask | |
---|---|
List<IHumanTask> |
ILogicalModelSecurityProvider.getClaimableTask(List<IHumanTask> tasks)
Return the list of tasks filtered to contain only tasks for which ILogicalModelSecurityProvider.isTaskActionAuthorized(IHumanTask) returns true. |
Methods in com.semarchy.mdm.runtime.model.security with parameters of type IHumanTask | |
---|---|
boolean |
ILogicalModelSecurityProvider.isTaskActionAuthorized(IHumanTask task)
Indicates whether user is authorized to act on the IHumanTask (claim / unclaim / complete). |
Method parameters in com.semarchy.mdm.runtime.model.security with type arguments of type IHumanTask | |
---|---|
List<IHumanTask> |
ILogicalModelSecurityProvider.getClaimableTask(List<IHumanTask> tasks)
Return the list of tasks filtered to contain only tasks for which ILogicalModelSecurityProvider.isTaskActionAuthorized(IHumanTask) returns true. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |