|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultException
fuego.papi.OperationException
fuego.papi.ParticipantException
fuego.papi.exception.PrivilegedOperationException
fuego.papi.exception.NoPermissionException
A NoPermissionException is thrown when the
participant has not permission to abort."
| Field Summary | |
static int |
ACTIVITY_NOT_ABORTABLE
|
static int |
ACTIVITY_NOT_SUSPEND
|
static int |
ANOTHER_USER_RUN
|
static int |
AUTO_RESUME_INST
|
static int |
AUTOSELECT
|
static int |
CAN_NOT_A
|
static int |
CAN_NOT_CREATE_SUBFLOW
|
static int |
CAN_NOT_R
|
static int |
CAN_NOT_S
|
static int |
CAN_NOT_STORE
|
static int |
CAN_NOT_X
|
static int |
CAN_NOT_X_BEGIN
|
static int |
DEFAULT
|
static int |
LIMIT_RUN_INSTANCES
|
static int |
ROUTING_AUTOMATIC
|
static int |
SELECTED_BY_OTHER
|
static int |
UNGRAB_BY_OTHER
|
| Constructor Summary | |
NoPermissionException(int type,
String participant)
Creates a new NoPermissionException with the given msgCode and participant. |
|
NoPermissionException(int type,
String participant,
String role)
Creates a new NoPermissionException with the given msgCode, participant and role. |
|
NoPermissionException(String participant)
Creates a new NoPermissionException with the given participant. |
|
NoPermissionException(String participant,
String instanceId,
String activityId)
Creates a new NoPermissionException with the given msgCode, participant and role. |
|
| Methods inherited from class fuego.papi.ParticipantException |
getParticipantId |
| Methods inherited from class fuego.papi.OperationException |
wrap |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CAN_NOT_A
public static final int ACTIVITY_NOT_ABORTABLE
public static final int CAN_NOT_CREATE_SUBFLOW
public static final int CAN_NOT_X_BEGIN
public static final int CAN_NOT_X
public static final int SELECTED_BY_OTHER
public static final int AUTOSELECT
public static final int ANOTHER_USER_RUN
public static final int ROUTING_AUTOMATIC
public static final int LIMIT_RUN_INSTANCES
public static final int CAN_NOT_R
public static final int CAN_NOT_STORE
public static final int UNGRAB_BY_OTHER
public static final int CAN_NOT_S
public static final int ACTIVITY_NOT_SUSPEND
public static final int AUTO_RESUME_INST
public static final int DEFAULT
| Constructor Detail |
public NoPermissionException(String participant)
participant - Participant name.
public NoPermissionException(int type,
String participant)
type - Code of the message about permission type.participant - Participant id.
public NoPermissionException(int type,
String participant,
String role)
type - Code of the message about permission type.participant - Participant id.role - Role id.
public NoPermissionException(String participant,
String instanceId,
String activityId)
participant - Participant id.instanceId - Instance id.activityId - Activity id.
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||