Uses of Class
com.semarchy.mdm.runtime.activity.ActivityPriority

Packages that use ActivityPriority
com.semarchy.mdm.runtime.activity This package contains the IActivityService and the related classes. 
 

Uses of ActivityPriority in com.semarchy.mdm.runtime.activity
 

Methods in com.semarchy.mdm.runtime.activity that return ActivityPriority
 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.
 

Methods in com.semarchy.mdm.runtime.activity with parameters of type ActivityPriority
 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 © 2015. All Rights Reserved.