java.lang.Object
com.appiancorp.suiteapi.process.gui.Lane
All Implemented Interfaces:
AppianTypeHolder, Serializable

public class Lane extends Object implements AppianTypeHolder
See Also:
  • Constructor Details

    • Lane

      public Lane()
  • Method Details

    • getAssign

      public Assignment getAssign()
    • setAssign

      public void setAssign(Assignment assign)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getDimension

      public Long getDimension()
    • setDimension

      public void setDimension(Long dimension)
    • getIsVertical

      public Boolean getIsVertical()
    • setIsVertical

      public void setIsVertical(Boolean isVertical)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getIsLaneAssignment

      public Boolean getIsLaneAssignment()
    • setIsLaneAssignment

      public void setIsLaneAssignment(Boolean isLaneAssignment)
    • getRunAs

      public Long getRunAs()
    • setRunAs

      public void setRunAs(Long runAs)
    • getUnattended

      public Long getUnattended()
      Is this Lane unattended?
      Returns:
      Long.valueOf(0) for attended, Long.valueOf(1) for unattended
    • setUnattended

      public void setUnattended(Long unattended)
    • getLabelStyle

      public Label getLabelStyle()
    • setLabelStyle

      public void setLabelStyle(Label labelStyle)
    • mergeDbAndFsLanes

      public static void mergeDbAndFsLanes(Lane dbLane, Lane fsLane)
    • fillInAppianTypes

      public void fillInAppianTypes(AppianTypeCache cache)
      Description copied from interface: AppianTypeHolder
      If the implementing class references any Appian-typed objects (such as User, Group, Folder), this method should be implemented to put the primary keys of these objects in the given cache. Later, the cache will populate itself with the display strings that correspond to all of its ids, such as "Human Resources" for group 9.
      Specified by:
      fillInAppianTypes in interface AppianTypeHolder
      Parameters:
      cache - cache of Appian-typed objects.