Package | Description |
---|---|
com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign | |
com.ibm.tivoli.maximo.skd.gworkassign.model | |
com.ibm.tivoli.maximo.skd.gworkassign.service |
Modifier and Type | Method and Description |
---|---|
Activity |
GWAResourceScheduleView.createNewAssignment(GWASchedule model,
WebClientSession session,
Activity act,
Resource res,
long assignmentid) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Activity> |
GWAGanttUtil.resolveSelectedActivitiesById(GWASchedule model,
java.util.List<java.lang.Object> arr) |
Modifier and Type | Method and Description |
---|---|
void |
ModelSerializer.addGanttMarks(Activity activity) |
Activity |
GWAResourceScheduleView.createNewAssignment(GWASchedule model,
WebClientSession session,
Activity act,
Resource res,
long assignmentid) |
static void |
GWAGanttUtil.detectAllConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply) |
static void |
GWAGanttUtil.detectCalendarBreakConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply) |
static void |
GWAGanttUtil.detectNonWorkAndDoubleBookedConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply)
Detect "time" conflicts between resv and the list of activities.
|
static void |
GWAGanttUtil.detectShiftConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply) |
static boolean |
GWAGanttUtil.equals(Activity mx1,
Activity mx2,
java.lang.String propName)
Returns true if both activities have the same object property, and the
object property is equal() using the Java equals() method.
|
static java.lang.String |
GWAGanttUtil.getTGNWParts(GWASchedule model,
Activity mxa,
TreeGridUtil.ITGSerializationHelper helper) |
static boolean |
GWAGanttUtil.isInterruptable(GWASchedule model,
Activity mxa) |
static boolean |
GWAGanttUtil.isTask(Activity act) |
static boolean |
GWAGanttUtil.isValid(Activity from,
Activity to,
UserInfo userInfo)
Determine if a Constraint is valid from the given 'from' activity to the provided 'to' activity.
|
static boolean |
GWAGanttUtil.isWorkorder(Activity mxa)
Returns true if the given
IlvActivity is a work order |
void |
ModelSerializer.setDateColumns(java.util.List<Column> dateCols,
Activity activity) |
void |
ModelSerializer.setResources(GWASchedule schedule,
Activity activity) |
static java.lang.String |
GWAGanttUtil.toStringProps(Activity from,
java.lang.String... props)
Given a UserPropertyHolder create a toString from the given properties
|
int |
GWAResourceScheduleView.updateStartEndTimes(GWASchedule schedule,
com.ibm.json.java.JSONObject change,
WebClientSession sess,
Activity activity)
Start and End times need to be updated at the same time, or else ILOG will
grow or shrink the activity bar when setting the start/end times separately.
|
Modifier and Type | Method and Description |
---|---|
Activity |
ActivityBuilder.build(MboRemote projectMbo,
GWASchedule schedule,
java.sql.ResultSet resultSet,
java.util.Map<java.lang.String,java.lang.String> objectColumnsMap,
int dbType)
Builds an Activity object based on the values retrieved from a ResultSet.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Activity> |
GWASchedule.getActivities() |
java.util.List<Activity> |
GWASchedule.getActivitiesByResource(java.lang.String resource) |
java.util.Set<Activity> |
GWASchedule.getChangedActivities() |
Modifier and Type | Method and Description |
---|---|
void |
GWASchedule.addActivity(java.lang.String id,
Activity activity) |
void |
GWASchedule.addActivityByResource(java.lang.String resource,
Activity activity) |
void |
GWASchedule.mergeChangedActivity(Activity activity) |
void |
GWASchedule.removeActivity(Activity activity) |
java.util.Iterator<IMXReservation> |
GWASchedule.reservationIteratorForActivity(Activity activity) |
Modifier and Type | Method and Description |
---|---|
void |
WMActivityDataManager.processChanges(MboRemote projectMbo,
java.util.List<Activity> activityChanges)
Processes a set of changes for the activities associated with the selected Schedule.
|