Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.skd.gworkassign.model.Activity

  • Packages that use Activity 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.skd.gworkassign.model  
    • Uses of Activity in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign that return Activity 
      Modifier and Type Method and Description
      Activity GWAResourceScheduleView.createNewAssignment(GWASchedule model, WebClientSession session, Activity act, Resource res, long assignmentId, MboRemote wo) 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type Activity 
      Modifier and Type Method and Description
      void ModelSerializer.addGanttMarks(Activity activity) 
      Activity GWAResourceScheduleView.createNewAssignment(GWASchedule model, WebClientSession session, Activity act, Resource res, long assignmentId, MboRemote wo) 
      static void GWAGanttUtil.detectAllConflicts(Activity resv, GWASchedule model, java.lang.String resourceID, ReplyBuilder reply) 
      static void GWAGanttUtil.detectScheduleWindowConflict(GWASchedule model, Activity activity, ReplyBuilder reply) 
      static void GWAGanttUtil.detectSkillMappingConflict(GWASchedule model, Activity activity, java.lang.String resourceID, 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
      static ReplyBuilder GWAGanttUtil.mergeWork(GWASchedule schedule, Activity activity, MboRemote skdProject, UserInfo userInfo, boolean unassign) 
      static void GWAGanttUtil.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
      void GWAResourceScheduleView.updateDuration(GWASchedule schedule, java.util.Date oldStartTime, java.util.Date oldEndTime, java.util.Date newStartTime, java.util.Date newEndTime, 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.
      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.
    • Uses of Activity in com.ibm.tivoli.maximo.skd.gworkassign.model

      Methods in com.ibm.tivoli.maximo.skd.gworkassign.model that return Activity 
      Modifier and Type Method and Description
      Activity ActivityBuilder.build(MboRemote projectMbo, GWASchedule schedule, java.sql.ResultSet resultSet, java.util.Map objectColumnsMap, java.util.Map relPropertyInfoMap, int dbType)
      Builds an Activity object based on the values retrieved from a ResultSet.
      Methods in com.ibm.tivoli.maximo.skd.gworkassign.model with parameters of type Activity 
      Modifier and Type Method and Description
      void GWASchedule.addActivity(java.lang.String id, Activity activity) 
      void GWASchedule.addActivityByResource(java.lang.String resource, Activity activity) 
      protected void ActivityBuilder.loadActivity(Activity activity, MboRemote projectMbo, java.sql.ResultSet resultSet, GWASchedule schedule, int dbType) 
      void GWASchedule.mergeChangedActivity(Activity activity) 
      static void ActivityBuilder.populatePropertyValue(Activity activity, java.lang.String propertyName, int maxtype, MboRemote assign, java.lang.String attributeName)
      Populate property values
      void GWASchedule.removeActivity(Activity activity) 
      java.util.Iterator GWASchedule.reservationIteratorForActivity(Activity activity) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes