public class ActivityPermissionDeniedException extends RuntimeException
Constructor and Description |
---|
ActivityPermissionDeniedException(String pMessage) |
Modifier and Type | Method and Description |
---|---|
static ActivityPermissionDeniedException |
actityPropertiesEditionNotAuthorized(IHumanTask humanTask,
String username) |
static ActivityPermissionDeniedException |
claimNotAuthorized(IHumanTask pTask,
String pUsername) |
static ActivityPermissionDeniedException |
completeNotAuthorized(IHumanTask pTask,
String pUsername) |
static ActivityPermissionDeniedException |
modifyTaskDataNotAuthorized(IHumanTask humanTask,
String username) |
static ActivityPermissionDeniedException |
taskActionNotAuthorized(IHumanTask pTask,
String pUsername) |
static ActivityPermissionDeniedException |
unclaimOtherPerformerNotAuthorized(IHumanTask humanTask,
String taskPerformer,
String username) |
static ActivityPermissionDeniedException |
workflowStartNotAuthorized(IHumanWorkflow pWorkflow,
String pUsername) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivityPermissionDeniedException(String pMessage)
public static ActivityPermissionDeniedException workflowStartNotAuthorized(IHumanWorkflow pWorkflow, String pUsername)
public static ActivityPermissionDeniedException taskActionNotAuthorized(IHumanTask pTask, String pUsername)
public static ActivityPermissionDeniedException claimNotAuthorized(IHumanTask pTask, String pUsername)
public static ActivityPermissionDeniedException unclaimOtherPerformerNotAuthorized(IHumanTask humanTask, String taskPerformer, String username)
public static ActivityPermissionDeniedException completeNotAuthorized(IHumanTask pTask, String pUsername)
public static ActivityPermissionDeniedException modifyTaskDataNotAuthorized(IHumanTask humanTask, String username)
public static ActivityPermissionDeniedException actityPropertiesEditionNotAuthorized(IHumanTask humanTask, String username)
Copyright © 2015. All Rights Reserved.