Package | Description |
---|---|
com.semarchy.mdm.runtime.activity |
This package contains the
IActivityService and the related classes. |
Modifier and Type | Method and Description |
---|---|
ActivityPriority |
IActivityTask.getActivityPriority() |
ActivityPriority |
IActivity.getActivityPriority()
The informative priority chosen by activity initiator.
|
static ActivityPriority |
ActivityPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityPriority[] |
ActivityPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IActivityTask |
IActivityService.startActivity(IHumanTask pStartTask,
String pActivityLabel,
String pStartComments,
ActivityPriority pPriority,
boolean pClaimTask,
boolean pNotifyAssignee,
Locale pNotificationLocale)
Start an activity based on a
IHumanWorkflow . |
Copyright © 2016. All Rights Reserved.