com.semarchy.mdm.runtime.activity
Class ActivityPermissionDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.semarchy.mdm.runtime.activity.ActivityPermissionDeniedException
- All Implemented Interfaces:
- Serializable
public class ActivityPermissionDeniedException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActivityPermissionDeniedException
public ActivityPermissionDeniedException(String pMessage)
workflowStartNotAuthorized
public static ActivityPermissionDeniedException workflowStartNotAuthorized(IHumanWorkflow pWorkflow,
String pUsername)
taskActionNotAuthorized
public static ActivityPermissionDeniedException taskActionNotAuthorized(IHumanTask pTask,
String pUsername)
claimNotAuthorized
public static ActivityPermissionDeniedException claimNotAuthorized(IHumanTask pTask,
String pUsername)
unclaimOtherPerformerNotAuthorized
public static ActivityPermissionDeniedException unclaimOtherPerformerNotAuthorized(IHumanTask humanTask,
String taskPerformer,
String username)
completeNotAuthorized
public static ActivityPermissionDeniedException completeNotAuthorized(IHumanTask pTask,
String pUsername)
modifyTaskDataNotAuthorized
public static ActivityPermissionDeniedException modifyTaskDataNotAuthorized(IHumanTask humanTask,
String username)
actityPropertiesEditionNotAuthorized
public static ActivityPermissionDeniedException actityPropertiesEditionNotAuthorized(IHumanTask humanTask,
String username)
Copyright © 2015. All Rights Reserved.